log src/saveload/afterload.cpp @ 12810:0400e81a3cc9 draft

age author description
Fri, 28 Aug 2009 15:23:11 +0000 yexo (svn r17298) -Fix [FS#3153]: reloading an AI started a new AI in the first available company slot causing other AIs to be started draft
Sat, 22 Aug 2009 20:20:20 +0000 rubidium (svn r17267) -Change [FS#3139]: mention the MD5 checksum of the original NewGRF in the "saveload failed horribly"-error message and make it more clear that the filename is of the current NewGRF draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Tue, 18 Aug 2009 20:36:56 +0000 yexo (svn r17215) -Cleanup: remove unused return value draft
Sat, 08 Aug 2009 20:53:36 +0000 smatz (svn r17124) -Codechange: store subsidies in a pool (instead of an array) draft
Sat, 08 Aug 2009 18:26:25 +0000 smatz (svn r17119) -Codechange: replace constants in subsidy.cpp by enum values draft
Sat, 08 Aug 2009 16:42:55 +0000 smatz (svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source draft
Fri, 07 Aug 2009 22:23:34 +0000 smatz (svn r17107) -Codechange: store type of subsidy source and destination in the Subsidy struct instead of determining it every time it's needed draft
Wed, 05 Aug 2009 17:59:21 +0000 rubidium (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives draft
Thu, 30 Jul 2009 17:44:13 +0000 rubidium (svn r16993) -Change: make the rail waypoint builder draggable draft
Sun, 26 Jul 2009 16:17:49 +0000 rubidium (svn r16962) -Codechange: more work towards multi tile 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 11:47:12 +0000 rubidium (svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written. draft
Fri, 24 Jul 2009 11:15:11 +0000 rubidium (svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile draft
Wed, 22 Jul 2009 15:10:58 +0000 smatz (svn r16916) -Fix (r16909): station acceptance was reset after game load 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
Wed, 22 Jul 2009 08:52:41 +0000 rubidium (svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/ draft
Tue, 21 Jul 2009 11:20:34 +0000 rubidium (svn r16897) -Codechange: use the 'generic' station spec to station allocation for waypoints too draft
Sat, 18 Jul 2009 19:54:35 +0000 smatz (svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy's age draft
Sat, 18 Jul 2009 08:41:58 +0000 rubidium (svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords draft
Fri, 17 Jul 2009 20:21:24 +0000 rubidium (svn r16860) -Codechange: introduce a helper to assign a station spec to Waypoints draft
Fri, 17 Jul 2009 13:54:06 +0000 smatz (svn r16857) -Fix [FS#3036](r16652): crash when train partially in depot crashed draft
Thu, 16 Jul 2009 23:02:39 +0000 rubidium (svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint struct and make it more similar to Station. draft
Thu, 16 Jul 2009 22:58:06 +0000 rubidium (svn r16854) -Fix (r2046): savegames from before this version would get the town id as their 'index' (#<num). For stations with custom names that custom name would be dropped and the lowest 6 bits of the StringID would be used for the 'index'. In other words, it resulted in a mess. draft
Thu, 16 Jul 2009 20:29:08 +0000 rubidium (svn r16851) -Codechange: use StationSpecList in waypoint too draft
Thu, 16 Jul 2009 20:15:28 +0000 rubidium (svn r16850) -Codechange: unify some naming of variables between waypoints and stations. draft
Thu, 16 Jul 2009 19:00:13 +0000 smatz (svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get() draft
Mon, 13 Jul 2009 22:33:25 +0000 rubidium (svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords. draft
Mon, 13 Jul 2009 16:37:27 +0000 smatz (svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft draft
Mon, 13 Jul 2009 12:00:56 +0000 smatz (svn r16809) -Fix [FS#3021](r13096): automatic resizing of SelectCompanyLiveryWindow wasn't working as expected draft
Fri, 10 Jul 2009 18:30:02 +0000 rubidium (svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT too draft
Thu, 02 Jul 2009 09:06:15 +0000 rubidium (svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions draft
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