maedhros [Sun, 25 Mar 2007 16:09:36 +0000] rev 6703
(svn r9449) -Fix: Truncate the newgrf information text in the newgrf gui if it's too long.
peter1138 [Sun, 25 Mar 2007 10:43:27 +0000] rev 6702
(svn r9439) -Codechange: check for valid default cargo type even if a vehicle is not refittable...
peter1138 [Sun, 25 Mar 2007 08:13:07 +0000] rev 6701
(svn r9438) -Codechange: Map cargo colours from DOS to Windows if necessary.
rubidium [Sun, 25 Mar 2007 00:13:22 +0000] rev 6700
(svn r9437) -Fix (r9420): dedicated server crashed when the y part of the resolution was less than 10.
peter1138 [Sat, 24 Mar 2007 23:43:33 +0000] rev 6699
(svn r9436) -Fix (r9411): don't deactivate GRF in an action 7/9 during reservation (and loading of cargo data), and action 6 should be run also
peter1138 [Sat, 24 Mar 2007 18:56:59 +0000] rev 6698
(svn r9435) -Fix (r8972): ensure the cargo payment graph is at least 12 "items" high
peter1138 [Sat, 24 Mar 2007 16:09:39 +0000] rev 6697
(svn r9434) -Fix (r9418): remove typedef from forward declaration to appease MSVC or something
truelight [Sat, 24 Mar 2007 15:13:46 +0000] rev 6696
(svn r9429) -Fix r9338: when deleting a vehicle which has shared orders with one more vehicle and no orders, segfaulted
peter1138 [Sat, 24 Mar 2007 14:42:11 +0000] rev 6695
(svn r9427) -Codechange: remove redundant variable
celestar [Sat, 24 Mar 2007 09:12:03 +0000] rev 6694
(svn r9425) -Codechange/Fix (FS#689): Housekeeping in the convert rail functions: Changed the order of error checks to generate more meaningful error messages, added some doxygen comments and replaced bitshifting by proper mathematical operations