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
/
order_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
2020-06-22
Fix 63ccb36e: Incorrect string type for OrderBackup::name save/load
Jonathan G Rennison
2020-01-05
Fix: When loading old timetabled saves, also reset cached timetable duration
Charles Pigott
2019-12-21
Codechange: Replace order related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
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-09-14
(svn r26819) -Fix [FS#6112] (r26787): trying to delete just loaded objects th...
rubidium
2014-09-07
(svn r26787) -Fix (r20547): Loading a game with order backups leaked Orders a...
frosch
2014-07-21
(svn r26700) -Fix [FS#6066]: incorrect saving of order backups
rubidium
2014-05-01
(svn r26547) -Codechange: Collect order travel and wait times independent of ...
fonsinchen
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-02-24
(svn r25041) -Remove [FS#3764-ish]: ordered refit with subtypes, since the ca...
frosch
2013-02-14
(svn r24998) -Fix [FS#5137]: Set vehicle's service interval is percent flag a...
rubidium
2013-02-14
(svn r24994) -Codechange: Replace access to service_interval with accessors (...
rubidium
2012-07-29
(svn r24446) -Add [FS#5199]: Store more consist properties in order backups.
frosch
2012-07-29
(svn r24445) -Fix: Do not load order backups when loading a server-saved game...
frosch
2012-07-29
(svn r24444) -Codechange: Base OrderBackup on BaseConsist.
frosch
2012-02-14
(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.
michi_cc
2011-09-09
(svn r22914) -Fix [FS#4716]: old TTO/TTD savegames could get non-stop via ord...
rubidium
2011-01-18
(svn r21846) -Codechange: move documentation towards the code to make it more...
rubidium
2010-11-21
(svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionB...
alberth
2010-11-21
(svn r21282) -Codechange: Rename CheckSavegameVersionOldStyle() to IsSavegame...
alberth
2010-08-18
(svn r20547) -Change: the way order backups are performed. Now restoring an o...
rubidium
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-06-13
(svn r19973) -Codechange: Add another procedure to chunk handlers for checkin...
frosch
2010-01-01
(svn r18683) -Fix: it's not an other
rubidium
2009-11-28
(svn r18330) -Cleanup: remove some unneeded includes
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-05-17
(svn r16338) -Codechange: split loading of references to two phases
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-05-16
(svn r16320) -Fix (r11939): loading of savegames created in revision between ...
smatz
2009-04-12
(svn r16037) -Feature: allow (per order) to let a train stop at the near end,...
rubidium
2009-02-16
(svn r15500) -Fix (r12648): pre-0.5 OTTD stored new_nonstop and full_load_any...
smatz
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz