Mercurial > hg > openttd
graph
-
(svn r3341) -Codechange: make mingw32 happy, and renamed Rectangle, because it already exists on that platform draftSun, 25 Dec 2005 15:05:59 +0000, by truelight
-
(svn r3340) Fix dependency calculation: dependencies didn't get recalculated if a header file changed draftSun, 25 Dec 2005 09:19:16 +0000, by tron
-
(svn r3337) Remove an unused variable and add 2 times static draftSat, 24 Dec 2005 20:51:21 +0000, by tron
-
(svn r3336) byte -> WindowClass, uint16 -> WindowNumber draftSat, 24 Dec 2005 15:01:17 +0000, by tron
-
(svn r3333) Remove some the unimplemented option DISPLAY_WARNINGS from the config writer draftSat, 24 Dec 2005 12:47:31 +0000, by tron
-
(svn r3332) Fix r3317, a few things got messed up in the translator system draftSat, 24 Dec 2005 12:16:56 +0000, by tron
-
(svn r3331) CMD_PLACE_SIGN doesn't use p1, so don't pass anything seemingly meaningful draftSat, 24 Dec 2005 10:16:34 +0000, by tron
-
(svn r3328) - Fix: [ 1352739 ] landscape_grid.html showing wrong bit usage (belugas) draftWed, 21 Dec 2005 01:43:26 +0000, by 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) draftWed, 21 Dec 2005 01:40:41 +0000, by Darkvater
-
(svn r3326) - Fix: [ 1226832 ] Build fails if SDL is built without pthread support (dst) draftWed, 21 Dec 2005 01:19:03 +0000, by Darkvater
-
(svn r3325) - Fix: You couldn't send an airplane to a hangar for mandatory servicing, the NON_STOP flag failed the command. draftWed, 21 Dec 2005 01:14:01 +0000, by Darkvater
-
(svn r3324) - Codechange: set native eol-style on missing files not yet set so draftTue, 20 Dec 2005 21:59:34 +0000, by 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). draftTue, 20 Dec 2005 21:24:50 +0000, by 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 draftTue, 20 Dec 2005 20:52:05 +0000, by 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. draftMon, 19 Dec 2005 00:19:12 +0000, by 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. draftSun, 18 Dec 2005 22:48:45 +0000, by Darkvater
-
(svn r3318) - Codechange: [FS#27] MSVC projectfile & documentation update (bociusz) draftSun, 18 Dec 2005 20:48:22 +0000, by Darkvater
-
(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. draftSun, 18 Dec 2005 14:03:28 +0000, by peter1138
-
(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 draftSun, 18 Dec 2005 08:01:05 +0000, by 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 draftSat, 17 Dec 2005 14:26:43 +0000, by tron
-
(svn r3309) Cygwin doesn't define _MSC_VER; check it exists before basing decisions on its value. draftFri, 16 Dec 2005 22:01:38 +0000, by peter1138
-
(svn r3306) -Fix: forgot sometimes to switch to the right current_player for AIs draftWed, 14 Dec 2005 19:21:56 +0000, by truelight
-
(svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_ draftWed, 14 Dec 2005 15:54:23 +0000, by truelight
-
(svn r3304) -Add: allow AI-events to see the UID of the command draftWed, 14 Dec 2005 14:38:23 +0000, by truelight
-
(svn r3303) Change #if PF_BENCHMARK to #ifdef PF_BENCHMARK draftWed, 14 Dec 2005 09:15:06 +0000, by peter1138
-
(svn r3302) - Fix: split drawing of text buttons and the closebox, so the closebox symbol can be centred. draftWed, 14 Dec 2005 08:05:36 +0000, by peter1138
-
(svn r3300) Remove unreachable code - in this case some duplicate breaks draftWed, 14 Dec 2005 06:49:54 +0000, by tron
-
(svn r3299) Remove the unimplemented -l option, which should select the language draftWed, 14 Dec 2005 06:32:06 +0000, by tron
-
(svn r3296) Warn about testing an undefined macro with #if - should most probably be #ifdef draftWed, 14 Dec 2005 06:16:34 +0000, by tron
-
(svn r3294) - Fix: use INVALID_STRING_ID instead of -1. draftTue, 13 Dec 2005 21:21:57 +0000, by Darkvater
-
(svn r3293) - Miscellaneous: add peter1138 as developer draftTue, 13 Dec 2005 20:20:44 +0000, by Darkvater
-
(svn r3292) - Autoreplace: Disallow replacing to an engine type that already has a replacement set up; this stops loops being set up. draftTue, 13 Dec 2005 12:31:48 +0000, by peter1138
-
(svn r3291) - Codechange, Autoreplace: Replace int with EngineID and -1 with INVALID_ENGINE, as appropriate. draftTue, 13 Dec 2005 09:57:07 +0000, by peter1138
-
(svn r3290) - Fix: "[ 1360054 ] Rename Sign, Cause Game Crash, nightly version r3213": Added filter to test for valid character input. draftTue, 13 Dec 2005 07:32:06 +0000, by peter1138
-
(svn r3288) Set svn properties on cocoa related files, and add Id tag. draftSun, 11 Dec 2005 10:25:27 +0000, by peter1138
-
(svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule draftSun, 11 Dec 2005 07:36:49 +0000, by tron
-
(svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as target by default draftSat, 10 Dec 2005 23:03:59 +0000, by bjarni
-
(svn r3285) -Codechange: Tron was confused by a name, so let's make him happy, draftSat, 10 Dec 2005 18:50:07 +0000, by truelight
-
(svn r3284) -Fix: DoCommand always cleans up _cmd_text (tnx to Tron) draftSat, 10 Dec 2005 18:47:40 +0000, by truelight
-
(svn r3283) -Fix: decode_parameters was still used, while _cmd_text is the way draftSat, 10 Dec 2005 18:43:49 +0000, by truelight
-
(svn r3282) - Codechange: Replace tests against CMD_ERROR with CmdFailed() draftSat, 10 Dec 2005 12:05:39 +0000, by peter1138
-
(svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil) draftSat, 10 Dec 2005 11:16:45 +0000, by bjarni
-
(svn r3280) Merge the seperate (C|CXX|OBJC)_SOURCES variables into a single variable SRCS draftSat, 10 Dec 2005 07:29:31 +0000, by tron
-
(svn r3279) -Fix: do not try to execute something that is not set to execute draftFri, 09 Dec 2005 19:29:11 +0000, by truelight
-
(svn r3278) -Fix: lets update the tail-pointer if we add a new item, else the linkedlist never grows ;) draftFri, 09 Dec 2005 19:12:11 +0000, by truelight
-
(svn r3277) -Fix: lets use the right DoCommand for testing a build (tnx to Igor2Code) draftFri, 09 Dec 2005 17:42:56 +0000, by truelight
-
(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 draftFri, 09 Dec 2005 13:17:31 +0000, by bjarni
-
(svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash draftFri, 09 Dec 2005 13:07:21 +0000, by bjarni
-
(svn r3274) -Fix: [OSX] added JAGUAR flag to crosscompile for OSX 10.2 (codenamed jaguar) draftFri, 09 Dec 2005 12:15:52 +0000, by bjarni
-
(svn r3273) -Fix: [OSX] PPC part of universal binaries now target 10.3 instead of 10.4 draftFri, 09 Dec 2005 11:08:24 +0000, by bjarni
-
(svn r3272) -Fix: [AI] fixed issue in AI that prevented compilation without network support draftThu, 08 Dec 2005 21:12:15 +0000, by bjarni
-
(svn r3271) Remove some debug statements of mine which somehow got into svn. draftThu, 08 Dec 2005 09:12:25 +0000, by hackykid
-
(svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect their actual use, and add "Close Window" tooltip where missing. draftWed, 07 Dec 2005 15:48:52 +0000, by peter1138
-
(svn r3269) -Fix: return CMD_ERROR instead of -1 if AI_DoCommandChecked fails draftWed, 07 Dec 2005 14:56:42 +0000, by truelight
-
(svn r3268) moved lithuanian.txt to unfinished as it is broken and haven't been updated for a few months draftTue, 06 Dec 2005 23:37:44 +0000, by bjarni
-
(svn r3267) -Codechange: [OSX] universal binary makefile code cleanup draftTue, 06 Dec 2005 22:09:28 +0000, by bjarni
-
(svn r3266) -Codechange: added comments for why the revert of r3625 inside the code. draftTue, 06 Dec 2005 17:12:19 +0000, by truelight
-
(svn r3265) -Fix: partly reverted back r3263, because MSVC, who else, doesn't support variadic macros............ draftTue, 06 Dec 2005 17:05:14 +0000, by truelight
-
(svn r3264) -Codechange: [OSX] OSX targets will now always use the preprocessor to determine endianess draftTue, 06 Dec 2005 14:35:10 +0000, by bjarni
-
(svn r3263) -Fix: use () around 'variables' in macros, gives less crashes ;) draftTue, 06 Dec 2005 11:36:46 +0000, by truelight
-
(svn r3262) -Fix: [OSX] universal binaries can now include the dynamic SDL lib into the bundle draftTue, 06 Dec 2005 09:27:42 +0000, by bjarni
-
(svn r3261) - Autoreplace: If a replaced vehicle had a custom name, transfer it to the new vehicle. Fixes "[ 1370039 ] Autoreplaced vehicles lose their names" draftMon, 05 Dec 2005 16:48:07 +0000, by peter1138
-
(svn r3260) -Add: add events for AIs to check if a command execution failed or succeeded draftMon, 05 Dec 2005 12:27:58 +0000, by truelight
-
(svn r3259) -Fix: [OSX] fixed that universal binaries did not make a bundle draftSun, 04 Dec 2005 22:43:40 +0000, by bjarni
-
(svn r3258) -Feature: [OSX] added support for universal binaries draftSun, 04 Dec 2005 17:36:19 +0000, by bjarni
-
(svn r3257) -Codechange: [OSX] removed the dynamic lib in bundle option (introduced in rev 3230) draftSat, 03 Dec 2005 13:43:54 +0000, by bjarni
-
(svn r3256) -Fix: [OSX] fixed issue where building the bundle could take place before linking if -j 2 was used draftSat, 03 Dec 2005 10:36:23 +0000, by bjarni
-
(svn r3254) - Fix: graphical glitch with autorail tool on a certain tile-type. draftFri, 02 Dec 2005 19:41:35 +0000, by Darkvater
-
(svn r3252) - NewGRF: Map new train subtypes to old types for rail vehicles. draftFri, 02 Dec 2005 14:55:23 +0000, by peter1138
-
(svn r3251) -Fix: report errors from GPMI in a more detailed way (Igor2Code) draftThu, 01 Dec 2005 09:34:40 +0000, by truelight
-
(svn r3250) -Fix: AIs weren't uninitialized when a new game was loaded draftWed, 30 Nov 2005 16:10:19 +0000, by truelight
-
(svn r3249) Fix for issue introduced in r3228. The original code was good for raising, then for lowering, now for both. draftWed, 30 Nov 2005 07:31:54 +0000, by peter1138
-
(svn r3248) - Codechange: Change interface of CanRefitTo() to supply the engine type directly instead of getting it from a vehicle. This allows the function to be used before vehicles are involved. draftTue, 29 Nov 2005 22:29:59 +0000, by peter1138
-
(svn r3247) - Fix: "[ 1335580 ] sticky windows not sticky anymore" draftTue, 29 Nov 2005 22:04:02 +0000, by peter1138
-
(svn r3246) -Fix: small glitch in ai_network_client code (network_client.c) draftTue, 29 Nov 2005 16:06:06 +0000, by truelight
-
(svn r3245) -Add: allow OpenTTD to give his GPMI-params to the GPMI modules draftTue, 29 Nov 2005 15:53:15 +0000, by truelight
-
(svn r3244) -Fix: [GPMI] Even more GPMI based AI-code cleanup, bug fixes, and you can now control the AI that is going to boot draftMon, 28 Nov 2005 14:02:36 +0000, by truelight
-
(svn r3243) -Fix: IncreaseLoan and DecreaseLoan were inconsistent for AIs draftMon, 28 Nov 2005 11:30:12 +0000, by truelight
-
(svn r3242) -Fix: small glitch in AllowAI control draftSun, 27 Nov 2005 16:45:45 +0000, by truelight
-
(svn r3239) - Codechange: Introduce and use helper functions for engine replacement code. draftSat, 26 Nov 2005 16:41:14 +0000, by peter1138
-
(svn r3238) -Fix: always save if you want GPMI-based AIs, this on request by draftSat, 26 Nov 2005 16:18:15 +0000, by truelight
-
(svn r3237) - CodeChange: remove silencing of some warnings. MSVC6 once again has some issues with enums, and other things as usual, so silence those still. draftSat, 26 Nov 2005 13:23:16 +0000, by Darkvater
-
(svn r3236) - Fix: warnings about 'CDECL must be used with ...' on VS6 draftSat, 26 Nov 2005 12:57:42 +0000, by Darkvater
-
(svn r3235) - Fix: fix two crashes, one with making a screenshot in the main menu without any game loaded, another when failing to load a scenario in 'New Game' draftSat, 26 Nov 2005 12:45:53 +0000, by Darkvater
-
(svn r3234) [Translations] Estonian is still unfinished draftWed, 23 Nov 2005 21:47:01 +0000, by miham
-
(svn r3233) [Translations] Estonian now available again draftWed, 23 Nov 2005 21:45:04 +0000, by miham
-
(svn r3232) -Add: implemented the event-system for AIs draftWed, 23 Nov 2005 15:08:29 +0000, by truelight
-
(svn r3231) Fix: update the GPMI implementation to the latest GPMI-API version draftWed, 23 Nov 2005 13:45:12 +0000, by truelight
-
(svn r3230) -Feature: [OSX] OSX builds can now change where it searches for dynamic libs and can move libs into the bundle draftWed, 23 Nov 2005 12:21:54 +0000, by bjarni
-
(svn r3229) -Add: add more GPMI support. Now GPMI-based AIs can be loaded (doesn't change a thing if you didn't enable GPMI) draftTue, 22 Nov 2005 22:32:42 +0000, by truelight
-
(svn r3228) - Fix: [ 1327011 ] Fix: don't lower land on tunnel, even with diag tracks on it (based on patch by glx) draftTue, 22 Nov 2005 22:30:35 +0000, by peter1138
-
(svn r3227) -Codechange: [Savegame] removed 'minor' version, and renamed 'major' version to just: version. draftTue, 22 Nov 2005 19:33:29 +0000, by truelight
-
(svn r3226) -Fix: GPMI implementation had minor glitches draftTue, 22 Nov 2005 15:55:38 +0000, by truelight
-
(svn r3225) - Fix for "[ 1359165 ] Autoreplace problem with r3171 and later" -- Move the disabled/hidden bits to custom data in window struct. draftTue, 22 Nov 2005 14:02:45 +0000, by peter1138
-
(svn r3224) -Add: Allow the NewAI to work in Multiplayer Games (switchable via patch draftMon, 21 Nov 2005 14:28:31 +0000, by truelight
-
(svn r3223) -Fix: [autoreplace] fixed crash when replacing a train engine without any cars (introduced in r3220) draftSat, 19 Nov 2005 22:39:16 +0000, by bjarni
-
(svn r3222) -Feature: Right-Click-Scrolling optionally moves in the opposite direction (Requested by manx) draftSat, 19 Nov 2005 12:37:28 +0000, by tron
-
(svn r3220) -Fix: [autoreplace] Autoreplaced trains now replace their cargo to the train instead of just the new engine draftSat, 19 Nov 2005 10:28:02 +0000, by bjarni
-
(svn r3219) -Codechange: removed the now obsolite code in the build train command to make half multiheaded engines draftSat, 19 Nov 2005 00:10:20 +0000, by bjarni
-
(svn r3218) -Feature: Multiheaded train engines will now stay in the same train draftFri, 18 Nov 2005 23:41:03 +0000, by bjarni
-
(svn r3217) Fix issue with resizing stepped windows introduced in revision 3181. draftFri, 18 Nov 2005 20:28:55 +0000, by peter1138