summaryrefslogtreecommitdiff
path: root/src/saveload/station_sl.cpp
AgeCommit message (Expand)Author
2018-09-02Feature: [NewGRF] Increase size of persistent storage to 256.Michael Lutz
2018-06-26Change: Increase cargo type limit to 64.PeterN
2017-03-05(svn r27770) -Fix [FS#6540]: Initialize variables in station_sl.cpp (JGR)fonsinchen
2014-09-21(svn r26878) -Change: move m6 to TileExtended to keep Tile 8 bytes and thus b...rubidium
2014-08-22(svn r26753) -Fix: desync due to not always properly restoring game state fro...rubidium
2014-05-11(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-12-23(svn r26175) -Add: Log in desync output when persistent storage is discarded.frosch
2013-11-23(svn r26057) -Fix: a number of possibly uninitialised variablesrubidium
2013-10-22(svn r25899) -Change: Restrict flows if links are restricted and don't normal...fonsinchen
2013-06-09(svn r25362) -Feature: consider cargo waiting at other stations for rating at...fonsinchen
2013-06-09(svn r25361) -Feature: distribute cargo according to plan given by linkgraphfonsinchen
2013-06-09(svn r25360) -Codechange: save and load flow statsfonsinchen
2013-06-08(svn r25337) -Fix: saving only 8 bits of 16 causes endianness problemsfonsinchen
2013-06-01(svn r25312) -Fix-ish: missing spaces after comma + realignment of tables; qu...rubidium
2013-02-17(svn r25012) -Codechange: persistently keep 'reserved' cargo (for full-load i...rubidium
2013-01-11(svn r24905) -Feature(ish): Implement station randomisation triggers.peter1138
2012-11-12(svn r24718) -Codechange: Rename GoodsEntry::days_since_pickup to GoodsEntry:...frosch
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-19(svn r23636) -Add: introduce ScriptText in parameters where it can be usedtruebrain
2011-12-15(svn r23526) -Codechange: unify cargos vs cargoesrubidium
2011-06-12(svn r22567) -Codechange: Store persistent storages inside a pool.terkhen
2011-06-04(svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus.terkhen
2011-02-27(svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrongsmatz
2011-02-11(svn r22057) -Fix: waypoint conversion could (previously) silently overfill t...rubidium
2011-02-08(svn r22025) -Fix: verify there is enough space in the pool when creating new...smatz
2011-01-14(svn r21795) -Fix (r21790): when converting TTDPatch train waypoints, convert...rubidium
2011-01-14(svn r21794) -Fix (r21790): convert train orders too (Rubidium)smatz
2011-01-14(svn r21790) -Fix [FS#4398]: TTDPatch savegames can have train waypoints enco...smatz
2011-01-14(svn r21784) -Fix (r16909): crash when converting savegame with custom waypoi...smatz
2010-11-21(svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionB...alberth
2010-09-28(svn r20857) -Fix [FS#3637]: The station with the second highest rating was d...rubidium
2010-09-16(svn r20815) -Revert (r20814): wrong patch at wrong time...rubidium
2010-09-16(svn r20814) -Codechange [FS#3835]: make waypoint default names work like dep...rubidium
2010-08-07(svn r20406) -Codechange: make StationClass use the new generic classrubidium
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-06-13(svn r19973) -Codechange: Add another procedure to chunk handlers for checkin...frosch
2010-03-18(svn r19455) -Codechange: split all airport information in Station to a seper...yexo
2010-03-12(svn r19392) -Codechange: Increase the maximum size of a TileArea.terkhen
2010-03-10(svn r19382) -Fix (r19381): don't break savegame version 139yexo
2010-03-10(svn r19381) -Fix [FS#3670] (r19198): airport size wasn't properly stored in ...yexo
2010-02-22(svn r19198) -Codechange: store the size of stations in savegamesyexo
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-12-04(svn r18404) -Codechange: link drive through stops better togetherrubidium
2009-12-02(svn r18377) -Codechange: add 'cache' of the tile area of truck and bus stops.rubidium
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-10-20(svn r17816) -Codechange: move the CargoList invalidation-after-saveload to t...rubidium
2009-10-18(svn r17807) -Codechange: move all 'updates' just after the 'load' constructo...rubidium