Mon, 21 Apr 2008 13:45:03 +0000(svn r12818) -Codechange: make callbacks 31 and 37 behave like they do in TTDP according to frosch's survey.
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.

Mon, 21 Apr 2008 11:29:01 +0000(svn r12817) -Feature: the ability to play NewGRF sounds for industries and stations.
rubidium [Mon, 21 Apr 2008 11:29:01 +0000] rev 9018
(svn r12817) -Feature: the ability to play NewGRF sounds for industries and stations.

Mon, 21 Apr 2008 09:27:47 +0000(svn r12816) -Fix: the cargo count in the performance rating window could be wrong.
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.

Mon, 21 Apr 2008 09:20:42 +0000(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 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.

Mon, 21 Apr 2008 08:35:27 +0000(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 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.

Mon, 21 Apr 2008 07:57:51 +0000(svn r12813) -Fix [FS#1943]: the 'last built railtype' got reset too often.
rubidium [Mon, 21 Apr 2008 07:57:51 +0000] rev 9014
(svn r12813) -Fix [FS#1943]: the 'last built railtype' got reset too often.

Sun, 20 Apr 2008 21:49:57 +0000(svn r12810) -Codechange: style and useless casts in CmdSetAutoReplace()
glx [Sun, 20 Apr 2008 21:49:57 +0000] rev 9013
(svn r12810) -Codechange: style and useless casts in CmdSetAutoReplace()

Sun, 20 Apr 2008 21:38:20 +0000(svn r12809) -Fix (r1704): Possible out of bounds array access.
peter1138 [Sun, 20 Apr 2008 21:38:20 +0000] rev 9012
(svn r12809) -Fix (r1704): Possible out of bounds array access.

Sun, 20 Apr 2008 21:36:41 +0000(svn r12808) -Fix: enforce autorenew values range in command
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

Sun, 20 Apr 2008 11:40:33 +0000(svn r12805) -Codechange: remove some bit magic related to the news display states. Patch by cirdan.
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.