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
/
cargopacket_sl.cpp
Age
Commit message (
Expand
)
Author
2021-07-02
Add: store headers for most savegame chunks
Patric Stout
2021-06-06
Codechange: Remove FOR_ALL_CHUNK_HANDLERS
glx22
2021-05-31
Codechange: C++-ify lists for SaveLoad (#9323)
Patric Stout
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_CARGOPACKETS 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-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-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-06-09
(svn r25361) -Feature: distribute cargo according to plan given by linkgraph
fonsinchen
2013-02-17
(svn r25012) -Codechange: persistently keep 'reserved' cargo (for full-load i...
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2011-05-01
(svn r22406) -Document: some more "random-ish" tidbits
rubidium
2010-11-21
(svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionB...
alberth
2010-06-13
(svn r19973) -Codechange: Add another procedure to chunk handlers for checkin...
frosch
2009-11-28
(svn r18330) -Cleanup: remove some unneeded includes
rubidium
2009-11-03
(svn r17963) -Codechange: some documentation style
rubidium
2009-10-20
(svn r17816) -Codechange: move the CargoList invalidation-after-saveload to t...
rubidium
2009-10-19
(svn r17813) -Codechange: unify the CargoPacket related coding style
rubidium
2009-10-18
(svn r17806) -Codechange: split CargoPacket's 'afterload' to a separate function
rubidium
2009-10-06
(svn r17720) -Codechange: guard the CargoPacket variables that are cached in ...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-08
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsi...
smatz
2009-06-29
(svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for ...
rubidium
2009-05-17
(svn r16338) -Codechange: split loading of references to two phases
smatz
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz