------------------------------------------------------------------------ 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" ------------------------------------------------------------------------ r3345 | tron | 2005-12-26 18:24:01 +0000 (Mon, 26 Dec 2005) | 1 line Remove untranslated strings ------------------------------------------------------------------------ r3344 | tron | 2005-12-26 18:22:34 +0000 (Mon, 26 Dec 2005) | 2 lines Small fixes for the Danish (Thanks to Bjarni) and Dutch (Thanks to Truelight) translation ------------------------------------------------------------------------ r3343 | peter1138 | 2005-12-26 15:41:24 +0000 (Mon, 26 Dec 2005) | 1 line Fix calculation of available rail types where all engines of a particular type are obsolete. ------------------------------------------------------------------------ r3342 | tron | 2005-12-25 19:44:23 +0000 (Sun, 25 Dec 2005) | 1 line Remove some cruft ------------------------------------------------------------------------ r3341 | truelight | 2005-12-25 15:05:59 +0000 (Sun, 25 Dec 2005) | 2 lines -Codechange: make mingw32 happy, and renamed Rectangle, because it already exists on that platform ------------------------------------------------------------------------ r3340 | tron | 2005-12-25 09:19:16 +0000 (Sun, 25 Dec 2005) | 3 lines Fix dependency calculation: dependencies didn't get recalculated if a header file changed Also really automagically create the dependency directories by deriving the directory names from $(DEPS) ------------------------------------------------------------------------ r3339 | tron | 2005-12-24 20:54:31 +0000 (Sat, 24 Dec 2005) | 1 line Remove unnecessary includes ------------------------------------------------------------------------ r3338 | tron | 2005-12-24 20:53:02 +0000 (Sat, 24 Dec 2005) | 1 line Wrong file in last commit ------------------------------------------------------------------------ r3337 | tron | 2005-12-24 20:51:21 +0000 (Sat, 24 Dec 2005) | 2 lines Remove an unused variable and add 2 times static ------------------------------------------------------------------------ r3336 | tron | 2005-12-24 15:01:17 +0000 (Sat, 24 Dec 2005) | 1 line byte -> WindowClass, uint16 -> WindowNumber ------------------------------------------------------------------------ r3335 | miham | 2005-12-24 13:22:38 +0000 (Sat, 24 Dec 2005) | 1 line [Translations] Moved estonian to ready ------------------------------------------------------------------------ r3334 | tron | 2005-12-24 12:47:51 +0000 (Sat, 24 Dec 2005) | 1 line Remove 2 unused window classes ------------------------------------------------------------------------ r3333 | tron | 2005-12-24 12:47:31 +0000 (Sat, 24 Dec 2005) | 1 line Remove some the unimplemented option DISPLAY_WARNINGS from the config writer ------------------------------------------------------------------------ r3332 | tron | 2005-12-24 12:16:56 +0000 (Sat, 24 Dec 2005) | 1 line Fix r3317, a few things got messed up in the translator system ------------------------------------------------------------------------ r3331 | tron | 2005-12-24 10:16:34 +0000 (Sat, 24 Dec 2005) | 1 line CMD_PLACE_SIGN doesn't use p1, so don't pass anything seemingly meaningful ------------------------------------------------------------------------