frosch [Mon, 21 Apr 2008 17:04:17 +0000] rev 9021
(svn r12820) -Documentation: Mark callbacks as 8 or 15 bit in 'newgrf_callbacks.h'.
rubidium [Mon, 21 Apr 2008 14:33:33 +0000] rev 9020
(svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it, i.e. testing the low bits for 0xFF or 0 instead of all bits.
rubidium [Mon, 21 Apr 2008 13:45:03 +0000] rev 9019
(svn r12818) -Codechange: make callbacks 31 and 37 behave like they do in TTDP according to frosch's survey.
rubidium [Mon, 21 Apr 2008 11:29:01 +0000] rev 9018
(svn r12817) -Feature: the ability to play NewGRF sounds for industries and stations.
rubidium [Mon, 21 Apr 2008 09:27:47 +0000] rev 9017
(svn r12816) -Fix: the cargo count in the performance rating window could be wrong.
rubidium [Mon, 21 Apr 2008 09:20:42 +0000] rev 9016
(svn r12815) -Codechange: reshuffle some variables in the CargoPacket struct saving 4 of 36 bytes with a 32 bit compiler and 8 of 48 bytes on 64 bit compiler per cargo packets. There are generally more cargopackets in game than vehicles.
rubidium [Mon, 21 Apr 2008 08:35:27 +0000] rev 9015
(svn r12814) -Codechange: reshuffle some variables in the Vehicle struct saving 20 bytes with a 32 bit compiler and 32 bytes on 64 bit compiler per vehicle.
rubidium [Mon, 21 Apr 2008 07:57:51 +0000] rev 9014
(svn r12813) -Fix [FS#1943]: the 'last built railtype' got reset too often.
glx [Sun, 20 Apr 2008 21:49:57 +0000] rev 9013
(svn r12810) -Codechange: style and useless casts in CmdSetAutoReplace()
peter1138 [Sun, 20 Apr 2008 21:38:20 +0000] rev 9012
(svn r12809) -Fix (r1704): Possible out of bounds array access.