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.

Sun, 23 Apr 2006 22:06:52 +0000(svn r4558) - Fix: 'stopall' was moved to debug, so move the function there as well.
Darkvater [Sun, 23 Apr 2006 22:06:52 +0000] rev 3647
(svn r4558) - Fix: 'stopall' was moved to debug, so move the function there as well.

Sun, 23 Apr 2006 21:52:54 +0000(svn r4557) - NewGRF: translate from TTDPatch control codes to our own, instead of just simple validation. We still perform
peter1138 [Sun, 23 Apr 2006 21:52:54 +0000] rev 3646
(svn r4557) - NewGRF: translate from TTDPatch control codes to our own, instead of just simple validation. We still perform
validation on any unhandled character.

Sun, 23 Apr 2006 19:35:36 +0000(svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE}
tron [Sun, 23 Apr 2006 19:35:36 +0000] rev 3645
(svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE}

Sun, 23 Apr 2006 19:08:33 +0000(svn r4553) int and magic numbers -> Slope and DiagDirection
tron [Sun, 23 Apr 2006 19:08:33 +0000] rev 3644
(svn r4553) int and magic numbers -> Slope and DiagDirection

Sun, 23 Apr 2006 18:37:53 +0000(svn r4552) - NewGRF: fix braino... in r4550, new_scheme should true when the version is 7 or higher, not less than 7...
peter1138 [Sun, 23 Apr 2006 18:37:53 +0000] rev 3643
(svn r4552) - NewGRF: fix braino... in r4550, new_scheme should true when the version is 7 or higher, not less than 7...