summaryrefslogtreecommitdiff
path: root/src/saveload/linkgraph_sl.cpp
AgeCommit message (Expand)Author
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-02-02Codechange: Convert saveload numbers to enum values.Peter Nelson
2019-02-02Codechange: Make saveload version upper bound exclusive, i.e. version object ...Peter Nelson
2018-10-31Doc: Lots and lots of doxymentation fixesCharles 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 schedulefonsinchen
2013-05-19(svn r25258) -Codechange: save linkgraph (fonsinchen)rubidium