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
/
saveload.h
Age
Commit message (
Expand
)
Author
2011-12-19
(svn r23603) -Add: support for control commands in strings, in both network a...
truebrain
2011-12-19
(svn r23595) -Codechange: add comma after last enum to get a more uniform cod...
rubidium
2011-11-12
(svn r23195) -Codechange: if we really need to cast away constness, use const...
rubidium
2011-09-03
(svn r22880) -Cleanup: SIZE_MAX is now defined in stdafx.h
frosch
2011-06-12
(svn r22567) -Codechange: Store persistent storages inside a pool.
terkhen
2011-03-05
(svn r22198) -Codechange: make some constants name more explicit
rubidium
2011-02-12
(svn r22070) -Fix [FS#4503] (r21399): crashes when disconnecting after reques...
rubidium
2011-02-08
(svn r22025) -Fix: verify there is enough space in the pool when creating new...
smatz
2010-12-05
(svn r21395) -Codechange: move the save and load filter's interface to a header
rubidium
2010-11-21
(svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionB...
alberth
2010-11-21
(svn r21283) -Codechange: Allow minor argument IsSavegameVersionBefore() to b...
alberth
2010-11-21
(svn r21282) -Codechange: Rename CheckSavegameVersionOldStyle() to IsSavegame...
alberth
2010-11-21
(svn r21281) -Doc: Add doxygen comments to saveload code.
alberth
2010-09-16
(svn r20819) -Fix [FS#3714]: be a bit more "lenient" w.r.t. invalid savegames...
rubidium
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-07-19
(svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use VARD...
rubidium
2010-06-27
(svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation.
alberth
2010-06-13
(svn r19975) -Add: SL_LOAD_CHECK mode for partial reading of savegames.
frosch
2010-06-13
(svn r19973) -Codechange: Add another procedure to chunk handlers for checkin...
frosch
2010-05-13
(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...
rubidium
2010-01-29
(svn r18954) -Fix (r18952): missing 'inline'
smatz
2010-01-29
(svn r18952) -Fix (r18950): loading recent (=newer then title game) savegames...
yexo
2010-01-16
(svn r18831) -Change [FS#3537]: do not go into the crashlog handler in case l...
rubidium
2010-01-02
(svn r18688) -Cleanup: remove some unused code/constants
rubidium
2009-09-14
(svn r17535) -Fix: compiling without networking failed; also unhackify the cr...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-07-24
(svn r16944) -Codechange: remove needlessly complex way of getting the offset...
rubidium
2009-07-22
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...
rubidium
2009-05-17
(svn r16338) -Codechange: split loading of references to two phases
smatz
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-02-25
(svn r15584) -Codechange: Move several variables from variables.h to more app...
yexo
2009-01-23
(svn r15216) -Feature: native support for Transport Tycoon (Original) savegam...
smatz
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz