| 
							
							
								 alberth | c3471d98f3 | (svn r19485) -Codechange: Re-implement CalcBridgeLenCostFactor() in a more readable way without changing computed costs. | 2010-03-20 16:45:23 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 42946f2a40 | (svn r19484) -Codechange: Rename parameter 'x' of CalcBridgeLenCostFactor() to 'length'. | 2010-03-20 15:32:58 +00:00 |  | 
			
				
					| 
							
							
								 alberth | cced6b35cb | (svn r19484) -Codechange: Rename parameter 'x' of CalcBridgeLenCostFactor() to 'length'. | 2010-03-20 15:32:58 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 8109a0ad7f | (svn r19483) -Codechange: Code layout fixes, and parentheses reduction. | 2010-03-20 15:30:57 +00:00 |  | 
			
				
					| 
							
							
								 alberth | f05a8635fd | (svn r19483) -Codechange: Code layout fixes, and parentheses reduction. | 2010-03-20 15:30:57 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 68ee4aa7d6 | (svn r19482) -Doc: Doxygen additions/updates. | 2010-03-20 15:23:26 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 073f627930 | (svn r19482) -Doc: Doxygen additions/updates. | 2010-03-20 15:23:26 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | a7b93cdeb5 | (svn r19434) -Add: Add rail speed limit to land area information window. | 2010-03-16 06:43:41 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 604da97364 | (svn r19434) -Add: Add rail speed limit to land area information window. | 2010-03-16 06:43:41 +00:00 |  | 
			
				
					| 
							
							
								 alberth | d5fe3f96c7 | (svn r19405) -Codechange: CheckOwnership() returns a CommandCost. | 2010-03-13 17:11:28 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 7cc68f493d | (svn r19405) -Codechange: CheckOwnership() returns a CommandCost. | 2010-03-13 17:11:28 +00:00 |  | 
			
				
					| 
							
							
								 alberth | a4a7465fe7 | (svn r19404) -Codechange: CheckAllowRemoveTunnelBridge() returns a CommandCost. | 2010-03-13 16:38:23 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 19afc9fdc0 | (svn r19404) -Codechange: CheckAllowRemoveTunnelBridge() returns a CommandCost. | 2010-03-13 16:38:23 +00:00 |  | 
			
				
					| 
							
							
								 alberth | ae5b11321b | (svn r19400) -Codechange: CheckforTownRating returns a CommandCost. | 2010-03-13 15:33:07 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 6b6ff9c52b | (svn r19400) -Codechange: CheckforTownRating returns a CommandCost. | 2010-03-13 15:33:07 +00:00 |  | 
			
				
					| 
							
							
								 frosch | da82483b83 | (svn r19383) -Fix [FS#3680]: Overbuilding bridges cleared PBS reservation. | 2010-03-10 20:44:04 +00:00 |  | 
			
				
					| 
							
							
								 frosch | c0a9215bad | (svn r19383) -Fix [FS#3680]: Overbuilding bridges cleared PBS reservation. | 2010-03-10 20:44:04 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 6005227ac9 | (svn r19372) -Codechange: CheckTileOwnership() returns a CommandCost. | 2010-03-07 20:44:05 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 40f106ba7c | (svn r19372) -Codechange: CheckTileOwnership() returns a CommandCost. | 2010-03-07 20:44:05 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | e6878d7ba1 | (svn r19345) -Feature: Realistic acceleration for road vehicles. | 2010-03-06 12:56:57 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | c958c2c31f | (svn r19345) -Feature: Realistic acceleration for road vehicles. | 2010-03-06 12:56:57 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | 963f304f67 | (svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle. -Codechange: Move GetSlopeResistance to GroundVehicle. | 2010-03-06 12:50:55 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | 4e6cac84d6 | (svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle. -Codechange: Move GetSlopeResistance to GroundVehicle. | 2010-03-06 12:50:55 +00:00 |  | 
			
				
					| 
							
							
								 alberth | d0ec21fd3f | (svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to TunnelBridgeIsFree() and return a CommandCost status. | 2010-02-28 18:15:19 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 63dd6ce6b0 | (svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to TunnelBridgeIsFree() and return a CommandCost status. | 2010-02-28 18:15:19 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 7cc76dcbda | (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) | 2010-02-07 22:22:54 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 898e879bd9 | (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) | 2010-02-07 22:22:54 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f618acfb7d | (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions | 2010-01-18 22:57:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 4d93b704d9 | (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions | 2010-01-18 22:57:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9467b7c6d6 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header | 2010-01-15 16:41:15 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 82fc28f77f | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header | 2010-01-15 16:41:15 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b77739c512 | (svn r18710) -Fix [FS#3478]: the wrong town is mentioned in the error when trying to make one way roads of town owned roads | 2010-01-04 11:35:12 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 3e481c4027 | (svn r18710) -Fix [FS#3478]: the wrong town is mentioned in the error when trying to make one way roads of town owned roads | 2010-01-04 11:35:12 +00:00 |  | 
			
				
					| 
							
							
								 frosch | bf3fa7522b | (svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences. | 2010-01-03 20:55:00 +00:00 |  | 
			
				
					| 
							
							
								 frosch | a9d4147eb2 | (svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences. | 2010-01-03 20:55:00 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 10753a6199 | (svn r18509) -Codechange (r2515,r2753): Data for drawing single_x/y rail pieces was inverted. | 2009-12-15 13:59:20 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 7b136d1fdd | (svn r18509) -Codechange (r2515,r2753): Data for drawing single_x/y rail pieces was inverted. | 2009-12-15 13:59:20 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 0406d7176a | (svn r18407) -Fix [FS#3338]: aqueducts were not influenced by the "long bridges" setting | 2009-12-04 22:02:37 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 4047c142eb | (svn r18407) -Fix [FS#3338]: aqueducts were not influenced by the "long bridges" setting | 2009-12-04 22:02:37 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 6278f0b8a9 | (svn r18385) -Cleanup: remove the now unneeded multistop slot management code | 2009-12-02 18:18:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 0ef0e13795 | (svn r18385) -Cleanup: remove the now unneeded multistop slot management code | 2009-12-02 18:18:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 4ddbe1793e | (svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies | 2009-12-02 16:48:55 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9426f2b173 | (svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies | 2009-12-02 16:48:55 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 2341c2e283 | (svn r18367) -Codechange: unify the ship pathfinder 'calls' | 2009-12-01 23:56:04 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 76fe20cdcc | (svn r18367) -Codechange: unify the ship pathfinder 'calls' | 2009-12-01 23:56:04 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 2f3053508d | (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory | 2009-12-01 22:45:39 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f52e27c688 | (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory | 2009-12-01 22:45:39 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 13a72bb345 | (svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns. If a GRF does not set price multipliers for these new prices, but for the previously used ones, the old modifiers will be propagated to the new bases. | 2009-11-24 22:15:42 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 830231e2bd | (svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns. If a GRF does not set price multipliers for these new prices, but for the previously used ones, the old modifiers will be propagated to the new bases. | 2009-11-24 22:15:42 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9cc710ad22 | (svn r18271) -Fix [FS#3315]: road vehicles wouldn't reserve a road stop in tunnels/on bridges so when they leave wormhole they're still focussed on the main road stop causing unneededly long queues | 2009-11-24 14:20:39 +00:00 |  |