Tue, 27 Dec 2005 22:55:24 +0000 tron (svn r3348) Dependency checking didn't include all compile parameters, which lead to wrong results
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?)
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"
Mon, 26 Dec 2005 18:24:01 +0000 tron (svn r3345) Remove untranslated strings
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
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.
Sun, 25 Dec 2005 19:44:23 +0000 tron (svn r3342) Remove some cruft
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
Sun, 25 Dec 2005 09:19:16 +0000 tron (svn r3340) Fix dependency calculation: dependencies didn't get recalculated if a header file changed
Sat, 24 Dec 2005 20:54:31 +0000 tron (svn r3339) Remove unnecessary includes
Sat, 24 Dec 2005 20:53:02 +0000 tron (svn r3338) Wrong file in last commit
Sat, 24 Dec 2005 20:51:21 +0000 tron (svn r3337) Remove an unused variable and add 2 times static
Sat, 24 Dec 2005 15:01:17 +0000 tron (svn r3336) byte -> WindowClass, uint16 -> WindowNumber
Sat, 24 Dec 2005 13:22:38 +0000 miham (svn r3335) [Translations] Moved estonian to ready
Sat, 24 Dec 2005 12:47:51 +0000 tron (svn r3334) Remove 2 unused window classes
Sat, 24 Dec 2005 12:47:31 +0000 tron (svn r3333) Remove some the unimplemented option DISPLAY_WARNINGS from the config writer
Sat, 24 Dec 2005 12:16:56 +0000 tron (svn r3332) Fix r3317, a few things got messed up in the translator system
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
Wed, 21 Dec 2005 13:53:44 +0000 matthijs (svn r3329) - Doc: Some documentation cleanups.
Wed, 21 Dec 2005 01:43:26 +0000 Darkvater (svn r3328) - Fix: [ 1352739 ] landscape_grid.html showing wrong bit usage (belugas)
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)
Wed, 21 Dec 2005 01:19:03 +0000 Darkvater (svn r3326) - Fix: [ 1226832 ] Build fails if SDL is built without pthread support (dst)
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.
Tue, 20 Dec 2005 21:59:34 +0000 Darkvater (svn r3324) - Codechange: set native eol-style on missing files not yet set so
Tue, 20 Dec 2005 21:24:50 +0000 Darkvater (svn r3323) - Fix: automatically enable new AI when turning on the AI in multiplayer feature (it only works that way and we all know users don't read).
Tue, 20 Dec 2005 20:52:05 +0000 Darkvater (svn r3322) - Fix: Network window crash when it receives invalid information for example from the integrated nightly, so validate the network-input when it is received
Tue, 20 Dec 2005 00:50:16 +0000 matthijs (svn r3321) - Fix: A wrong use of the map m5 bits, where a previously calculated "bits" variable should have been used. This resulted in the pathfinder imagining junctions, which negatively affects performance somewhat (Darkvater).
Mon, 19 Dec 2005 00:19:12 +0000 Darkvater (svn r3320) - Fix: FS#22 - Exiting with double size enabled saves wrong window size. Reset the window size to its true size upon exiting when double-size is active. Is set in ClientSizeChanged.
Sun, 18 Dec 2005 22:48:45 +0000 Darkvater (svn r3319) - Fix (regression): "Unnamed Competitors". A result of revision r3224 which allowed AI's for multiplayer. Old AI's didn't function correctly anymore. The update of last-built tile is moved back, but to a slightly different place so it is only executed when the command is actually successfully executed. This code shouldn't be neccessary, but alas, the old AI doesn't use DoCommandDP() functions.
Sun, 18 Dec 2005 20:48:22 +0000 Darkvater (svn r3318) - Codechange: [FS#27] MSVC projectfile & documentation update (bociusz)
Sun, 18 Dec 2005 17:04:02 +0000 miham (svn r3317) [Translations] Updated to 2005-12-18
Sun, 18 Dec 2005 14:03:28 +0000 peter1138 (svn r3316) - NewGRF: Unload engine names before loading grf files. This fixes names in climates where the engines don't get loaded. Renamed function to reflect its purpose.
Sun, 18 Dec 2005 12:17:53 +0000 tron (svn r3314) Add 2 times static
Sun, 18 Dec 2005 12:10:46 +0000 tron (svn r3313) Remove GPMI related changes from trunk
Sun, 18 Dec 2005 08:01:05 +0000 tron (svn r3311) Remove the unnecessary global variable _grffile_count: It's just the scroll count of a list and furthermore only used in one file
Sat, 17 Dec 2005 14:26:43 +0000 tron (svn r3310) Fix a couple of warnings: Initialise all struct members, disambiguate cascaded if/else, remove an unused variable, use (void) for empty parameter lists
Fri, 16 Dec 2005 22:01:38 +0000 peter1138 (svn r3309) Cygwin doesn't define _MSC_VER; check it exists before basing decisions on its value.
Thu, 15 Dec 2005 17:55:59 +0000 tron (svn r3308) BAD
Wed, 14 Dec 2005 20:45:12 +0000 tron (svn r3307) A file shall include its own header
Wed, 14 Dec 2005 19:21:56 +0000 truelight (svn r3306) -Fix: forgot sometimes to switch to the right current_player for AIs
Wed, 14 Dec 2005 15:54:23 +0000 truelight (svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_
Wed, 14 Dec 2005 14:38:23 +0000 truelight (svn r3304) -Add: allow AI-events to see the UID of the command
Wed, 14 Dec 2005 09:15:06 +0000 peter1138 (svn r3303) Change #if PF_BENCHMARK to #ifdef PF_BENCHMARK
Wed, 14 Dec 2005 08:05:36 +0000 peter1138 (svn r3302) - Fix: split drawing of text buttons and the closebox, so the closebox symbol can be centred.
Wed, 14 Dec 2005 06:51:19 +0000 tron (svn r3301) One more static
Wed, 14 Dec 2005 06:49:54 +0000 tron (svn r3300) Remove unreachable code - in this case some duplicate breaks
Wed, 14 Dec 2005 06:32:06 +0000 tron (svn r3299) Remove the unimplemented -l option, which should select the language
Wed, 14 Dec 2005 06:28:48 +0000 tron (svn r3298) Remove unused and write-only variables
Wed, 14 Dec 2005 06:20:23 +0000 tron (svn r3297) Staticise
Wed, 14 Dec 2005 06:16:34 +0000 tron (svn r3296) Warn about testing an undefined macro with #if - should most probably be #ifdef
Tue, 13 Dec 2005 22:28:44 +0000 Darkvater (svn r3295) - Regressionfix: scrolling with mousewheel no longer worked in saveload dialogs because of restriction that scroller is only active for widget + next widget is scrollbar. Yes, we need a better window system.
Tue, 13 Dec 2005 21:21:57 +0000 Darkvater (svn r3294) - Fix: use INVALID_STRING_ID instead of -1.
Tue, 13 Dec 2005 20:20:44 +0000 Darkvater (svn r3293) - Miscellaneous: add peter1138 as developer
Tue, 13 Dec 2005 12:31:48 +0000 peter1138 (svn r3292) - Autoreplace: Disallow replacing to an engine type that already has a replacement set up; this stops loops being set up.
Tue, 13 Dec 2005 09:57:07 +0000 peter1138 (svn r3291) - Codechange, Autoreplace: Replace int with EngineID and -1 with INVALID_ENGINE, as appropriate.
Tue, 13 Dec 2005 07:32:06 +0000 peter1138 (svn r3290) - Fix: "[ 1360054 ] Rename Sign, Cause Game Crash, nightly version r3213": Added filter to test for valid character input.
Sun, 11 Dec 2005 10:36:48 +0000 tron (svn r3289) 32 times static
Sun, 11 Dec 2005 10:25:27 +0000 peter1138 (svn r3288) Set svn properties on cocoa related files, and add Id tag.
Sun, 11 Dec 2005 07:36:49 +0000 tron (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
Sat, 10 Dec 2005 23:03:59 +0000 bjarni (svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as target by default