index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
saveload
/
misc_sl.cpp
Age
Commit message (
Expand
)
Author
2021-06-06
Codechange: Remove FOR_ALL_CHUNK_HANDLERS
glx22
2021-05-31
Codechange: C++-ify lists for SaveLoad (#9323)
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-07-27
Codechange: Spell 'Viewport' consistently
TechGeekNZ
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-29
Codechange: Set ZoomLevel's base type to byte instead of using ZoomLevelByte
Charles Pigott
2019-04-13
Cleanup: Fix alignment after NULL -> nullptr change.
peter1138
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-02-02
Codechange: Convert saveload numbers to enum values.
Peter Nelson
2019-02-02
Codechange: Make saveload version upper bound exclusive, i.e. version object ...
Peter Nelson
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-11-24
(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.
peter1138
2011-11-24
(svn r23314) -Add: Add settings to restrict viewport zoom levels.
peter1138
2011-08-03
(svn r22713) -Feature: [NewGRF] Per vehicle custom cargo ageing period.
michi_cc
2011-01-22
(svn r21890) -Cleanup: remove some unneeded includes
rubidium
2011-01-15
(svn r21802) -Cleanup (r2600): remove unused _vehicle_id_ctr_day
smatz
2010-11-21
(svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionB...
alberth
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-07-19
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...
rubidium
2010-07-19
(svn r20184) -Codechange: make _trees_tick_ctr and _disaster_delay not use VA...
rubidium
2010-06-13
(svn r19977) -Add: Read current date during SL_LOAD_CHECK.
frosch
2010-06-13
(svn r19973) -Codechange: Add another procedure to chunk handlers for checkin...
frosch
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-12-02
(svn r18384) -Fix (r18351): attempt to 'work around' MSVC's IMO stupid warning
rubidium
2009-11-30
(svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-05-17
(svn r16338) -Codechange: split loading of references to two phases
smatz
2009-05-17
(svn r16330) -Fix (r16329): we were shortly visited by Mr. Kenobi.
rubidium
2009-05-17
(svn r16329) -Fix: possible desync when removing lots of towns in-game (not t...
rubidium
2009-05-17
(svn r16328) -Fix: desync when removing lots of stations
rubidium
2009-05-06
(svn r16242) -Codechange: rework pausing
rubidium
2009-02-25
(svn r15584) -Codechange: Move several variables from variables.h to more app...
yexo
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-13
(svn r15075) -Fix: store _next_competitor_start as uint32, else it might over...
truebrain
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz