| 
							
							
								 rubidium | 2be4215f43 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values | 2014-04-23 20:13:33 +00:00 |  | 
			
				
					| 
							
							
								 planetmaker | f00d9976f9 | (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) | 2013-01-08 22:46:42 +00:00 |  | 
			
				
					| 
							
							
								 michi_cc | 64b7bc557f | (svn r23758) -Feature: [NewGRF] Alternate rail type label list. | 2012-01-05 19:40:34 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 0cf2ef83f0 | (svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s]. | 2011-01-18 23:09:43 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | abc1828d30 | (svn r21842) -Feature [FS#4393]: [NewGRF] Introduction dates/required types for rail types; e.g. introduce a particular rail type in 1960 (or when a vehicle using it is introduced), but also allow limiting its introduction to only happen when the required railtypes are available | 2011-01-18 21:30:59 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | dc94c94599 | (svn r21841) -Feature: [NewGRF] Allow to define other railtypes that should be introduced if a particular rail type is introduced, e.g. to make sure slow rail is introduced when fast rail gets introduced | 2011-01-18 21:28:07 +00:00 |  | 
			
				
					| 
							
							
								 frosch | ed80045221 | (svn r19654) -Codechange: Use Extract<> in more places. | 2010-04-17 13:31:41 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 982b8ee5fc | (svn r17693) -Cleanup: remove some unneeded includes | 2009-10-04 17:16:41 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 99d46e0ad7 | (svn r17248) -Fix: add GPL license notice where appropriate | 2009-08-21 20:21:05 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 00a9b2fd3d | (svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile | 2009-07-24 11:15:11 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 100cb17fa8 | (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. -Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible. | 2009-07-22 08:59:57 +00:00 |  | 
			
				
					| 
							
							
								 smatz | d495dc5dbc | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | 2009-05-16 23:34:14 +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 |  | 
			
				
					| 
							
							
								 peter1138 | 793eabf61e | (svn r15417) -Codechange: Add default rail type labels and support for per-GRF translation table. | 2009-02-08 18:11:06 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 9021c20b5e | (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 |  | 
			
				
					| 
							
							
								 rubidium | e589c7e580 | (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 |  | 
			
				
					| 
							
							
								 peter1138 | 2ea575e36c | (svn r14160) -Codechange: Move _railtype_cost_multipliers into the rail type information struct. | 2008-08-24 23:10:23 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e7a501100a | (svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games. | 2008-05-29 15:13:28 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | d289464d69 | (svn r13255) -Codechange: move _opt to _settings. | 2008-05-25 22:36:44 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 1ce0b03bf0 | (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description. | 2008-05-06 15:11:33 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 45034bc522 | (svn r12924) -Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist. | 2008-04-29 21:31:29 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 8bb0ff0a63 | (svn r12917) -Codechange: standardise variable names called with FOR_ALL_ENGINEIDS_OF_TYPE | 2008-04-29 07:11:54 +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 |  | 
			
				
					| 
							
							
								 frosch | 4ec7f33f8c | (svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes. | 2008-02-28 17:34:34 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | f8b5b6667f | (svn r11957) -Codechange [FS#1678]: Minor simplification and optimisation when checking for available road/rail types (bilbo) | 2008-01-23 09:43:53 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 2fc62eab05 | (svn r11818) -Codechange: split player.h into smaller pieces. | 2008-01-12 14:10:35 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c004cc1fd9 | (svn r11801) -Codechange: remove some unneeded includes from some header files. | 2008-01-09 21:27:39 +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 |  | 
			
				
					| 
							
							
								 skidd13 | 54edc19b19 | (svn r11723) -Feature: add initial support for Intel C Compiler on linux -Codechange: silence a few warnings of ICC | 2007-12-30 19:32:09 +00:00 |  | 
			
				
					| 
							
							
								 smatz | d56a690ba4 | (svn r11649) -Codechange: some code can be simplified thanks to changes in r11642 | 2007-12-16 19:30:42 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 926fe5c9e9 | (svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_map.h into tunnelbridge_map.h | 2007-12-16 15:38:51 +00:00 |  | 
			
				
					| 
							
							
								 maedhros | ee4823857f | (svn r11265) -Feature: Make more advanced rail types more expensive to build. | 2007-10-14 21:20:12 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f22c5ba602 | (svn r11237) -Codechange: reduce code duplication between GetRailFoundation() and CheckRailSlope(). Patch by frosch. | 2007-10-09 21:11:23 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 2800a49f03 | (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type. | 2007-07-29 23:42:59 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9d7be92bf4 | (svn r9988) -Codechange: remove the last direct map accesses, except the ones needed for the savegame saving/loading mechanisms. | 2007-05-30 13:33:19 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7577954ced | (svn r9672) -Cleanup: lots of coding style fixes around operands. | 2007-04-18 22:10:36 +00:00 |  | 
			
				
					| 
							
							
								 belugas | 6a86e75870 | (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near | 2007-04-04 01:35:16 +00:00 |  | 
			
				
					| 
							
							
								 belugas | 34272ad201 | (svn r9523) -Cleanup: doxygen changes. Time to take care of "R" | 2007-03-28 20:41:35 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b5a997a446 | (svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType. | 2007-02-27 23:36:28 +00:00 |  | 
			
				
					| 
							
							
								 tron | c0ec367e9b | (svn r8899) -Fix Remove the unused second parameter from GetTileRailType() | 2007-02-25 11:36:19 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | a7d0cdf95f | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. | 2007-01-10 18:56:51 +00:00 |  | 
			
				
					| 
							
							
								 KUDr | 07c30785ab | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) | 2007-01-10 18:12:09 +00:00 |  |