Thu, 01 Mar 2007 13:27:51 +0000(svn r8953) -Codechange: make the names of enums of WaterTileType consistent with respect to RailTileType and RoadTileType.
rubidium [Thu, 01 Mar 2007 13:27:51 +0000] rev 6507
(svn r8953) -Codechange: make the names of enums of WaterTileType consistent with respect to RailTileType and RoadTileType.

Thu, 01 Mar 2007 04:24:19 +0000(svn r8951) -Cleanup: Another bunch of re-formating and re-ordering.
belugas [Thu, 01 Mar 2007 04:24:19 +0000] rev 6506
(svn r8951) -Cleanup: Another bunch of re-formating and re-ordering.
Among which, tiles area now read m1..m6, while the bits are always enumerated from 7 to 0
Hoping it will stay that way...

Thu, 01 Mar 2007 01:24:44 +0000(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
belugas [Thu, 01 Mar 2007 01:24:44 +0000] rev 6505
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.

Thu, 01 Mar 2007 00:58:09 +0000(svn r8949) -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 characters when determining network compatability. This makes it possible to have 'long' branch names while still being able to play network games.
rubidium [Thu, 01 Mar 2007 00:58:09 +0000] rev 6504
(svn r8949) -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 characters when determining network compatability. This makes it possible to have 'long' branch names while still being able to play network games.

Wed, 28 Feb 2007 23:52:04 +0000(svn r8948) -Change: some sed implementations have problems with \n so rewrite r8832 using awk
glx [Wed, 28 Feb 2007 23:52:04 +0000] rev 6503
(svn r8948) -Change: some sed implementations have problems with \n so rewrite r8832 using awk

Wed, 28 Feb 2007 17:59:05 +0000(svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10,
maedhros [Wed, 28 Feb 2007 17:59:05 +0000] rev 6502
(svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10,
which is set when a vehicle was built during the exclusive testing phase.

Wed, 28 Feb 2007 17:18:36 +0000(svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can be used for more than just the gradual loading status.
maedhros [Wed, 28 Feb 2007 17:18:36 +0000] rev 6501
(svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can be used for more than just the gradual loading status.

Wed, 28 Feb 2007 17:06:22 +0000(svn r8944) -Codechange: Move the enum describing the bitmask of Engine.flags to engine.h and give the enum values better names.
maedhros [Wed, 28 Feb 2007 17:06:22 +0000] rev 6500
(svn r8944) -Codechange: Move the enum describing the bitmask of Engine.flags to engine.h and give the enum values better names.

Wed, 28 Feb 2007 10:40:34 +0000(svn r8943) -Fix (r5338): [NewGRF] Fix support for vehicle variable 48, which just returns Engine[id].flags
maedhros [Wed, 28 Feb 2007 10:40:34 +0000] rev 6499
(svn r8943) -Fix (r5338): [NewGRF] Fix support for vehicle variable 48, which just returns Engine[id].flags

Tue, 27 Feb 2007 23:36:28 +0000(svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType.
rubidium [Tue, 27 Feb 2007 23:36:28 +0000] rev 6498
(svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType.