------------------------------------------------------------------------ r3361 | peter1138 | 2006-01-04 16:53:00 +0000 (Wed, 04 Jan 2006) | 2 lines - Clone Vehicle: Disallow cloning of crashed rail vehicles after starting removal process. ------------------------------------------------------------------------ r3360 | peter1138 | 2006-01-02 22:40:39 +0000 (Mon, 02 Jan 2006) | 2 lines Fix initialization of engines for precalculation of default refit mask. ------------------------------------------------------------------------ r3359 | peter1138 | 2006-01-02 19:55:09 +0000 (Mon, 02 Jan 2006) | 2 lines - Autoreplace GUI: When starting or stopping a replacement, redraw the replace window after the command has completed, rather than after calling the command. ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------