Age | Commit message (Expand) | Author |
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson |
2019-03-24 | Change: Bump savegame version for tree tile water class conversion. | Peter Nelson |
2019-03-16 | Remove: OPF | Charles Pigott |
2019-03-08 | Add: Road vehicle path cache. (#7261) | PeterN |
2019-03-08 | Feature: Industries with neutral stations (e.g. Oil Rig) only supply/accept c... | PeterN |
2019-03-08 | Change: Add configurable curve penalty for ships. | Peter Nelson |
2019-03-04 | Add: Option for population-linear town cargo generation | Niels Martin Hansen |
2019-03-03 | Change: Heading for 1.10 now (#7319) | frosch |
2019-02-13 | Change: Use SlErrorCorrupt() on pool index error when loading a savegame, ins... | PeterN |
2019-02-04 | Fix #6803: CargoMonitorID bit packing updated to handle 64 cargo types. | Peter Nelson |
2019-02-04 | Change: Make ships stop in locks to move up/down instead of following the slope. | Peter Nelson |
2019-02-02 | Codechange: Change from numeric to descriptive SLV enum labels for last entries. | Peter Nelson |
2019-02-02 | Codechange: Additional type safety for saveload version variables. | Peter Nelson |
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 |
2019-01-30 | Codechange: Remove value mangling and field misuse in SLE_WRITEBYTE. | Peter Nelson |
2019-01-19 | Change: Add ability to save/load std::deque<> containers. | Peter Nelson |
2018-10-31 | Doc: Lots and lots of doxymentation fixes | Charles Pigott |
2018-06-27 | Codechange: lengthof is not defined for runtime-length strings, use sizeof in... | Charles Pigott |
2017-02-26 | (svn r27757) -Change: Make StringID 32bit. | frosch |
2016-09-04 | (svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp... | alberth |
2016-09-04 | (svn r27651) -Codechange: Introduce methods for setting the name and title of... | alberth |
2016-09-04 | (svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and Detaile... | alberth |
2016-09-04 | (svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType fun... | alberth |
2016-09-04 | (svn r27636) -Codechange: Rename FileType to AbstractFileType. | alberth |
2016-09-04 | (svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definiti... | alberth |
2014-05-16 | (svn r26591) -Add: some instrumentation to catch most cases where the wrong n... | rubidium |
2013-08-08 | (svn r25702) -Add: about 3000 years of savegame compatibility. | frosch |
2013-05-19 | (svn r25258) -Codechange: save linkgraph (fonsinchen) | rubidium |
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 |