log src/saveload/station_sl.cpp @ 18678:5604c42fa1ce draft

age author description
Thu, 15 Dec 2011 21:56:00 +0000 rubidium (svn r23526) -Codechange: unify cargos vs cargoes draft
Sun, 12 Jun 2011 20:47:45 +0000 terkhen (svn r22567) -Codechange: Store persistent storages inside a pool. draft
Sat, 04 Jun 2011 21:17:07 +0000 terkhen (svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus. draft
Sun, 27 Feb 2011 13:59:20 +0000 smatz (svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrong draft
Fri, 11 Feb 2011 09:33:38 +0000 rubidium (svn r22057) -Fix: waypoint conversion could (previously) silently overfill the pool and crash draft
Tue, 08 Feb 2011 18:34:13 +0000 smatz (svn r22025) -Fix: verify there is enough space in the pool when creating new pool items while loading old savegames draft
Fri, 14 Jan 2011 20:52:22 +0000 rubidium (svn r21795) -Fix (r21790): when converting TTDPatch train waypoints, convert the data on the map as well draft
Fri, 14 Jan 2011 19:51:50 +0000 smatz (svn r21794) -Fix (r21790): convert train orders too (Rubidium) draft
Fri, 14 Jan 2011 16:49:29 +0000 smatz (svn r21790) -Fix [FS#4398]: TTDPatch savegames can have train waypoints encoded as buoys draft
Fri, 14 Jan 2011 16:15:05 +0000 smatz (svn r21784) -Fix (r16909): crash when converting savegame with custom waypoint name draft
Sun, 21 Nov 2010 12:47:04 +0000 alberth (svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionBefore(). draft
Tue, 28 Sep 2010 22:00:24 +0000 rubidium (svn r20857) -Fix [FS#3637]: The station with the second highest rating was doubly penalised when distributing cargo. Now the penalty is completely removed and the granularity/precision of the distribution in increased by using fractional cargo. This should make competing stations less "all-or-nothing". draft
Thu, 16 Sep 2010 16:31:38 +0000 rubidium (svn r20815) -Revert (r20814): wrong patch at wrong time... draft
Thu, 16 Sep 2010 16:28:40 +0000 rubidium (svn r20814) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille) draft
Sat, 07 Aug 2010 22:07:07 +0000 rubidium (svn r20406) -Codechange: make StationClass use the new generic class draft
Thu, 05 Aug 2010 12:06:13 +0000 yexo (svn r20374) -Codechange: add persistant storage for airports draft
Thu, 05 Aug 2010 12:00:09 +0000 yexo (svn r20366) -Codechange: store the rotation of the airport layout in the station struct and use it to rotate hangar tiles draft
Thu, 05 Aug 2010 11:59:07 +0000 yexo (svn r20365) -Codechange: allow multiple layouts for one airport statemachine, store the layout number draft
Sun, 13 Jun 2010 14:11:59 +0000 frosch (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). draft
Thu, 18 Mar 2010 21:02:20 +0000 yexo (svn r19455) -Codechange: split all airport information in Station to a seperate class draft
Fri, 12 Mar 2010 19:38:00 +0000 terkhen (svn r19392) -Codechange: Increase the maximum size of a TileArea. draft
Wed, 10 Mar 2010 18:59:40 +0000 yexo (svn r19382) -Fix (r19381): don't break savegame version 139 draft
Wed, 10 Mar 2010 18:51:56 +0000 yexo (svn r19381) -Fix [FS#3670] (r19198): airport size wasn't properly stored in the savegame draft
Mon, 22 Feb 2010 14:17:07 +0000 yexo (svn r19198) -Codechange: store the size of stations in savegames draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Fri, 04 Dec 2009 20:52:19 +0000 rubidium (svn r18404) -Codechange: link drive through stops better together draft
Wed, 02 Dec 2009 16:20:44 +0000 rubidium (svn r18377) -Codechange: add 'cache' of the tile area of truck and bus stops. draft
Mon, 09 Nov 2009 10:40:33 +0000 rubidium (svn r18028) -Codechange: unglobalise some functions draft
Tue, 20 Oct 2009 12:20:53 +0000 rubidium (svn r17816) -Codechange: move the CargoList invalidation-after-saveload to the function that handles the CargoPackets instead of spreading it around over the saveload files. Also add some code to validate whether the caches are valid; to be removed later when no problems turn up draft
Sun, 18 Oct 2009 17:52:44 +0000 rubidium (svn r17807) -Codechange: move all 'updates' just after the 'load' constructor of CargoPackets to the constructor call itself draft
Tue, 06 Oct 2009 19:52:27 +0000 rubidium (svn r17727) -Codechange: some coding style and documentation fixes draft
Tue, 06 Oct 2009 17:23:15 +0000 rubidium (svn r17720) -Codechange: guard the CargoPacket variables that are cached in CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen) draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Sun, 20 Sep 2009 17:44:33 +0000 smatz (svn r17589) -Codechange: rename town_acc to always_accepted draft
Mon, 07 Sep 2009 07:39:08 +0000 smatz (svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses and headquarters anymore draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Wed, 05 Aug 2009 14:12:39 +0000 smatz (svn r17069) -Fix (r17004): invalid read when converting old waypoints draft
Fri, 31 Jul 2009 19:04:22 +0000 rubidium (svn r17004) -Fix (r16909): StationRect of loading buoys/waypoints wasn't correctly set when loading 'old' games. draft
Thu, 30 Jul 2009 17:44:13 +0000 rubidium (svn r16993) -Change: make the rail waypoint builder draggable draft
Wed, 29 Jul 2009 22:09:05 +0000 rubidium (svn r16988) -Codechange: unify the code for removing (parts of) stations and waypoints draft
Sat, 25 Jul 2009 08:54:19 +0000 rubidium (svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and trainst_h. draft
Fri, 24 Jul 2009 19:09:48 +0000 rubidium (svn r16944) -Codechange: remove needlessly complex way of getting the offset of items within a struct that are within a struct draft
Wed, 22 Jul 2009 10:18:19 +0000 rubidium (svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h draft
Wed, 22 Jul 2009 08:59:57 +0000 rubidium (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. draft
Sat, 04 Jul 2009 11:24:25 +0000 rubidium (svn r16735) -Codechange: had_vehicle_of_type only stored 7 bits, all less that bit 7... but it was a word wasting space etc. draft
Tue, 23 Jun 2009 21:44:48 +0000 smatz (svn r16640) -Codechange: move roadstop stuff to separate files draft
Sun, 17 May 2009 16:28:29 +0000 smatz (svn r16338) -Codechange: split loading of references to two phases draft
Sun, 17 May 2009 10:19:00 +0000 rubidium (svn r16328) -Fix: desync when removing lots of stations draft
Mon, 09 Feb 2009 22:49:28 +0000 peter1138 (svn r15436) -Codechange: Return index of station spec within station class as a return parameter of GetCustomStationSpecByGrf(), as the index is already known. Saves on an extra loop and an extern... draft
Sun, 04 Jan 2009 15:32:25 +0000 smatz (svn r14828) -Codechange: move most of save/load-specific code to separate files draft