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.
glx [Sun, 20 Apr 2008 21:36:41 +0000] rev 9011
(svn r12808) -Fix: enforce autorenew values range in command
-Fix: typo in english.txt
rubidium [Sun, 20 Apr 2008 11:40:33 +0000] rev 9010
(svn r12805) -Codechange: remove some bit magic related to the news display states. Patch by cirdan.
rubidium [Sun, 20 Apr 2008 11:12:07 +0000] rev 9009
(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp