belugas [Thu, 01 Mar 2007 20:10:49 +0000] rev 6184
(svn r8956) -Documentation : complete reference of m6 usage is now available.
A few little cleanups here and there.
rubidium [Thu, 01 Mar 2007 18:28:55 +0000] rev 6183
(svn r8955) -Fix: crash on loading savegames with GRFs that do not have their GRF info/name set.
rubidium [Thu, 01 Mar 2007 13:35:40 +0000] rev 6182
(svn r8954) -Codechange: remove direct map accesses from non-map-accessor headers.
rubidium [Thu, 01 Mar 2007 13:27:51 +0000] rev 6181
(svn r8953) -Codechange: make the names of enums of WaterTileType consistent with respect to RailTileType and RoadTileType.
belugas [Thu, 01 Mar 2007 04:24:19 +0000] rev 6180
(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...
belugas [Thu, 01 Mar 2007 01:24:44 +0000] rev 6179
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
rubidium [Thu, 01 Mar 2007 00:58:09 +0000] rev 6178
(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.
glx [Wed, 28 Feb 2007 23:52:04 +0000] rev 6177
(svn r8948) -Change: some sed implementations have problems with \n so rewrite r8832 using awk
maedhros [Wed, 28 Feb 2007 17:59:05 +0000] rev 6176
(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.
maedhros [Wed, 28 Feb 2007 17:18:36 +0000] rev 6175
(svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can be used for more than just the gradual loading status.