tron [Fri, 30 Dec 2005 14:28:32 +0000] rev 2809
(svn r3357) Fix an off-by-one error in checking if a coordinate passed to a command is on the map
peter1138 [Thu, 29 Dec 2005 22:28:19 +0000] rev 2808
(svn r3356) - Remove unused parameter of AfterLoadGame().
- Initialize _sl_version after loading an old savegame.
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.
tron [Tue, 27 Dec 2005 22:55:24 +0000] rev 2800
(svn r3348) Dependency checking didn't include all compile parameters, which lead to wrong results