------------------------------------------------------------------------ r3358 | tron | 2005-12-30 22:09:01 +0000 (Fri, 30 Dec 2005) | 1 line Remove another piece of unused code ------------------------------------------------------------------------ r3357 | tron | 2005-12-30 14:28:32 +0000 (Fri, 30 Dec 2005) | 1 line Fix an off-by-one error in checking if a coordinate passed to a command is on the map ------------------------------------------------------------------------ r3356 | peter1138 | 2005-12-29 22:28:19 +0000 (Thu, 29 Dec 2005) | 3 lines - Remove unused parameter of AfterLoadGame(). - Initialize _sl_version after loading an old savegame. ------------------------------------------------------------------------ r3355 | tron | 2005-12-29 19:09:05 +0000 (Thu, 29 Dec 2005) | 1 line Three minor improvements for french (by me using dict.leo.org, OKed by Belugas) ------------------------------------------------------------------------ r3354 | tron | 2005-12-29 19:06:44 +0000 (Thu, 29 Dec 2005) | 1 line Fix a typo, which survived for about 3000 revisions: s/SRT_SORT_BY/STR_SORT_BY/ (noticed by chu) ------------------------------------------------------------------------ r3353 | tron | 2005-12-29 12:42:59 +0000 (Thu, 29 Dec 2005) | 2 lines Simplify the automatic length adjustment algorithm for replacing trains: Use the length of the train before the replacement as reference length ------------------------------------------------------------------------ r3352 | peter1138 | 2005-12-28 22:29:59 +0000 (Wed, 28 Dec 2005) | 2 lines - 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. ------------------------------------------------------------------------ r3351 | peter1138 | 2005-12-28 09:40:26 +0000 (Wed, 28 Dec 2005) | 2 lines 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) ------------------------------------------------------------------------ r3350 | peter1138 | 2005-12-28 09:29:00 +0000 (Wed, 28 Dec 2005) | 2 lines Fix widget glitch in player ship window (missed in r1379) ------------------------------------------------------------------------ r3349 | peter1138 | 2005-12-28 08:39:43 +0000 (Wed, 28 Dec 2005) | 2 lines Fix off-by-one error in drawing matrix widget, from r3181. ------------------------------------------------------------------------ r3348 | tron | 2005-12-27 22:55:24 +0000 (Tue, 27 Dec 2005) | 1 line Dependency checking didn't include all compile parameters, which lead to wrong results ------------------------------------------------------------------------ r3347 | tron | 2005-12-27 20:44:42 +0000 (Tue, 27 Dec 2005) | 1 line Plug a memory leak (Found by Valgrind using Truelight ... or was it the other way round?) ------------------------------------------------------------------------ r3346 | peter1138 | 2005-12-27 16:37:50 +0000 (Tue, 27 Dec 2005) | 2 lines - Increase size of aircraft refit window by one item; fixes "[ 1387477 ] Can't refit aircraft to carry Fizzy Drinks" ------------------------------------------------------------------------