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
/
linkgraph_sl.cpp
Age
Commit message (
Expand
)
Author
2021-07-09
Codechange: split settings.ini over several files (#9421)
Patric Stout
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
Feature: framework to make savegames self-descriptive
Patric Stout
2021-06-15
Change: rework several CH_RIFF chunks to use CH_ARRAY instead
Patric Stout
2021-06-15
Change: store length of SL_STRUCTLIST in the savegame
Patric Stout
2021-06-14
Codechange: use SLE_STRUCT(LIST) for Linkgraph chunks
Patric Stout
2021-06-14
Codechange: move Save/Load functions of same chunk next to each other
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-30
Codechange: add a wrapper function to find all settings based on prefix (#9312)
Patric Stout
2021-05-27
Codechange: use initializer_lists for the settings tables
rubidium42
2021-05-27
Codechange: let SettingDesc extend SettingDescBase
rubidium42
2021-05-15
Fix: comparison of narrow type to wide type in loop (potential for infinite l...
Rubidium
2021-04-17
Fix: Corrupted savegame could cause heap corruption by writing outside link g...
Milek7
2021-02-13
Codechange: Don't use cpp_offsetof in the save/load code.
Michael Lutz
2020-12-22
Change: [Linkgraph] Pause the game when linkgraph jobs lag (#6470)
Jonathan G Rennison
2019-12-21
Codechange: Replace linkgraph related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-05-10
Fix #7577: Check if linkgraph station index is valid before dereferencing. (#...
PeterN
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-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
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
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2015-03-07
(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.
frosch
2014-06-14
(svn r26646) -Fix [FS#6041]: Save locations instead of distances in link grap...
fonsinchen
2014-05-16
(svn r26589) -Fix: SIGSEGV on all big endian architectures that tried to load...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-10-22
(svn r25898) -Codechange: Add second timestamp for 'restricted links' to all ...
fonsinchen
2013-10-22
(svn r25897) -Fix: Dates are int32, not uint32, and should be saved as such.
fonsinchen
2013-06-09
(svn r25358) -Codechange: save and load link graph jobs and the schedule
fonsinchen
2013-05-19
(svn r25258) -Codechange: save linkgraph (fonsinchen)
rubidium