tron [Thu, 29 Dec 2005 19:09:05 +0000] rev 2807
(svn r3355) Three minor improvements for french (by me using dict.leo.org, OKed by Belugas)
tron [Thu, 29 Dec 2005 19:06:44 +0000] rev 2806
(svn r3354) Fix a typo, which survived for about 3000 revisions: s/SRT_SORT_BY/STR_SORT_BY/ (noticed by chu)
tron [Thu, 29 Dec 2005 12:42:59 +0000] rev 2805
(svn r3353) Simplify the automatic length adjustment algorithm for replacing trains: Use the length of the train before the replacement as reference length
peter1138 [Wed, 28 Dec 2005 22:29:59 +0000] rev 2804
(svn r3352) - NewGRF: Move initialization of vehicle random_bits to DC_EXEC blocks to allow use of Random() instead of InteractiveRandom(), which will alleviate some possible network desyncs.
peter1138 [Wed, 28 Dec 2005 09:40:26 +0000] rev 2803
(svn r3351) Make sort criteria selection widgets in player train list consistent with those widgets in other vehicle type lists. (Stops "Total capacity per cargo type" overflowing)
peter1138 [Wed, 28 Dec 2005 09:29:00 +0000] rev 2802
(svn r3350) Fix widget glitch in player ship window (missed in r1379)
peter1138 [Wed, 28 Dec 2005 08:39:43 +0000] rev 2801
(svn r3349) Fix off-by-one error in drawing matrix widget, from r3181.