truebrain [Mon, 21 Apr 2008 20:52:54 +0000] rev 10292
(svn r12825) [NoAI] -Fix r12823: minor documentation clearup
glx [Mon, 21 Apr 2008 20:33:03 +0000] rev 10291
(svn r12823) [NoAI] -Add: added AICompany::(G|S)etAutoRenew(Status|Months|Money)
truebrain [Mon, 21 Apr 2008 18:09:52 +0000] rev 10290
(svn r12822) [NoAI] -Fix: minor documentation typo
glx [Mon, 21 Apr 2008 17:58:23 +0000] rev 10289
(svn r12821) [NoAI] -Fix: some awk implementation fail to understand eol other than \n
frosch [Mon, 21 Apr 2008 17:04:17 +0000] rev 10288
(svn r12820) -Documentation: Mark callbacks as 8 or 15 bit in 'newgrf_callbacks.h'.
rubidium [Mon, 21 Apr 2008 14:33:33 +0000] rev 10287
(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 10286
(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 10285
(svn r12817) -Feature: the ability to play NewGRF sounds for industries and stations.
rubidium [Mon, 21 Apr 2008 09:27:47 +0000] rev 10284
(svn r12816) -Fix: the cargo count in the performance rating window could be wrong.
rubidium [Mon, 21 Apr 2008 09:20:42 +0000] rev 10283
(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.