| 
							
							
								 Jonathan G Rennison | cbdd9f84d8 | Merge branch 'master' into jgrpp # Conflicts:
#	src/console_gui.cpp
#	src/lang/korean.txt
#	src/video/sdl2_v.cpp
#	src/video/sdl2_v.h
#	src/window.cpp
#	src/window_gui.h | 2019-11-12 18:43:10 +00:00 |  | 
			
				
					| 
							
							
								 S. D. Cloudt | 13cc8a0cee | Cleanup: Removed SVN  headers | 2019-11-10 17:59:20 +00:00 |  | 
			
				
					| 
							
							
								 Jonathan G Rennison | a1d36b02f0 | Network: Add state checksum which is check in network sync | 2019-08-06 03:03:40 +01:00 |  | 
			
				
					| 
							
							
								 Jonathan G Rennison | 36eb4165b8 | Merge branch 'master' into jgrpp # Conflicts:
#	src/bridge_map.h
#	src/crashlog.cpp
#	src/industry.h
#	src/linkgraph/linkgraph_type.h
#	src/order_type.h
#	src/saveload/afterload.cpp
#	src/settings.cpp
#	src/settings_type.h
#	src/smallmap_gui.cpp
#	src/spritecache.cpp
#	src/stdafx.h
#	src/table/settings.h.preamble
#	src/train.h
#	src/vehicle.cpp
#	src/viewport.cpp
#	src/viewport_func.h
#	src/widgets/station_widget.h
#	src/zoom_func.h
#	src/zoom_type.h | 2019-07-08 16:19:07 +01:00 |  | 
			
				
					| 
							
							
								 Jonathan G Rennison | 829c635add | Add road layout change counter, add to road veh path caches Update layout counter when non-leaf road bits are added or removed | 2019-05-26 11:35:18 +01:00 |  | 
			
				
					| 
							
							
								 Jonathan G Rennison | ec1e848a7f | Add log of game events since last load and overall Add console command
Add to crashlog | 2019-05-18 10:17:59 +01:00 |  | 
			
				
					| 
							
							
								 Charles Pigott | 96a4787710 | Codechange: Set ZoomLevel's base type to byte instead of using ZoomLevelByte | 2019-04-29 17:40:22 +01:00 |  | 
			
				
					| 
							
							
								 Jonathan G Rennison | 0d93ecb6bf | Merge branch 'master' into jgrpp # Conflicts:
#	src/core/alloc_type.hpp
#	src/group_gui.cpp
#	src/newgrf.cpp
#	src/saveload/economy_sl.cpp
#	src/saveload/map_sl.cpp
#	src/station_cmd.cpp | 2019-04-16 18:03:08 +01:00 |  | 
			
				
					| 
							
							
								 peter1138 | 4f052fc2a4 | Cleanup: Fix alignment after NULL -> nullptr change. | 2019-04-13 20:35:10 +01:00 |  | 
			
				
					| 
							
							
								 Jonathan G Rennison | 674732cd68 | Merge: Codechange: Use null pointer literal instead of the NULL macro | 2019-04-11 18:14:13 +01:00 |  | 
			
				
					| 
							
							
								 Henry Wilson | 7c8e7c6b6e | Codechange: Use null pointer literal instead of the NULL macro | 2019-04-10 23:22:20 +02:00 |  | 
			
				
					| 
							
							
								 Jonathan G Rennison | 2142452305 | Merge branch 'save_ext' into jgrpp # Conflicts:
#	Makefile.src.in
#	findversion.sh
#	projects/determineversion.vbs
#	src/gamelog.cpp
#	src/gamelog_internal.h
#	src/lang/german.txt
#	src/lang/korean.txt
#	src/network/core/config.h
#	src/network/network.cpp
#	src/network/network_udp.cpp
#	src/rev.h
#	src/saveload/afterload.cpp
#	src/saveload/company_sl.cpp
#	src/saveload/depot_sl.cpp
#	src/saveload/gamelog_sl.cpp
#	src/saveload/misc_sl.cpp
#	src/saveload/order_sl.cpp
#	src/saveload/saveload.cpp
#	src/saveload/station_sl.cpp
#	src/saveload/town_sl.cpp
#	src/saveload/vehicle_sl.cpp
#	src/table/settings.ini
#	src/viewport.cpp | 2019-02-04 18:32:44 +00:00 |  | 
			
				
					| 
							
							
								 Peter Nelson | 9de12521ec | Codechange: Convert saveload numbers to enum values. (This was mostly achieved with a few in-place regexes) | 2019-02-02 21:39:06 +00:00 |  | 
			
				
					| 
							
							
								 Peter Nelson | ea4ea62816 | Codechange: Make saveload version upper bound exclusive, i.e. version object was removed instead of version object last appeared. | 2019-02-02 21:39:06 +00:00 |  | 
			
				
					| 
							
							
								 Jonathan G Rennison | 1778fda01e | Merge branch 'day_length' into jgrpp | 2016-10-11 00:45:01 +01:00 |  | 
			
				
					| 
							
							
								 Jonathan G Rennison | 6288a67fe1 | Fix savegame load check overwriting date tick skip counter. | 2016-10-11 00:43:52 +01:00 |  | 
			
				
					| 
							
							
								 Jonathan G Rennison | 375b069f82 | Replace day length scaled tick macros with global variables. This is to avoid needing to expensively re-calculate them all the time.
