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.
rubidium [Mon, 21 Apr 2008 08:35:27 +0000] rev 10282
(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 10281
(svn r12813) -Fix [FS#1943]: the 'last built railtype' got reset too often.
richk [Sun, 20 Apr 2008 23:50:19 +0000] rev 10280
(svn r12812) [NewGRF_ports] -Change: Added animation variables to fsmportspec and newgrf loader.
(Will unify & Oo-ify stationspec and fsmportspec later)
glx [Sun, 20 Apr 2008 23:25:58 +0000] rev 10279
(svn r12811) [NoAI] -Fix (r12431): passengers subsidies are from towns to towns, not to industries
glx [Sun, 20 Apr 2008 21:49:57 +0000] rev 10278
(svn r12810) -Codechange: style and useless casts in CmdSetAutoReplace()
peter1138 [Sun, 20 Apr 2008 21:38:20 +0000] rev 10277
(svn r12809) -Fix (r1704): Possible out of bounds array access.
glx [Sun, 20 Apr 2008 21:36:41 +0000] rev 10276
(svn r12808) -Fix: enforce autorenew values range in command
-Fix: typo in english.txt
richk [Sun, 20 Apr 2008 17:30:24 +0000] rev 10275
(svn r12807) [NewGRF_ports] -Fix: New files failed to get added to svn on last merge.
richk [Sun, 20 Apr 2008 15:27:28 +0000] rev 10274
(svn r12806) [NewGRF_ports] -Sync: with trunk r12773:12805.