------------------------------------------------------------------------ r3271 | hackykid | 2005-12-08 09:12:25 +0000 (Thu, 08 Dec 2005) | 2 lines Remove some debug statements of mine which somehow got into svn. ------------------------------------------------------------------------ r3270 | peter1138 | 2005-12-07 15:48:52 +0000 (Wed, 07 Dec 2005) | 2 lines Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect their actual use, and add "Close Window" tooltip where missing. ------------------------------------------------------------------------ r3269 | truelight | 2005-12-07 14:56:42 +0000 (Wed, 07 Dec 2005) | 2 lines -Fix: return CMD_ERROR instead of -1 if AI_DoCommandChecked fails ------------------------------------------------------------------------ r3268 | bjarni | 2005-12-06 23:37:44 +0000 (Tue, 06 Dec 2005) | 1 line moved lithuanian.txt to unfinished as it is broken and haven't been updated for a few months ------------------------------------------------------------------------ r3267 | bjarni | 2005-12-06 22:09:28 +0000 (Tue, 06 Dec 2005) | 6 lines -Codechange: [OSX] universal binary makefile code cleanup now PPC code is always compiled before x86 code strgen and lng files are only compiled once, which results in shorter building time the makefile now assigns default values to undefined values so much less needs to be set up the code is now easier to maintain ------------------------------------------------------------------------ r3266 | truelight | 2005-12-06 17:12:19 +0000 (Tue, 06 Dec 2005) | 3 lines -Codechange: added comments for why the revert of r3625 inside the code. Also, I forgot to tnx GraphiteNL for his help with this problem. Tnx GraphiteNL :) ------------------------------------------------------------------------ r3265 | truelight | 2005-12-06 17:05:14 +0000 (Tue, 06 Dec 2005) | 2 lines -Fix: partly reverted back r3263, because MSVC, who else, doesn't support variadic macros............ ------------------------------------------------------------------------ r3264 | bjarni | 2005-12-06 14:35:10 +0000 (Tue, 06 Dec 2005) | 5 lines -Codechange: [OSX] OSX targets will now always use the preprocessor to determine endianess this means that ENDIAN_FORCE is obsolite since it's always overwritten with PREPROCESSOR Since the preprocessor should never be able to pick wrong, it's easier this way specially when compiling universal binaries as they got both endianess ------------------------------------------------------------------------ r3263 | truelight | 2005-12-06 11:36:46 +0000 (Tue, 06 Dec 2005) | 4 lines -Fix: use () around 'variables' in macros, gives less crashes ;) -Fix: va-args in macros are supported via __VA_ARGS__ in C99, so changed to that; now GCC 2.95 likes it too :) ------------------------------------------------------------------------ r3262 | bjarni | 2005-12-06 09:27:42 +0000 (Tue, 06 Dec 2005) | 1 line -Fix: [OSX] universal binaries can now include the dynamic SDL lib into the bundle ------------------------------------------------------------------------ r3261 | peter1138 | 2005-12-05 16:48:07 +0000 (Mon, 05 Dec 2005) | 2 lines - Autoreplace: If a replaced vehicle had a custom name, transfer it to the new vehicle. Fixes "[ 1370039 ] Autoreplaced vehicles lose their names" ------------------------------------------------------------------------ r3260 | truelight | 2005-12-05 12:27:58 +0000 (Mon, 05 Dec 2005) | 2 lines -Add: add events for AIs to check if a command execution failed or succeeded ------------------------------------------------------------------------ r3259 | bjarni | 2005-12-04 22:43:40 +0000 (Sun, 04 Dec 2005) | 2 lines -Fix: [OSX] fixed that universal binaries did not make a bundle ------------------------------------------------------------------------ r3258 | bjarni | 2005-12-04 17:36:19 +0000 (Sun, 04 Dec 2005) | 5 lines -Feature: [OSX] added support for universal binaries it needs both PPC and x86 libs to compile due to this fact, compilation with libPNG or SDL is not tested (dedicated servers only) only PPC part is tested as I don't have x86 OSX ------------------------------------------------------------------------ r3257 | bjarni | 2005-12-03 13:43:54 +0000 (Sat, 03 Dec 2005) | 3 lines -Codechange: [OSX] removed the dynamic lib in bundle option (introduced in rev 3230) it caused way more problems than it solved ------------------------------------------------------------------------ r3256 | bjarni | 2005-12-03 10:36:23 +0000 (Sat, 03 Dec 2005) | 1 line -Fix: [OSX] fixed issue where building the bundle could take place before linking if -j 2 was used ------------------------------------------------------------------------ r3254 | Darkvater | 2005-12-02 19:41:35 +0000 (Fri, 02 Dec 2005) | 2 lines - Fix: graphical glitch with autorail tool on a certain tile-type. - CodeChange: adhere the global variables in autorail.h to the coding style (eg. start with underscore). ------------------------------------------------------------------------ r3253 | truelight | 2005-12-02 19:21:38 +0000 (Fri, 02 Dec 2005) | 2 lines -Add: add BuildRoad event for AIs ------------------------------------------------------------------------ r3252 | peter1138 | 2005-12-02 14:55:23 +0000 (Fri, 02 Dec 2005) | 2 lines - NewGRF: Map new train subtypes to old types for rail vehicles. ------------------------------------------------------------------------