------------------------------------------------------------------------ r4990 | truelight | 2006-05-27 17:53:31 +0000 (Sat, 27 May 2006) | 1 line -Fix: use CXX to link MacOSX OpenTTD, not CC ------------------------------------------------------------------------ r4989 | truelight | 2006-05-27 17:51:11 +0000 (Sat, 27 May 2006) | 1 line -Fix: make the OSX Makefile stuff to work with the compile-farm ------------------------------------------------------------------------ r4987 | KUDr | 2006-05-27 16:12:16 +0000 (Sat, 27 May 2006) | 1 line Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing. ------------------------------------------------------------------------ r4977 | miham | 2006-05-25 20:58:23 +0000 (Thu, 25 May 2006) | 5 lines WebTranslator2 update to 2006-05-25 22:58:12 estonian - 1 fixed, 341 changed by vermon (342) polish - 1 fixed by meush (1) ukrainian - 1 fixed by znikoz (1) ------------------------------------------------------------------------ r4975 | peter1138 | 2006-05-25 09:57:27 +0000 (Thu, 25 May 2006) | 2 lines - Codechange: increase the number of file handles from 32 to 64 (arbitrary powers of 2!) to allow more GRF files to be loaded. ------------------------------------------------------------------------ r4971 | miham | 2006-05-24 17:45:42 +0000 (Wed, 24 May 2006) | 4 lines WebTranslator2 update to 2006-05-24 19:45:32 dutch - 1 fixed by webfreakz (1) slovak - 57 fixed, 2 changed by miro-boss (59) ------------------------------------------------------------------------ r4967 | bjarni | 2006-05-23 21:49:18 +0000 (Tue, 23 May 2006) | 3 lines -Fix: [clone vehicles] a cloned train engine heads the same way as the original (pointed out by bobingabout) [autoreplace] the same applies to autoreplaced trains if the engine is a single unit (not dualheaded or articulated) ------------------------------------------------------------------------ r4965 | peter1138 | 2006-05-23 20:59:01 +0000 (Tue, 23 May 2006) | 2 lines - NewGRF: add support for action 0x06 (modify sprite data) for pseudo sprites ------------------------------------------------------------------------ r4964 | peter1138 | 2006-05-23 20:02:52 +0000 (Tue, 23 May 2006) | 2 lines - Fix NTP over bridges: don't check the rail type when on a bridge ------------------------------------------------------------------------ r4960 | peter1138 | 2006-05-23 19:36:50 +0000 (Tue, 23 May 2006) | 2 lines - NewGRF: explicitly handle unsupported variables, instead of returning -1. ------------------------------------------------------------------------ r4956 | miham | 2006-05-23 17:45:46 +0000 (Tue, 23 May 2006) | 10 lines WebTranslator2 update to 2006-05-23 19:45:23 catalan - 29 fixed, 9 changed by jecaro (38) czech - 1 fixed by Hadez (1) german - 1 fixed by Neonox (1) hungarian - 1 fixed by miham (1) italian - 1 fixed by sidew (1) norwegian - 2 fixed by brygge_2 (2) portuguese - 1 fixed by izhirahider (1) romanian - 16 fixed by kneekoo (16) ------------------------------------------------------------------------ r4947 | Darkvater | 2006-05-22 16:44:16 +0000 (Mon, 22 May 2006) | 1 line - Fix [FS#145]: Starting scenarios did not adhere to local difficulty settings ------------------------------------------------------------------------ r4946 | celestar | 2006-05-22 14:41:20 +0000 (Mon, 22 May 2006) | 2 lines "Feature": Add a cheat that allows running electric engines on normal rail ------------------------------------------------------------------------ r4945 | rubidium | 2006-05-22 10:08:23 +0000 (Mon, 22 May 2006) | 2 lines Fix (r3726): make -t command line option (set starting date/year) work again ------------------------------------------------------------------------ r4944 | rubidium | 2006-05-22 09:59:09 +0000 (Mon, 22 May 2006) | 2 lines Codechange: make _patches_newgame available via settings.h and remove instances of extern Patches _patches_newgame in .c files ------------------------------------------------------------------------ r4943 | tron | 2006-05-21 16:18:58 +0000 (Sun, 21 May 2006) | 1 line uint tile -> TileIndex tile, byte player -> PlayerID player ------------------------------------------------------------------------ r4942 | tron | 2006-05-21 15:27:10 +0000 (Sun, 21 May 2006) | 1 line if (x != NULL) free(x); -> free(x); ------------------------------------------------------------------------ r4941 | tron | 2006-05-21 15:19:20 +0000 (Sun, 21 May 2006) | 1 line Replace some ints and magic numbers by proper types and enums ------------------------------------------------------------------------ r4940 | tron | 2006-05-21 13:51:36 +0000 (Sun, 21 May 2006) | 1 line Remove the dubious feature of remembering the last built depot. It serves no real purpose except causing confusion ------------------------------------------------------------------------ r4939 | miham | 2006-05-21 13:18:06 +0000 (Sun, 21 May 2006) | 6 lines WebTranslator2 update to 2006-05-21 15:17:53 czech - 3 changed by Hadez (3) estonian - 15 fixed by t2t2 (15) norwegian - 4 fixed by brygge_2 (4) ukrainian - 1 changed by znikoz (1) ------------------------------------------------------------------------ r4938 | tron | 2006-05-21 12:01:57 +0000 (Sun, 21 May 2006) | 1 line Remove STATION_HANGAR, because it isn't really a station type of its own ------------------------------------------------------------------------ r4937 | tron | 2006-05-21 11:34:08 +0000 (Sun, 21 May 2006) | 1 line Reduce the use of _error_message a bit ------------------------------------------------------------------------ r4934 | celestar | 2006-05-20 21:04:43 +0000 (Sat, 20 May 2006) | 1 line -Fix: Correct a misleading comment, and remove an unneeded condition from the corresponding if (thans Tron for pointing it out) ------------------------------------------------------------------------ r4928 | belugas | 2006-05-20 18:10:39 +0000 (Sat, 20 May 2006) | 2 lines CodeChange : Rename functions referring to "Vehicle" for "Feature". Mainly because newgrf deals with more than just vehicles. ------------------------------------------------------------------------ r4927 | tron | 2006-05-20 18:03:22 +0000 (Sat, 20 May 2006) | 2 lines Replace 3 big ifs (which regard foundations) by a bit less confusing code ------------------------------------------------------------------------