summaryrefslogtreecommitdiff
path: root/src/saveload
AgeCommit message (Expand)Author
2010-08-07(svn r20406) -Codechange: make StationClass use the new generic classrubidium
2010-08-07(svn r20400) -Codechange: let StationSpec use GRFFilePropsBaserubidium
2010-08-05(svn r20376) -Feature [FS#3093]: add setting for none/original/more smoke (Si...yexo
2010-08-05(svn r20375) -Codechange: make sure the watertype for existing airport tiles ...yexo
2010-08-05(svn r20374) -Codechange: add persistant storage for airportsyexo
2010-08-05(svn r20366) -Codechange: store the rotation of the airport layout in the sta...yexo
2010-08-05(svn r20365) -Codechange: allow multiple layouts for one airport statemachine...yexo
2010-08-03(svn r20337) -Codechange: unify the construction of objects on the maprubidium
2010-08-03(svn r20335) -Codechange: change the name of some unmovable map accessorsrubidium
2010-08-03(svn r20334) -Codechange: reorder the unmovable bits a bit for futher extensionrubidium
2010-08-02(svn r20311) -Codechange: don't reserve extra space in the savegame that is n...yexo
2010-08-01(svn r20289) -Codechange: Unify fall through coding style.terkhen
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-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-31(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.alberth
2010-07-31(svn r20253) -Codechange: change GRFConfig::windows_paletted into a bitmask/b...rubidium
2010-07-31(svn r20252) -Codechange: deduplicate logic for setting a suitable (initial) ...rubidium
2010-07-30(svn r20247) -Fix: when it is known the loading an old savegame is going to f...rubidium
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-07-28(svn r20233) -Codechange: fix/unify coding and comment style a bitrubidium
2010-07-28(svn r20232) -Codechange: shuffle a few functions around so they don't need t...rubidium
2010-07-28(svn r20231) -Document: which version had which savegame versionrubidium
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...rubidium
2010-07-19(svn r20184) -Codechange: make _trees_tick_ctr and _disaster_delay not use VA...rubidium
2010-07-19(svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use VARD...rubidium
2010-07-16(svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "b...rubidium
2010-07-08(svn r20090) -Fix: savegames would (very likely) end with 128 KiB worth of us...rubidium
2010-07-08(svn r20087) -Fix [FS#3876, FS#3887, FS#3920, FS#3923]: if after loading a sa...rubidium
2010-07-02(svn r20048) -Feature: Add a setting to forbid towns building level crossings.michi_cc
2010-06-27(svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation.alberth
2010-06-23(svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the w...rubidium
2010-06-21(svn r20005) -Codechange: Enumify force_proceed.frosch
2010-06-20(svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypesyexo
2010-06-13(svn r19985) -Fix (r19980): Loading preview data from old savegames failed in...frosch
2010-06-13(svn r19981) -Add: Read NewGRF configuration during SL_LOAD_CHECK.frosch
2010-06-13(svn r19980) -Add: Load some general data from savegames on SL_LOAD_CHECK.frosch
2010-06-13(svn r19979) -Codechange: Separate static loadable fields from Company into s...frosch
2010-06-13(svn r19977) -Add: Read current date during SL_LOAD_CHECK.frosch
2010-06-13(svn r19976) -Add: Read mapsize during SL_LOAD_CHECK.frosch
2010-06-13(svn r19975) -Add: SL_LOAD_CHECK mode for partial reading of savegames.frosch
2010-06-13(svn r19974) -Add: SlSkipArray() to skip arrays and sparse arrays in savegames.frosch
2010-06-13(svn r19973) -Codechange: Add another procedure to chunk handlers for checkin...frosch
2010-06-13(svn r19971) -Codechange: Make IsGoodGRFConfigList() operate on any given GRF...frosch
2010-06-05(svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEB...frosch
2010-05-31(svn r19914) -Codechange: Wrap a helper class around temporary assignments of...frosch
2010-05-18(svn r19850) -Codechange: move declaration of InitializeRailGUI() to rail_gui.hsmatz
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...rubidium
2010-05-13(svn r19806) -Codechange: silence one warningsmatz