log src/saveload/afterload.cpp @ 12301:218a41d3d557 draft

age author description
Wed, 01 Jul 2009 23:49:13 +0000 smatz (svn r16718) -Codechange: make IsFreeWagon() member of Train draft
Wed, 01 Jul 2009 22:22:01 +0000 smatz (svn r16717) -Codechange: make IsFrontEngine() member of Train draft
Wed, 01 Jul 2009 18:45:05 +0000 smatz (svn r16714) -Codechange: use pool-like accessors for Subsidy draft
Wed, 01 Jul 2009 17:43:26 +0000 smatz (svn r16711) -Codechange: use FOR_ALL_SUBSIDIES macro when iterating over all subsidies draft
Wed, 01 Jul 2009 15:08:43 +0000 smatz (svn r16710) -Fix: invalidate subsidies with invalid source or destination when converting older savegames draft
Wed, 01 Jul 2009 14:51:05 +0000 rubidium (svn r16709) -Fix [FS#2994]: the list of animated tiles could have duplicates (only for old savegames) and tiles that weren't animated draft
Mon, 29 Jun 2009 19:55:36 +0000 rubidium (svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for whatever has been actually unloaded and perform the payment when unloading has finished. This fixes, amongst others: draft
Fri, 26 Jun 2009 13:44:14 +0000 smatz (svn r16664) -Codechange: move house-related stuff from town.h and town_type.h to separate files draft
Thu, 25 Jun 2009 15:42:03 +0000 smatz (svn r16654) -Codechange: cache industries in station's coverage area instead of searching them everytime payment is made draft
Wed, 24 Jun 2009 17:39:54 +0000 smatz (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() draft
Tue, 23 Jun 2009 21:44:48 +0000 smatz (svn r16640) -Codechange: move roadstop stuff to separate files draft
Sat, 13 Jun 2009 12:03:37 +0000 rubidium (svn r16572) -Codechange: also catch FPEs in saveload and the warning about missing NewGRFs; only happens when assertions are disabled and NewGRFs are missing. draft
Wed, 10 Jun 2009 16:02:00 +0000 smatz (svn r16553) -Codechange: don't use TRACK_BIT_WORMHOLE and TRACK_BIT_DEPOT as bitmasks draft
Sat, 06 Jun 2009 16:54:22 +0000 smatz (svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check draft
Sat, 06 Jun 2009 14:46:50 +0000 frosch (svn r16525) -Codechange: Notify small ufos on deletion of road vehicles, so they can head for somewhere else instead of stumbling over a ghost. draft
Tue, 26 May 2009 22:45:48 +0000 smatz (svn r16442) -Codechange: use new Vehicle accessors at more places draft
Tue, 26 May 2009 22:10:13 +0000 smatz (svn r16441) -Codechange: new class SpecializedVehicle used as superclass for all vehicle types draft
Tue, 26 May 2009 21:59:49 +0000 yexo (svn r16439) -Change: Make the default vehicle servicing settings company-based settings, so in a multiplayer game everyone can change them. draft
Sat, 23 May 2009 19:43:09 +0000 smatz (svn r16407) -Fix [FS#2913]: set CargoPacket::source to INVALID_STATION when source station is deleted draft
Fri, 22 May 2009 22:33:05 +0000 rubidium (svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train draft
Fri, 22 May 2009 22:22:46 +0000 rubidium (svn r16391) -Codechange: use Train instead of Vehicle where appropriate. draft
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