Sat, 28 Jan 2006 09:45:25 +0000(svn r3455) * Assert against modifying the outer border of a map into anything but MP_VOID. This might detect a bug that has been there for quite some time, if it hasn't been fixed already.
matthijs [Sat, 28 Jan 2006 09:45:25 +0000] rev 2900
(svn r3455) * Assert against modifying the outer border of a map into anything but MP_VOID. This might detect a bug that has been there for quite some time, if it hasn't been fixed already.

Sat, 28 Jan 2006 01:33:57 +0000(svn r3454) - Fix: company-count was not updated correctly when loading a saved game with already existing companies for multiplayer.
Darkvater [Sat, 28 Jan 2006 01:33:57 +0000] rev 2899
(svn r3454) - Fix: company-count was not updated correctly when loading a saved game with already existing companies for multiplayer.

Fri, 27 Jan 2006 17:06:29 +0000(svn r3453) - CodeChange: Also show the landinfo debug information when building in release mode; however it is shown at debug level 1.
Darkvater [Fri, 27 Jan 2006 17:06:29 +0000] rev 2898
(svn r3453) - CodeChange: Also show the landinfo debug information when building in release mode; however it is shown at debug level 1.

Fri, 27 Jan 2006 14:55:43 +0000(svn r3451) - Fix documentation; PBS bits were missing for bridge
Darkvater [Fri, 27 Jan 2006 14:55:43 +0000] rev 2897
(svn r3451) - Fix documentation; PBS bits were missing for bridge

Fri, 27 Jan 2006 09:45:44 +0000(svn r3450) - Revert r3448 partly as some mingw's do have uint defined, others don't, so this needs more research
Darkvater [Fri, 27 Jan 2006 09:45:44 +0000] rev 2896
(svn r3450) - Revert r3448 partly as some mingw's do have uint defined, others don't, so this needs more research

Fri, 27 Jan 2006 07:13:58 +0000(svn r3449) - NewGRF Fix: When changing the sprite ID of a vehicle, if it is not FD (custom graphics), the value needs to changed from a 16bit array offset to an array index. (fixes tropicstw.grf)
peter1138 [Fri, 27 Jan 2006 07:13:58 +0000] rev 2895
(svn r3449) - NewGRF Fix: When changing the sprite ID of a vehicle, if it is not FD (custom graphics), the value needs to changed from a 16bit array offset to an array index. (fixes tropicstw.grf)

Thu, 26 Jan 2006 22:09:25 +0000(svn r3448) - Fix: wrap up some MinGW warnings
Darkvater [Thu, 26 Jan 2006 22:09:25 +0000] rev 2894
(svn r3448) - Fix: wrap up some MinGW warnings

Thu, 26 Jan 2006 19:06:16 +0000(svn r3447) - CodeChange: [ 1360866 ] station_land.h Naming ALL sprites. Also replaced the SPTR_STATUE_GROUND by the more obvious SPR_CONCRETE_GROUND in unmovable_cmd.c. No functional changes except for commenting out PALETTE_RECOLOR_SPRITE in table/sprites.h. (Belugas)
Darkvater [Thu, 26 Jan 2006 19:06:16 +0000] rev 2893
(svn r3447) - CodeChange: [ 1360866 ] station_land.h Naming ALL sprites. Also replaced the SPTR_STATUE_GROUND by the more obvious SPR_CONCRETE_GROUND in unmovable_cmd.c. No functional changes except for commenting out PALETTE_RECOLOR_SPRITE in table/sprites.h. (Belugas)

Thu, 26 Jan 2006 18:45:04 +0000(svn r3446) - Fix: incorrect validating of tree-planting command which can allow a buffer-overflow (Tron)
Darkvater [Thu, 26 Jan 2006 18:45:04 +0000] rev 2892
(svn r3446) - Fix: incorrect validating of tree-planting command which can allow a buffer-overflow (Tron)

Thu, 26 Jan 2006 18:36:14 +0000(svn r3445) - Fix: [ 1415379 ] Enhance documentation of lift destination
Darkvater [Thu, 26 Jan 2006 18:36:14 +0000] rev 2891
(svn r3445) - Fix: [ 1415379 ] Enhance documentation of lift destination
- Fix: wrong documentation of trees (Tron)