Wed, 03 May 2006 19:31:00 +0000(svn r4716) - NewGRF: fix problem with loading custom station class id; use BSWAP32() only on variables, not functions.
peter1138 [Wed, 03 May 2006 19:31:00 +0000] rev 3736
(svn r4716) - NewGRF: fix problem with loading custom station class id; use BSWAP32() only on variables, not functions.

Wed, 03 May 2006 16:18:45 +0000(svn r4715) - Fix: (FS#109) ? Wrongfully bad signal - Don't allow OPF to enter train depot from the back
KUDr [Wed, 03 May 2006 16:18:45 +0000] rev 3735
(svn r4715) - Fix: (FS#109) ? Wrongfully bad signal - Don't allow OPF to enter train depot from the back

Wed, 03 May 2006 15:46:21 +0000(svn r4714) - NewGRF: simplify evaluation of 'real' sprite groups.
peter1138 [Wed, 03 May 2006 15:46:21 +0000] rev 3734
(svn r4714) - NewGRF: simplify evaluation of 'real' sprite groups.

Wed, 03 May 2006 15:21:49 +0000(svn r4713) - Fix: random crashes when opening some GUI (i.e. cheats window) on Win32 debug build.
KUDr [Wed, 03 May 2006 15:21:49 +0000] rev 3733
(svn r4713) - Fix: random crashes when opening some GUI (i.e. cheats window) on Win32 debug build.

Wed, 03 May 2006 14:22:59 +0000(svn r4709) - Codechange: avoid messing around with globals, magic numbers and literal strings by using a string ID, when drawing the small right arrow for the small order lists (aircraft and ships)
peter1138 [Wed, 03 May 2006 14:22:59 +0000] rev 3732
(svn r4709) - Codechange: avoid messing around with globals, magic numbers and literal strings by using a string ID, when drawing the small right arrow for the small order lists (aircraft and ships)

Wed, 03 May 2006 12:17:02 +0000(svn r4708) - NewGRF: fix selection of number of loaded and loading states.
peter1138 [Wed, 03 May 2006 12:17:02 +0000] rev 3731
(svn r4708) - NewGRF: fix selection of number of loaded and loading states.

Wed, 03 May 2006 11:19:17 +0000(svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138 [Wed, 03 May 2006 11:19:17 +0000] rev 3730
(svn r4707) - NewGRF: minor code duffage; return early and less indentation.

Wed, 03 May 2006 06:24:14 +0000(svn r4706) - NewGRF: add the correct default error message for the wagon attach callback.
peter1138 [Wed, 03 May 2006 06:24:14 +0000] rev 3729
(svn r4706) - NewGRF: add the correct default error message for the wagon attach callback.

Tue, 02 May 2006 21:58:02 +0000(svn r4704) - NewGRF: in Action 0x03, set the engine type's GRF ID on the 'default' cargo type, not for each specific cargo. Fixes '(undefined string)' issues, as some engines weren't set properly.
peter1138 [Tue, 02 May 2006 21:58:02 +0000] rev 3728
(svn r4704) - NewGRF: in Action 0x03, set the engine type's GRF ID on the 'default' cargo type, not for each specific cargo. Fixes '(undefined string)' issues, as some engines weren't set properly.

Tue, 02 May 2006 21:43:47 +0000(svn r4703) - NewGRF: add support for callback 0x1D, "can wagon be attached". This can be used to disallow freight wagons to be placed in passenger trains, along with other uses.
peter1138 [Tue, 02 May 2006 21:43:47 +0000] rev 3727
(svn r4703) - NewGRF: add support for callback 0x1D, "can wagon be attached". This can be used to disallow freight wagons to be placed in passenger trains, along with other uses.