------------------------------------------------------------------------ r3366 | tron | 2006-01-05 16:51:10 +0000 (Thu, 05 Jan 2006) | 1 line Make an unnecessarily global variable local ------------------------------------------------------------------------ r3365 | tron | 2006-01-05 12:40:50 +0000 (Thu, 05 Jan 2006) | 1 line Staticise 36 functions ------------------------------------------------------------------------ r3364 | tron | 2006-01-05 12:00:38 +0000 (Thu, 05 Jan 2006) | 1 line Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2) ------------------------------------------------------------------------ r3363 | truelight | 2006-01-05 11:18:58 +0000 (Thu, 05 Jan 2006) | 2 lines -Fix: 'fixed' the transfer problem. This doesn't really fix it, but gives a bit more fair amount of money. Can only be fixed correctly with CargoPackets as suggested in branch. ------------------------------------------------------------------------ r3362 | peter1138 | 2006-01-04 20:18:39 +0000 (Wed, 04 Jan 2006) | 4 lines Fix issue with loading old (TTD) savegames: - move call to convert from old to new train subtypes. - ensure AI is started for AI players. ------------------------------------------------------------------------ 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) ------------------------------------------------------------------------