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
/
station_sl.cpp
Age
Commit message (
Expand
)
Author
2021-07-06
Cleanup: Remove now unneeded ChunkHandler members
glx22
2021-07-06
Codechange: Use ChunkHandlers sub-classes
glx22
2021-07-06
Codechange: Use static array of references to ChunkHandler
glx22
2021-07-02
Add: store headers for chunks with SL_STRUCTLIST
Patric Stout
2021-07-02
Add: store headers for most savegame chunks
Patric Stout
2021-07-02
Feature: framework to make savegames self-descriptive
Patric Stout
2021-06-15
Codechange: mark chunks that are not stored as CH_READONLY
Patric Stout
2021-06-15
Change: store length of SL_STRUCTLIST in the savegame
Patric Stout
2021-06-14
Codechange: use as much of STNN code for STNS as possible
Patric Stout
2021-06-14
Codechange: use SLE_STRUCT(LIST) for Station chunks
Patric Stout
2021-06-14
Codechange: remove the special station/vehicle code from SaveLoad
Patric Stout
2021-06-10
Codechange: rename SL_LST to SL_REFLIST to highlight the "reference" part
Patric Stout
2021-06-06
Codechange: Remove FOR_ALL_CHUNK_HANDLERS
glx22
2021-05-31
Codechange: C++-ify lists for SaveLoad (#9323)
Patric Stout
2021-05-13
Codechange: Replace TILE_AREA_LOOP with range-based for loops
glx22
2020-05-21
Codechange: Use std::string for most of the user-settable custom names.
Michael Lutz
2020-05-06
Fix #8021: limit savegame range for docking tiles fixing
glx
2020-03-30
Fix #8020: Add missing docking tiles around industry neutral stations
SamuXarick
2019-12-21
Codechange: Replace FOR_ALL_ROADSTOPS with range-based for loops
glx
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace order related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace station related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-06-30
Feature: Multi-tile docks and docking points.
peter1138
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: Change from numeric to descriptive SLV enum labels for last entries.
Peter Nelson
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
2019-01-30
Codechange: Remove value mangling and field misuse in SLE_WRITEBYTE.
Peter Nelson
2018-09-02
Feature: [NewGRF] Increase size of persistent storage to 256.
Michael Lutz
2018-06-26
Change: Increase cargo type limit to 64.
PeterN
2017-03-05
(svn r27770) -Fix [FS#6540]: Initialize variables in station_sl.cpp (JGR)
fonsinchen
2014-09-21
(svn r26878) -Change: move m6 to TileExtended to keep Tile 8 bytes and thus b...
rubidium
2014-08-22
(svn r26753) -Fix: desync due to not always properly restoring game state fro...
rubidium
2014-05-11
(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-12-23
(svn r26175) -Add: Log in desync output when persistent storage is discarded.
frosch
2013-11-23
(svn r26057) -Fix: a number of possibly uninitialised variables
rubidium
2013-10-22
(svn r25899) -Change: Restrict flows if links are restricted and don't normal...
fonsinchen
2013-06-09
(svn r25362) -Feature: consider cargo waiting at other stations for rating at...
fonsinchen
2013-06-09
(svn r25361) -Feature: distribute cargo according to plan given by linkgraph
fonsinchen
2013-06-09
(svn r25360) -Codechange: save and load flow stats
fonsinchen
2013-06-08
(svn r25337) -Fix: saving only 8 bits of 16 causes endianness problems
fonsinchen
2013-06-01
(svn r25312) -Fix-ish: missing spaces after comma + realignment of tables; qu...
rubidium
2013-02-17
(svn r25012) -Codechange: persistently keep 'reserved' cargo (for full-load i...
rubidium
2013-01-11
(svn r24905) -Feature(ish): Implement station randomisation triggers.
peter1138
2012-11-12
(svn r24718) -Codechange: Rename GoodsEntry::days_since_pickup to GoodsEntry:...
frosch
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-19
(svn r23636) -Add: introduce ScriptText in parameters where it can be used
truebrain
[next]