| 
							
							
								 rubidium | 5eb5889954 | (svn r12578) -Codechange: merge the aircrafts ProcessOrder too into the 'unified' ProcessOrder. | 2008-04-05 12:01:34 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 3fdddeac40 | (svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and road vehicles. | 2008-04-05 10:55:50 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | bdd64495cd | (svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and road vehicles. | 2008-04-05 10:55:50 +00:00 |  | 
			
				
					| 
							
							
								 frosch | ae01e263ad | (svn r12540) -Codechange: Enumify some values in original pathfinder and remove an unused variable. | 2008-04-02 13:57:25 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 5e5e074a5d | (svn r12540) -Codechange: Enumify some values in original pathfinder and remove an unused variable. | 2008-04-02 13:57:25 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 51155403a4 | (svn r12531) -Codechange: Rename some variables for consistency. | 2008-04-01 14:03:20 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 15a9fba867 | (svn r12531) -Codechange: Rename some variables for consistency. | 2008-04-01 14:03:20 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | df1d9bd880 | (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h. | 2008-03-31 00:17:39 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | ef2be7d0fc | (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h. | 2008-03-31 00:17:39 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c51b81c247 | (svn r12489) -Codechange: split station.h into station_base.h and station_func.h. | 2008-03-31 00:06:17 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 2edd403656 | (svn r12489) -Codechange: split station.h into station_base.h and station_func.h. | 2008-03-31 00:06:17 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b84b16cfcd | (svn r12488) -Codechange: split order.h into order_base.h and order_func.h. | 2008-03-30 23:24:18 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 4a1035ab95 | (svn r12488) -Codechange: split order.h into order_base.h and order_func.h. | 2008-03-30 23:24:18 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 2426f5342f | (svn r12459) -Codechange: split news.h into news_type.h and news_func.h. | 2008-03-28 08:53:36 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | eeabab4555 | (svn r12459) -Codechange: split news.h into news_type.h and news_func.h. | 2008-03-28 08:53:36 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 7f3d56041b | (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). | 2008-02-20 17:49:50 +00:00 |  | 
			
				
					| 
							
							
								 frosch | b7993793c8 | (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). | 2008-02-20 17:49:50 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 1d120c51b8 | (svn r12193) -Codechange: Rename a magic variable, give it a decent type, and remove a 'goto'. | 2008-02-20 15:13:42 +00:00 |  | 
			
				
					| 
							
							
								 frosch | f5929d413b | (svn r12193) -Codechange: Rename a magic variable, give it a decent type, and remove a 'goto'. | 2008-02-20 15:13:42 +00:00 |  | 
			
				
					| 
							
							
								 smatz | fe48d0be21 | (svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost -Fix [FS#1739]: vehicle profit is now counted with 8bit fract, so it is now shown properly in the vehicle details window | 2008-02-13 19:24:40 +00:00 |  | 
			
				
					| 
							
							
								 smatz | a0ddc43e92 | (svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost -Fix [FS#1739]: vehicle profit is now counted with 8bit fract, so it is now shown properly in the vehicle details window | 2008-02-13 19:24:40 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 391898b47a | (svn r12132) -Cleanup: convert pathfinder selection from if/else to switch/case at many places | 2008-02-13 17:54:11 +00:00 |  | 
			
				
					| 
							
							
								 smatz | fd51465c8b | (svn r12132) -Cleanup: convert pathfinder selection from if/else to switch/case at many places | 2008-02-13 17:54:11 +00:00 |  | 
			
				
					| 
							
							
								 smatz | a3e3cd7d46 | (svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick) | 2008-02-13 14:21:36 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 507728f46b | (svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick) | 2008-02-13 14:21:36 +00:00 |  | 
			
				
					| 
							
							
								 frosch | f476d861d2 | (svn r12085) -Fix(r12058): Road vehicles could get stuck, when NPF told them to reverse on junction tiles. (spotted by SmatZ) | 2008-02-08 16:25:55 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 7b9efcea21 | (svn r12085) -Fix(r12058): Road vehicles could get stuck, when NPF told them to reverse on junction tiles. (spotted by SmatZ) | 2008-02-08 16:25:55 +00:00 |  | 
			
				
					| 
							
							
								 glx | 7ce12e50da | (svn r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with an OnNewDay method in the Vehicle class | 2008-02-01 22:02:14 +00:00 |  | 
			
				
					| 
							
							
								 glx | 525409b0fc | (svn r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with an OnNewDay method in the Vehicle class | 2008-02-01 22:02:14 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 881b74e882 | (svn r11962) -Cleanup: OPF is no longer used to update signals | 2008-01-23 17:30:28 +00:00 |  | 
			
				
					| 
							
							
								 smatz | d6eaf1a11a | (svn r11962) -Cleanup: OPF is no longer used to update signals | 2008-01-23 17:30:28 +00:00 |  | 
			
				
					| 
							
							
								 smatz | dfb91c26ec | (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants -Fix: refit button widget was not correctly updated | 2008-01-18 13:02:47 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 1d59439166 | (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants -Fix: refit button widget was not correctly updated | 2008-01-18 13:02:47 +00:00 |  | 
			
				
					| 
							
							
								 smatz | fc2895e8c2 | (svn r11882) -Codechange: introduce MarkSingleVehicleDirty() and simplify the code at some places | 2008-01-16 21:17:31 +00:00 |  | 
			
				
					| 
							
							
								 smatz | ac7bc24b0e | (svn r11882) -Codechange: introduce MarkSingleVehicleDirty() and simplify the code at some places | 2008-01-16 21:17:31 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 736640fd87 | (svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*. | 2008-01-15 18:44:22 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 576f8ad93e | (svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*. | 2008-01-15 18:44:22 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9c0c798dd8 | (svn r11834) -Codechange: only include settings_type.h if needed. | 2008-01-13 14:37:30 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | dc87b05e8c | (svn r11834) -Codechange: only include settings_type.h if needed. | 2008-01-13 14:37:30 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 90acd52f22 | (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. | 2008-01-13 01:21:35 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | d4e6a6bf57 | (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. | 2008-01-13 01:21:35 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 0f7392bd61 | (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is no limit to the amount of names.
-Fix: NewGRF engines could not be renamed. | 2008-01-12 19:58:06 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | ab8382c0db | (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is no limit to the amount of names.
-Fix: NewGRF engines could not be renamed. | 2008-01-12 19:58:06 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 2fc62eab05 | (svn r11818) -Codechange: split player.h into smaller pieces. | 2008-01-12 14:10:35 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | ac528411df | (svn r11818) -Codechange: split player.h into smaller pieces. | 2008-01-12 14:10:35 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 2d2e1e3863 | (svn r11800) -Codechange: move some functions to a more logical location + some type safety. | 2008-01-09 21:05:03 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 998d7644f6 | (svn r11800) -Codechange: move some functions to a more logical location + some type safety. | 2008-01-09 21:05:03 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 0365c1f33b | (svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114). | 2008-01-09 16:55:48 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 46650c54b6 | (svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114). | 2008-01-09 16:55:48 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 0ae26a0312 | (svn r11789) -Codechange: coding style for global variable names | 2008-01-09 10:15:20 +00:00 |  |