log

age author description
Thu, 29 Dec 2005 19:09:05 +0000 tron (svn r3355) Three minor improvements for french (by me using dict.leo.org, OKed by Belugas) draft
Thu, 29 Dec 2005 19:06:44 +0000 tron (svn r3354) Fix a typo, which survived for about 3000 revisions: s/SRT_SORT_BY/STR_SORT_BY/ (noticed by chu) draft
Thu, 29 Dec 2005 12:42:59 +0000 tron (svn r3353) Simplify the automatic length adjustment algorithm for replacing trains: Use the length of the train before the replacement as reference length draft
Wed, 28 Dec 2005 22:29:59 +0000 peter1138 (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. draft
Wed, 28 Dec 2005 09:40:26 +0000 peter1138 (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) draft
Wed, 28 Dec 2005 09:29:00 +0000 peter1138 (svn r3350) Fix widget glitch in player ship window (missed in r1379) draft
Wed, 28 Dec 2005 08:39:43 +0000 peter1138 (svn r3349) Fix off-by-one error in drawing matrix widget, from r3181. draft
Tue, 27 Dec 2005 22:55:24 +0000 tron (svn r3348) Dependency checking didn't include all compile parameters, which lead to wrong results draft
Tue, 27 Dec 2005 20:44:42 +0000 tron (svn r3347) Plug a memory leak (Found by Valgrind using Truelight ... or was it the other way round?) draft
Tue, 27 Dec 2005 16:37:50 +0000 peter1138 (svn r3346) - Increase size of aircraft refit window by one item; fixes "[ 1387477 ] Can't refit aircraft to carry Fizzy Drinks" draft
Mon, 26 Dec 2005 18:24:01 +0000 tron (svn r3345) Remove untranslated strings draft
Mon, 26 Dec 2005 18:22:34 +0000 tron (svn r3344) Small fixes for the Danish (Thanks to Bjarni) and Dutch (Thanks to Truelight) translation draft
Mon, 26 Dec 2005 15:41:24 +0000 peter1138 (svn r3343) Fix calculation of available rail types where all engines of a particular type are obsolete. draft
Sun, 25 Dec 2005 19:44:23 +0000 tron (svn r3342) Remove some cruft draft
Sun, 25 Dec 2005 15:05:59 +0000 truelight (svn r3341) -Codechange: make mingw32 happy, and renamed Rectangle, because it already exists on that platform draft
Sun, 25 Dec 2005 09:19:16 +0000 tron (svn r3340) Fix dependency calculation: dependencies didn't get recalculated if a header file changed draft
Sat, 24 Dec 2005 20:54:31 +0000 tron (svn r3339) Remove unnecessary includes draft
Sat, 24 Dec 2005 20:53:02 +0000 tron (svn r3338) Wrong file in last commit draft
Sat, 24 Dec 2005 20:51:21 +0000 tron (svn r3337) Remove an unused variable and add 2 times static draft
Sat, 24 Dec 2005 15:01:17 +0000 tron (svn r3336) byte -> WindowClass, uint16 -> WindowNumber draft
Sat, 24 Dec 2005 13:22:38 +0000 miham (svn r3335) [Translations] Moved estonian to ready draft
Sat, 24 Dec 2005 12:47:51 +0000 tron (svn r3334) Remove 2 unused window classes draft
Sat, 24 Dec 2005 12:47:31 +0000 tron (svn r3333) Remove some the unimplemented option DISPLAY_WARNINGS from the config writer draft
Sat, 24 Dec 2005 12:16:56 +0000 tron (svn r3332) Fix r3317, a few things got messed up in the translator system draft
Sat, 24 Dec 2005 10:16:34 +0000 tron (svn r3331) CMD_PLACE_SIGN doesn't use p1, so don't pass anything seemingly meaningful draft
Wed, 21 Dec 2005 13:53:44 +0000 matthijs (svn r3329) - Doc: Some documentation cleanups. draft
Wed, 21 Dec 2005 01:43:26 +0000 Darkvater (svn r3328) - Fix: [ 1352739 ] landscape_grid.html showing wrong bit usage (belugas) draft
Wed, 21 Dec 2005 01:40:41 +0000 Darkvater (svn r3327) - Fix: [ 1373581 ] landscape.html documentation. Railway types are stored in m3, not m4. According to the mask (RAILTYPE_MASK), this is should be 0..1 but 0..3 are actually reserved. (egladil) draft
Wed, 21 Dec 2005 01:19:03 +0000 Darkvater (svn r3326) - Fix: [ 1226832 ] Build fails if SDL is built without pthread support (dst) draft
Wed, 21 Dec 2005 01:14:01 +0000 Darkvater (svn r3325) - Fix: You couldn't send an airplane to a hangar for mandatory servicing, the NON_STOP flag failed the command. draft