Tue, 25 Apr 2006 07:32:33 +0000(svn r4572) Remove vehicle_leave_tile_proc
tron [Tue, 25 Apr 2006 07:32:33 +0000] rev 3657
(svn r4572) Remove vehicle_leave_tile_proc
There's exactly one implemented function (unbarring a level crossing) and one place where it can be triggered (a train leaves a level crossing)
It's a bit overkill, so just handle this one case where it can happen

Tue, 25 Apr 2006 07:29:02 +0000(svn r4571) Change the rail type update for electrified rails so it doesn't use bit magic
tron [Tue, 25 Apr 2006 07:29:02 +0000] rev 3656
(svn r4571) Change the rail type update for electrified rails so it doesn't use bit magic

Tue, 25 Apr 2006 06:56:22 +0000(svn r4570) - Fix: subsidy calculation was too high, broken in r3564
peter1138 [Tue, 25 Apr 2006 06:56:22 +0000] rev 3655
(svn r4570) - Fix: subsidy calculation was too high, broken in r3564

Mon, 24 Apr 2006 21:10:56 +0000(svn r4568) CodeChange : Bring definitions and uses of DrawTypesStructures toguether.
belugas [Mon, 24 Apr 2006 21:10:56 +0000] rev 3654
(svn r4568) CodeChange : Bring definitions and uses of DrawTypesStructures toguether.

Mon, 24 Apr 2006 20:11:42 +0000(svn r4566) WebTranslator2 commit
miham [Mon, 24 Apr 2006 20:11:42 +0000] rev 3653
(svn r4566) WebTranslator2 commit
(Commitlog lost, sorry!)
(Blame PEAR::VersionController::SVN!)

Mon, 24 Apr 2006 17:32:09 +0000(svn r4564) CodeChange : Constify the sprites of _cargo_types_base_values
belugas [Mon, 24 Apr 2006 17:32:09 +0000] rev 3652
(svn r4564) CodeChange : Constify the sprites of _cargo_types_base_values

Sun, 23 Apr 2006 22:35:37 +0000(svn r4562) - NewGRF: Add additional vehicle text to train engine and wagon purchase information. Other vehicle types to come.
peter1138 [Sun, 23 Apr 2006 22:35:37 +0000] rev 3651
(svn r4562) - NewGRF: Add additional vehicle text to train engine and wagon purchase information. Other vehicle types to come.

Sun, 23 Apr 2006 22:33:10 +0000(svn r4561) - NewGRF: implement most of callback 0x23: additional text in vehicle purchase windows.
peter1138 [Sun, 23 Apr 2006 22:33:10 +0000] rev 3650
(svn r4561) - NewGRF: implement most of callback 0x23: additional text in vehicle purchase windows.

Sun, 23 Apr 2006 22:28:26 +0000(svn r4560) - Fix: (r3008) Remove VS2005 undefined vsnprintf() as it doesn't exist in the windows libraries (only _vsnprintf). This caused the bad function to be called that could result in non-properly terminated strings. Thanks for noticing Tron.
Darkvater [Sun, 23 Apr 2006 22:28:26 +0000] rev 3649
(svn r4560) - Fix: (r3008) Remove VS2005 undefined vsnprintf() as it doesn't exist in the windows libraries (only _vsnprintf). This caused the bad function to be called that could result in non-properly terminated strings. Thanks for noticing Tron.

Sun, 23 Apr 2006 22:25:33 +0000(svn r4559) - NewGRF: keep a record of which grf an engine is defined in. Will be used in the future.
peter1138 [Sun, 23 Apr 2006 22:25:33 +0000] rev 3648
(svn r4559) - NewGRF: keep a record of which grf an engine is defined in. Will be used in the future.