| 
							
							
								 rubidium | 6237fe1462 | (svn r16394) -Codechange: move (NewGRF) cache variables into a separate struct so (some vehicle related) NewGRF cache 'desyncs' can be tested easier. | 2009-05-23 09:10:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 4c0542c17f | (svn r16393) -Codechange: move VehicleRail to Train. | 2009-05-22 22:55:41 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | da5661a0c8 | (svn r16393) -Codechange: move VehicleRail to Train. | 2009-05-22 22:55:41 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 489253b630 | (svn r16390) -Codechange: move u.road to RoadVehicle. | 2009-05-22 20:22:20 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7a37220881 | (svn r16390) -Codechange: move u.road to RoadVehicle. | 2009-05-22 20:22:20 +00:00 |  | 
			
				
					| 
							
							
								 smatz | d495dc5dbc | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | 2009-05-16 23:34:14 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 6221d74644 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | 2009-05-16 23:34:14 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 8a8ec3001a | (svn r16296) -Codechange: silence some ICC warnings | 2009-05-13 16:52:51 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | d23f616e9f | (svn r16296) -Codechange: silence some ICC warnings | 2009-05-13 16:52:51 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 650cb3694e | (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. | 2009-04-26 14:52:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 53887e07bb | (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. | 2009-04-26 14:52:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 5c5b357043 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. | 2009-04-21 23:40:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 59d45a04d6 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. | 2009-04-21 23:40:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e88cb7f70f | (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing | 2009-04-19 10:31:30 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 329cabab4f | (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing | 2009-04-19 10:31:30 +00:00 |  | 
			
				
					| 
							
							
								 alberth | bbd546b792 | (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback | 2009-03-29 09:49:11 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 9d2738b9c4 | (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback | 2009-03-29 09:49:11 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 12f1abbce0 | (svn r15808) -Codechange: use the new DrawString API in a number of GUIs | 2009-03-22 12:01:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 57174a9301 | (svn r15808) -Codechange: use the new DrawString API in a number of GUIs | 2009-03-22 12:01:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 2a422e3e95 | (svn r15791) -Codechange: remove the *RightAligned part of the old text drawing API. | 2009-03-21 22:22:00 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 69decac406 | (svn r15791) -Codechange: remove the *RightAligned part of the old text drawing API. | 2009-03-21 22:22:00 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7f468dc142 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) | 2009-03-15 15:12:06 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f9def73be6 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) | 2009-03-15 15:12:06 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c3e87f345d | (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too | 2009-03-15 00:32:18 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b25a4f8231 | (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too | 2009-03-15 00:32:18 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f3e0fd7416 | (svn r15711) -Codechange: lots of whitespace cleanup/fixes | 2009-03-14 18:16:29 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9d018723b7 | (svn r15711) -Codechange: lots of whitespace cleanup/fixes | 2009-03-14 18:16:29 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c7f3daacbf | (svn r15427) -Codechange: give w->caption_color a more sensible name as it holds the owner of whatever is shown in the window | 2009-02-09 02:33:10 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 90e2465d7d | (svn r15427) -Codechange: give w->caption_color a more sensible name as it holds the owner of whatever is shown in the window | 2009-02-09 02:33:10 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 9021c20b5e | (svn r15299) -Cleanup: remove many redundant includes | 2009-01-31 20:16:06 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 0d3f5e6e74 | (svn r15299) -Cleanup: remove many redundant includes | 2009-01-31 20:16:06 +00:00 |  | 
			
				
					| 
							
							
								 smatz | ca45774160 | (svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR -Change: when computing daily running cost, divide by 365 (instead of 364). Since r12134, the rounding errors don't need this correction anymore | 2009-01-13 22:58:03 +00:00 |  | 
			
				
					| 
							
							
								 smatz | e00cf92f47 | (svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR -Change: when computing daily running cost, divide by 365 (instead of 364). Since r12134, the rounding errors don't need this correction anymore | 2009-01-13 22:58:03 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 10b664dbac | (svn r14924) -Fix (r7403): Do not unnecessarily reset the cursor, when a different vehicle is dragged. | 2009-01-08 21:13:20 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 17a9bab142 | (svn r14924) -Fix (r7403): Do not unnecessarily reset the cursor, when a different vehicle is dragged. | 2009-01-08 21:13:20 +00:00 |  | 
			
				
					| 
							
							
								 glx | c61674221c | (svn r14840) -Cleanup: remove duplicate includes | 2009-01-04 21:02:59 +00:00 |  | 
			
				
					| 
							
							
								 glx | c7959ce2a9 | (svn r14840) -Cleanup: remove duplicate includes | 2009-01-04 21:02:59 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 1f5d51562f | (svn r14758) -Fix: determine the real size of a depot before trying to place it. | 2008-12-28 20:53:19 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | ee952b10d9 | (svn r14758) -Fix: determine the real size of a depot before trying to place it. | 2008-12-28 20:53:19 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e83cca7d13 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter. | 2008-12-28 14:37:19 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 87e5a8b52b | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter. | 2008-12-28 14:37:19 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e589c7e580 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | 2008-09-30 20:51:04 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b650a86e58 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | 2008-09-30 20:51:04 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f56e630e5c | (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. | 2008-09-30 20:39:50 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 3b798599b6 | (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. | 2008-09-30 20:39:50 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c358955127 | (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. | 2008-09-02 15:20:38 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c8e8911ef6 | (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. | 2008-09-02 15:20:38 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 0b2c6bc2b3 | (svn r14086) -Fix (r13067): rail/road removing by CTRL didn't sometimes work when a depot window was opened | 2008-08-16 18:01:23 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 25a1c59abb | (svn r14086) -Fix (r13067): rail/road removing by CTRL didn't sometimes work when a depot window was opened | 2008-08-16 18:01:23 +00:00 |  | 
			
				
					| 
							
							
								 frosch | c8e699cc35 | (svn r14076) -Codechange: Merge the four start/stop commands into a single CMD_START_STOP_VEHICLE. | 2008-08-15 13:57:43 +00:00 |  |