Age | Commit message (Expand) | Author |
2005-12-17 | (svn r3310) Fix a couple of warnings: Initialise all struct members, disambig... | tron |
2005-12-16 | (svn r3309) Cygwin doesn't define _MSC_VER; check it exists before basing dec... | peter1138 |
2005-12-15 | (svn r3308) BAD | tron |
2005-12-14 | (svn r3307) A file shall include its own header | tron |
2005-12-14 | (svn r3306) -Fix: forgot sometimes to switch to the right current_player for AIs | truelight |
2005-12-14 | (svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_ | truelight |
2005-12-14 | (svn r3304) -Add: allow AI-events to see the UID of the command | truelight |
2005-12-14 | (svn r3303) Change #if PF_BENCHMARK to #ifdef PF_BENCHMARK | peter1138 |
2005-12-14 | (svn r3302) - Fix: split drawing of text buttons and the closebox, so the clo... | peter1138 |
2005-12-14 | (svn r3301) One more static | tron |
2005-12-14 | (svn r3300) Remove unreachable code - in this case some duplicate breaks | tron |
2005-12-14 | (svn r3299) Remove the unimplemented -l option, which should select the language | tron |
2005-12-14 | (svn r3298) Remove unused and write-only variables | tron |
2005-12-14 | (svn r3297) Staticise | tron |
2005-12-14 | (svn r3296) Warn about testing an undefined macro with #if - should most prob... | tron |
2005-12-13 | (svn r3295) - Regressionfix: scrolling with mousewheel no longer worked in sa... | Darkvater |
2005-12-13 | (svn r3294) - Fix: use INVALID_STRING_ID instead of -1. | Darkvater |
2005-12-13 | (svn r3293) - Miscellaneous: add peter1138 as developer | Darkvater |
2005-12-13 | (svn r3292) - Autoreplace: Disallow replacing to an engine type that already ... | peter1138 |
2005-12-13 | (svn r3291) - Codechange, Autoreplace: Replace int with EngineID and -1 with ... | peter1138 |
2005-12-13 | (svn r3290) - Fix: "[ 1360054 ] Rename Sign, Cause Game Crash, nightly versio... | peter1138 |
2005-12-11 | (svn r3289) 32 times static | tron |
2005-12-11 | (svn r3288) Set svn properties on cocoa related files, and add Id tag. | peter1138 |
2005-12-11 | (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.r... | tron |
2005-12-10 | (svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as t... | bjarni |
2005-12-10 | (svn r3285) -Codechange: Tron was confused by a name, so let's make him happy, | truelight |
2005-12-10 | (svn r3284) -Fix: DoCommand always cleans up _cmd_text (tnx to Tron) | truelight |
2005-12-10 | (svn r3283) -Fix: decode_parameters was still used, while _cmd_text is the way | truelight |
2005-12-10 | (svn r3282) - Codechange: Replace tests against CMD_ERROR with CmdFailed() | peter1138 |
2005-12-10 | (svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil) | bjarni |
2005-12-10 | (svn r3280) Merge the seperate (C|CXX|OBJC)_SOURCES variables into a single v... | tron |
2005-12-09 | (svn r3279) -Fix: do not try to execute something that is not set to execute | truelight |
2005-12-09 | (svn r3278) -Fix: lets update the tail-pointer if we add a new item, else the... | truelight |
2005-12-09 | (svn r3277) -Fix: lets use the right DoCommand for testing a build (tnx to Ig... | truelight |
2005-12-09 | (svn r3276) reverted the last two commits. OSX 10.2 kept finding new stuff to... | bjarni |
2005-12-09 | (svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar ... | bjarni |
2005-12-09 | (svn r3274) -Fix: [OSX] added JAGUAR flag to crosscompile for OSX 10.2 (coden... | bjarni |
2005-12-09 | (svn r3273) -Fix: [OSX] PPC part of universal binaries now target 10.3 instea... | bjarni |
2005-12-08 | (svn r3272) -Fix: [AI] fixed issue in AI that prevented compilation without n... | bjarni |
2005-12-08 | (svn r3271) Remove some debug statements of mine which somehow got into svn. | hackykid |
2005-12-07 | (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th... | peter1138 |
2005-12-07 | (svn r3269) -Fix: return CMD_ERROR instead of -1 if AI_DoCommandChecked fails | truelight |
2005-12-06 | (svn r3268) moved lithuanian.txt to unfinished as it is broken and haven't be... | bjarni |
2005-12-06 | (svn r3267) -Codechange: [OSX] universal binary makefile code cleanup | bjarni |
2005-12-06 | (svn r3266) -Codechange: added comments for why the revert of r3625 inside th... | truelight |
2005-12-06 | (svn r3265) -Fix: partly reverted back r3263, because MSVC, who else, doesn't... | truelight |
2005-12-06 | (svn r3264) -Codechange: [OSX] OSX targets will now always use the preprocess... | bjarni |
2005-12-06 | (svn r3263) -Fix: use () around 'variables' in macros, gives less crashes ;) | truelight |
2005-12-06 | (svn r3262) -Fix: [OSX] universal binaries can now include the dynamic SDL li... | bjarni |
2005-12-05 | (svn r3261) - Autoreplace: If a replaced vehicle had a custom name, transfer ... | peter1138 |