Thu, 01 Mar 2007 18:28:55 +0000(svn r8955) -Fix: crash on loading savegames with GRFs that do not have their GRF info/name set.
rubidium [Thu, 01 Mar 2007 18:28:55 +0000] rev 6509
(svn r8955) -Fix: crash on loading savegames with GRFs that do not have their GRF info/name set.

Thu, 01 Mar 2007 13:35:40 +0000(svn r8954) -Codechange: remove direct map accesses from non-map-accessor headers.
rubidium [Thu, 01 Mar 2007 13:35:40 +0000] rev 6508
(svn r8954) -Codechange: remove direct map accesses from non-map-accessor headers.

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.