log src/saveload/afterload.cpp @ 11984:b6d3e583be86 draft

age author description
Fri, 22 May 2009 20:22:20 +0000 rubidium (svn r16390) -Codechange: move u.road to RoadVehicle. draft
Fri, 22 May 2009 15:13:50 +0000 smatz (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved draft
Mon, 18 May 2009 16:21:28 +0000 smatz (svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get() draft
Mon, 18 May 2009 12:01:13 +0000 smatz (svn r16351) -Fix (r14773): signal handler could end in endless loop draft
Mon, 18 May 2009 01:26:23 +0000 smatz (svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduce shiny new IsPlainRailTile() draft
Sun, 17 May 2009 01:00:56 +0000 smatz (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index) draft
Sat, 16 May 2009 23:34:14 +0000 smatz (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) draft
Fri, 15 May 2009 23:55:06 +0000 yexo (svn r16315) -Codechange: move the autorenew settings to a new CompanySettings struct draft
Wed, 06 May 2009 15:06:57 +0000 rubidium (svn r16242) -Codechange: rework pausing draft
Sun, 12 Apr 2009 14:11:14 +0000 rubidium (svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station. draft
Sat, 21 Mar 2009 23:58:20 +0000 peter1138 (svn r15799) -Codechange: Save rail type label list to savegame and perform mapping on load if necessary. draft
Sun, 15 Mar 2009 00:32:18 +0000 rubidium (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too draft
Sun, 08 Mar 2009 01:20:11 +0000 smatz (svn r15642) -Codechange: use a default parameter value in CalcClosestTownFromTile draft
Mon, 02 Mar 2009 22:57:47 +0000 rubidium (svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it possible to remove someone's tram tracks. draft
Sun, 01 Feb 2009 14:26:05 +0100 Michael Lutz -Codechange: Extend the signal states for PBS signals to allow for two more states. draft
Thu, 26 Feb 2009 14:07:42 +0000 smatz (svn r15588) -Fix: change owner of waypoints and deleted stations when merging companies or when a company benkrupts draft
Mon, 09 Feb 2009 02:57:15 +0000 rubidium (svn r15428) -Codechange: consistently use colour instead of having both color and colour. draft
Sun, 08 Feb 2009 12:25:13 +0000 rubidium (svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability. draft
Wed, 04 Feb 2009 20:17:25 +0000 smatz (svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly road networks draft
Sat, 31 Jan 2009 20:16:06 +0000 smatz (svn r15299) -Cleanup: remove many redundant includes draft
Wed, 28 Jan 2009 19:57:23 +0000 belugas (svn r15290) -Codechange: Isolate size and section of the UnMovable HQ object, in order to keep the Unmovable type free of any irrelevant data draft
Fri, 23 Jan 2009 02:35:17 +0000 smatz (svn r15216) -Feature: native support for Transport Tycoon (Original) savegames. Based on SVXConverter's source code and documentation by Roman Vetter draft
Wed, 21 Jan 2009 02:31:55 +0000 Yexo (svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map. draft
Wed, 21 Jan 2009 00:14:08 +0000 smatz (svn r15183) -Fix: stand-alone rail tiles with invalid owner were not removed. Also, make the whole check a bit more intelligent. draft
Tue, 20 Jan 2009 23:48:31 +0000 smatz (svn r15181) -Fix (r15180): of course it is enough to update aircraft once... draft
Tue, 20 Jan 2009 23:43:19 +0000 smatz (svn r15180) -Fix [FS#2560](r8498): old aircraft have to be updated after updating airport_type of oil rigs draft
Tue, 20 Jan 2009 22:33:29 +0000 smatz (svn r15179) -Fix [FS#2560](r12096): removing of leftover level crossings (from very old savegames) failed draft
Tue, 20 Jan 2009 13:56:35 +0000 smatz (svn r15166) -Codechange: reduce number of includes in afterload.cpp draft
Sun, 18 Jan 2009 16:20:04 +0000 smatz (svn r15137) -Fix (r11822)(r14340): signs with sign 'Sign' were lost when converting from TTD savegames draft
Mon, 12 Jan 2009 17:11:45 +0000 truebrain (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see. draft
Sat, 10 Jan 2009 00:31:47 +0000 rubidium (svn r14949) -Cleanup: pointer coding style draft
Sun, 04 Jan 2009 15:32:25 +0000 smatz (svn r14828) -Codechange: move most of save/load-specific code to separate files draft