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
/
order_backup.cpp
Age
Commit message (
Expand
)
Author
2020-12-27
Codechange: Replace FOR_VEHICLE_ORDERS with range-based for loops
glx22
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-03-21
Fix #7391, 9b99b95: Don't invalidate go to depot orders of non-aircraft when ...
Michael Lutz
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-02-27
Fix #6574: Remove go to hangar orders when rebuilding airport
Samu
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2012-07-29
(svn r24446) -Add [FS#5199]: Store more consist properties in order backups.
frosch
2012-07-29
(svn r24444) -Codechange: Base OrderBackup on BaseConsist.
frosch
2011-12-09
(svn r23464) -Fix [FS#4876]: clear the backed up orders of a removed station ...
rubidium
2011-11-12
(svn r23199) -Fix [FS#4822]: oil rigs that "expired" did not get removed from...
rubidium
2011-05-18
(svn r22473) -Codechange: Automatic orders are better called implicit orders ...
planetmaker
2011-05-02
(svn r22410) -Document: some more bits ;)
rubidium
2011-02-19
(svn r22116) -Codechange: use PoolBase::Clean() at more places
smatz
2011-02-10
(svn r22047) -Fix: selling a vehicle triggered the assert added in r22041
yexo
2011-01-31
(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and...
frosch
2011-01-18
(svn r21846) -Codechange: move documentation towards the code to make it more...
rubidium
2010-12-08
(svn r21438) -Fix (r21424): fix triggered an assertion when the build did sup...
rubidium
2010-12-07
(svn r21424) -Fix: CMD_CLEAR_ORDER_BACKUP might not get executed when the use...
rubidium
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-19
(svn r20571) -Codechange: free/reserve some bits in the order commands to inc...
rubidium
2010-08-18
(svn r20547) -Change: the way order backups are performed. Now restoring an o...
rubidium
2010-08-18
(svn r20545) -Codechange: make sure an OrderBackup gets cleared when the depo...
rubidium
2010-08-18
(svn r20541) -Fix: when removing a vehicle update the "clone orders of"-vehic...
rubidium
2010-08-18
(svn r20539) -Codechange: make order backups more self-contained.
rubidium