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
Sat, 10 Dec 2005 18:50:07 +0000 truelight (svn r3285) -Codechange: Tron was confused by a name, so let's make him happy,
Sat, 10 Dec 2005 18:47:40 +0000 truelight (svn r3284) -Fix: DoCommand always cleans up _cmd_text (tnx to Tron)
Sat, 10 Dec 2005 18:43:49 +0000 truelight (svn r3283) -Fix: decode_parameters was still used, while _cmd_text is the way
Sat, 10 Dec 2005 12:05:39 +0000 peter1138 (svn r3282) - Codechange: Replace tests against CMD_ERROR with CmdFailed()
Sat, 10 Dec 2005 11:16:45 +0000 bjarni (svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil)
Sat, 10 Dec 2005 07:29:31 +0000 tron (svn r3280) Merge the seperate (C|CXX|OBJC)_SOURCES variables into a single variable SRCS
Fri, 09 Dec 2005 19:29:11 +0000 truelight (svn r3279) -Fix: do not try to execute something that is not set to execute
Fri, 09 Dec 2005 19:12:11 +0000 truelight (svn r3278) -Fix: lets update the tail-pointer if we add a new item, else the linkedlist never grows ;)
Fri, 09 Dec 2005 17:42:56 +0000 truelight (svn r3277) -Fix: lets use the right DoCommand for testing a build (tnx to Igor2Code)
Fri, 09 Dec 2005 13:17:31 +0000 bjarni (svn r3276) reverted the last two commits. OSX 10.2 kept finding new stuff to prevent it from running OpenTTD, so now it's not supported anymore
Fri, 09 Dec 2005 13:07:21 +0000 bjarni (svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash
Fri, 09 Dec 2005 12:15:52 +0000 bjarni (svn r3274) -Fix: [OSX] added JAGUAR flag to crosscompile for OSX 10.2 (codenamed jaguar)
Fri, 09 Dec 2005 11:08:24 +0000 bjarni (svn r3273) -Fix: [OSX] PPC part of universal binaries now target 10.3 instead of 10.4
Thu, 08 Dec 2005 21:12:15 +0000 bjarni (svn r3272) -Fix: [AI] fixed issue in AI that prevented compilation without network support
Thu, 08 Dec 2005 09:12:25 +0000 hackykid (svn r3271) Remove some debug statements of mine which somehow got into svn.
Wed, 07 Dec 2005 15:48:52 +0000 peter1138 (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect their actual use, and add "Close Window" tooltip where missing.
Wed, 07 Dec 2005 14:56:42 +0000 truelight (svn r3269) -Fix: return CMD_ERROR instead of -1 if AI_DoCommandChecked fails
Tue, 06 Dec 2005 23:37:44 +0000 bjarni (svn r3268) moved lithuanian.txt to unfinished as it is broken and haven't been updated for a few months
Tue, 06 Dec 2005 22:09:28 +0000 bjarni (svn r3267) -Codechange: [OSX] universal binary makefile code cleanup
Tue, 06 Dec 2005 17:12:19 +0000 truelight (svn r3266) -Codechange: added comments for why the revert of r3625 inside the code.
Tue, 06 Dec 2005 17:05:14 +0000 truelight (svn r3265) -Fix: partly reverted back r3263, because MSVC, who else, doesn't support variadic macros............
Tue, 06 Dec 2005 14:35:10 +0000 bjarni (svn r3264) -Codechange: [OSX] OSX targets will now always use the preprocessor to determine endianess
Tue, 06 Dec 2005 11:36:46 +0000 truelight (svn r3263) -Fix: use () around 'variables' in macros, gives less crashes ;)