Instead update them by incrementing. | 2016-09-10 01:03:48 +01:00 |  | 
			
				
					| 
							
							
								 Jonathan G Rennison | 41062cf78e | Save/load changes for variable day length patch. | 2015-08-09 13:50:06 +01:00 |  | 
			
				
					| 
							
							
								 patch-import | d86a56cbef | Import day length patch Minor whitespace fixes.
http://www.tt-forums.net/viewtopic.php?p=1148227#p1148227 | 2015-08-09 11:23:15 +01:00 |  | 
			
				
					| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 rubidium | 0463dbdc9e | (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 |  | 
			
				
					| 
							
							
								 rubidium | d5eeab43b7 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | 2012-01-03 21:32:51 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 6d6be50ae0 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | 2012-01-03 21:32:51 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | b84174fd4d | (svn r23316) -Feature: Add ability to zoom in to 2x and 4x level. | 2011-11-24 12:38:48 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 81598273e9 | (svn r23316) -Feature: Add ability to zoom in to 2x and 4x level. | 2011-11-24 12:38:48 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 782aee3c2a | (svn r23314) -Add: Add settings to restrict viewport zoom levels. | 2011-11-24 12:20:14 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 4e97261315 | (svn r23314) -Add: Add settings to restrict viewport zoom levels. | 2011-11-24 12:20:14 +00:00 |  | 
			
				
					| 
							
							
								 michi_cc | d25840978c | (svn r22713) -Feature: [NewGRF] Per vehicle custom cargo ageing period. | 2011-08-03 20:55:08 +00:00 |  | 
			
				
					| 
							
							
								 michi_cc | 08b7981f37 | (svn r22713) -Feature: [NewGRF] Per vehicle custom cargo ageing period. | 2011-08-03 20:55:08 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 05199a641a | (svn r21890) -Cleanup: remove some unneeded includes | 2011-01-22 14:52:20 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7eba2bf4d3 | (svn r21890) -Cleanup: remove some unneeded includes | 2011-01-22 14:52:20 +00:00 |  | 
			
				
					| 
							
							
								 smatz | e98fe27c5d | (svn r21802) -Cleanup (r2600): remove unused _vehicle_id_ctr_day | 2011-01-15 14:20:34 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 2709454040 | (svn r21802) -Cleanup (r2600): remove unused _vehicle_id_ctr_day | 2011-01-15 14:20:34 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 16f678a990 | (svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionBefore(). | 2010-11-21 12:47:04 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 3e27739287 | (svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionBefore(). | 2010-11-21 12:47:04 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 360d6daf34 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers | 2010-08-26 22:01:16 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 30f2afac9b | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers | 2010-08-26 22:01:16 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9fd2afb147 | (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) | 2010-07-19 17:28:27 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b8487afe54 | (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) | 2010-07-19 17:28:27 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 4a2901eea4 | (svn r20184) -Codechange: make _trees_tick_ctr and _disaster_delay not use VARDEF and put them in a more logical location | 2010-07-19 15:51:06 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 3bb544e54d | (svn r20184) -Codechange: make _trees_tick_ctr and _disaster_delay not use VARDEF and put them in a more logical location | 2010-07-19 15:51:06 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 593c7d178f | (svn r19977) -Add: Read current date during SL_LOAD_CHECK. | 2010-06-13 14:14:20 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 86244ad31e | (svn r19977) -Add: Read current date during SL_LOAD_CHECK. | 2010-06-13 14:14:20 +00:00 |  | 
			
				
					| 
							
							
								 frosch | fe063af382 | (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). | 2010-06-13 14:11:59 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 62ac138154 | (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). | 2010-06-13 14:11:59 +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 | c0def29c99 | (svn r18384) -Fix (r18351): attempt to 'work around' MSVC's IMO stupid warning | 2009-12-02 18:14:34 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 429f3993f8 | (svn r18384) -Fix (r18351): attempt to 'work around' MSVC's IMO stupid warning | 2009-12-02 18:14:34 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | a32968e17e | (svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level | 2009-11-30 11:29:52 +00:00 |  |