log src/saveload/afterload.cpp @ 15807:9561d91e0869 draft

age author description
Fri, 13 Aug 2010 12:45:26 +0000 rubidium (svn r20482) -Codechange: move some object related information off the map and unify the relation objects have to towns draft
Wed, 11 Aug 2010 14:14:06 +0000 rubidium (svn r20446) -Codechange: unify the location of the water class draft
Sun, 08 Aug 2010 10:59:30 +0000 rubidium (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. draft
Thu, 05 Aug 2010 12:06:53 +0000 yexo (svn r20375) -Codechange: make sure the watertype for existing airport tiles is set to invalid draft
Tue, 03 Aug 2010 08:58:12 +0000 rubidium (svn r20337) -Codechange: unify the construction of objects on the map draft
Tue, 03 Aug 2010 08:16:06 +0000 rubidium (svn r20335) -Codechange: change the name of some unmovable map accessors draft
Tue, 03 Aug 2010 08:09:45 +0000 rubidium (svn r20334) -Codechange: reorder the unmovable bits a bit for futher extension draft
Sun, 01 Aug 2010 19:44:49 +0000 frosch (svn r20286) -Codechange: Unify end of doxygen comments. draft
Sun, 01 Aug 2010 19:22:34 +0000 frosch (svn r20283) -Codechange: Unify start of doygen comments. draft
Sun, 01 Aug 2010 18:53:30 +0000 rubidium (svn r20281) -Codechange: unify case scope closure + break coding style draft
Thu, 29 Jul 2010 14:26:28 +0000 terkhen (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). draft
Sat, 24 Jul 2010 10:14:39 +0000 alberth (svn r20211) -Codechange: Indented code should have curly braces around it. draft
Fri, 16 Jul 2010 17:45:34 +0000 rubidium (svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "base" unit for aircraft speeds draft
Wed, 23 Jun 2010 14:38:17 +0000 rubidium (svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the warnings into account draft
Mon, 21 Jun 2010 17:35:27 +0000 frosch (svn r20005) -Codechange: Enumify force_proceed. draft
Sun, 20 Jun 2010 19:13:02 +0000 yexo (svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypes draft
Sun, 13 Jun 2010 14:07:49 +0000 frosch (svn r19971) -Codechange: Make IsGoodGRFConfigList() operate on any given GRFConfig and move the GameLog operations directly to AfterLoad(). draft
Sat, 05 Jun 2010 12:16:12 +0000 frosch (svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation. draft
Mon, 31 May 2010 20:22:57 +0000 frosch (svn r19914) -Codechange: Wrap a helper class around temporary assignments of _current_company to ensure proper restoration. draft
Tue, 18 May 2010 01:10:23 +0000 smatz (svn r19850) -Codechange: move declaration of InitializeRailGUI() to rail_gui.h draft
Wed, 12 May 2010 19:21:00 +0000 rubidium (svn r19799) -Change: give depots an unique name in the same manner buoys and waypoints are named draft
Sat, 08 May 2010 14:43:59 +0000 frosch (svn r19769) -Fix [FS#3820]: MV_VOID tiles shall have no tropic zone. draft
Sat, 24 Apr 2010 21:03:40 +0000 terkhen (svn r19715) -Codechange: Rename all appareances of shiplift to lock. draft
Thu, 18 Mar 2010 21:02:20 +0000 yexo (svn r19455) -Codechange: split all airport information in Station to a seperate class draft
Sat, 13 Mar 2010 00:15:24 +0000 Yexo (svn r19395) -Fix [FS#3669]: the AI Debug window didn't open if an AI or library fails to compile when loading a savegame 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:46:26 +0000 yexo (svn r19380) -Fix [FS#3678] (r19322): updating the id of the oilrig airport should be done earlier as it can be used by newgrf code draft
Sat, 06 Mar 2010 12:50:55 +0000 terkhen (svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle. draft
Fri, 05 Mar 2010 23:20:02 +0000 yexo (svn r19322) -Codechange: change the id of the oilrig airport from 15 to 9 draft
Thu, 25 Feb 2010 20:05:31 +0000 yexo (svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of subclassing it draft
Mon, 22 Feb 2010 14:17:07 +0000 yexo (svn r19198) -Codechange: store the size of stations in savegames draft
Sun, 24 Jan 2010 20:25:28 +0000 yexo (svn r18912) -Codechange: free up a bunch of airporttile ids by using the tile animation frame draft
Sat, 16 Jan 2010 19:08:33 +0000 rubidium (svn r18831) -Change [FS#3537]: do not go into the crashlog handler in case loading a savegame misses with missing NewGRFs. This way the load game crash handler gets better visibility and the user is instructed to find the missing NewGRFs before filing a bug report draft
Fri, 15 Jan 2010 18:23:52 +0000 rubidium (svn r18812) -Codechange: make some functions in train.h functions of Train. 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
Sat, 09 Jan 2010 14:43:08 +0000 rubidium (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way draft
Mon, 04 Jan 2010 18:33:43 +0000 yexo (svn r18719) -Feature: don't delete the rough/rocky status of a tile when it's covered by snow, this allows rocky tiles under snow if you have a variable snowline draft
Wed, 16 Dec 2009 16:23:44 +0000 rubidium (svn r18515) -Change: make it visible when you're to pass the next signal on danger and possible to cancel it draft
Tue, 15 Dec 2009 00:00:51 +0000 rubidium (svn r18506) -Fix [FS#3368]: no error message was created for the first fatal NewGRF error. draft
Sun, 13 Dec 2009 19:33:07 +0000 rubidium (svn r18486) -Fix: when switching language and you're getting a different font, recalculate the coordinates/sizes of the viewport signs. Otherwise it gets glitchy or abbreviated (in the smallmap) draft
Fri, 04 Dec 2009 20:52:19 +0000 rubidium (svn r18404) -Codechange: link drive through stops better together draft
Wed, 02 Dec 2009 23:53:15 +0000 rubidium (svn r18388) -Codechange: move entering/leaving of road stops to functions of RoadStop draft
Wed, 02 Dec 2009 18:18:56 +0000 rubidium (svn r18385) -Cleanup: remove the now unneeded multistop slot management code draft
Wed, 02 Dec 2009 16:48:55 +0000 rubidium (svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies draft
Tue, 01 Dec 2009 22:45:39 +0000 rubidium (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory draft
Tue, 01 Dec 2009 22:18:51 +0000 rubidium (svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code and simplify some things for the future draft
Tue, 17 Nov 2009 14:06:28 +0000 rubidium (svn r18141) -Fix (r18051): one couldn't (easily) continue a game in single player that was 'not enough players'/'waiting on join'-paused draft
Mon, 26 Oct 2009 18:16:39 +0000 smatz (svn r17879) -Codechange: convert awarded pax subsidies from old savegames using simple heuristic (instead of deleting them) draft
Tue, 20 Oct 2009 12:31:11 +0000 rubidium (svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals. 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:47:38 +0000 rubidium (svn r17806) -Codechange: split CargoPacket's 'afterload' to a separate function draft
Sun, 18 Oct 2009 14:28:26 +0000 rubidium (svn r17800) -Codechange: first steps into making CargoList a template draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Sat, 03 Oct 2009 14:48:12 +0000 rubidium (svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that was paused due to an error. Just reject such savegames in dedicated servers. draft
Sat, 19 Sep 2009 15:17:47 +0000 rubidium (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary draft
Thu, 10 Sep 2009 14:33:07 +0000 rubidium (svn r17493) -Codechange: store the depot index on the map draft
Thu, 10 Sep 2009 14:27:43 +0000 rubidium (svn r17492) -Codechange: don't store the town index for road depots. 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
Sun, 06 Sep 2009 18:53:57 +0000 frosch (svn r17433) -Codechange: Store cumulated inflation in savegame and compute all prices from that instead of storing all prices separately. draft
Sun, 30 Aug 2009 11:47:41 +0000 smatz (svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile() draft