summaryrefslogtreecommitdiff
path: root/src/saveload/object_sl.cpp
AgeCommit message (Expand)Author
2021-07-06Codechange: Use a common sub-class for NewGRFMapping chunksglx22
2021-07-06Cleanup: Remove now unneeded ChunkHandler membersglx22
2021-07-06Codechange: Use ChunkHandlers sub-classesglx22
2021-07-06Codechange: Use static array of references to ChunkHandlerglx22
2021-07-02Add: store headers for most savegame chunksPatric Stout
2021-06-06Codechange: Remove FOR_ALL_CHUNK_HANDLERSglx22
2021-05-31Codechange: C++-ify lists for SaveLoad (#9323)Patric Stout
2019-12-21Codechange: Replace FOR_ALL_OBJECTS with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-13Cleanup: Fix alignment after NULL -> nullptr change.peter1138
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-02-02Codechange: Convert saveload numbers to enum values.Peter Nelson
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-10-12(svn r25833) -Codechange: Move ObjectType from map array into pool item.frosch
2010-12-10(svn r21453) -Codechange: add the view of an object to the savegamerubidium
2010-11-21(svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionB...alberth
2010-09-01(svn r20708) -Fix [FS#4101]: upon company bankruptcy some objects weren't rem...rubidium
2010-08-28(svn r20658) -Codechange: add the colour of an object to the object instancerubidium
2010-08-28(svn r20656) -Codechange: implement counting of objectsrubidium
2010-08-28(svn r20648) -Codechange: implement the NewGRF override manager for objectsrubidium
2010-08-13(svn r20482) -Codechange: move some object related information off the map an...rubidium