------------------------------------------------------------------------ r6499 | belugas | 2006-09-23 02:39:24 +0000 (Sat, 23 Sep 2006) | 1 line -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct ------------------------------------------------------------------------ r6497 | bjarni | 2006-09-22 23:13:12 +0000 (Fri, 22 Sep 2006) | 4 lines -Fix r6165: Vehicles heading for depots when their orders contained "service in depot" displayed the stopping in depot string This turned out to be due to OFB_HALT_IN_DEPOT and OFB_SERVICE_IF_NEEDED using the same bit It appears that it doesn't matter for the code, so I adapted the string selection code to handle this ------------------------------------------------------------------------ r6496 | glx | 2006-09-22 22:15:34 +0000 (Fri, 22 Sep 2006) | 1 line -Codechange: removed direct map access in train_cmd.c (Rubidium) ------------------------------------------------------------------------ r6495 | glx | 2006-09-22 21:52:31 +0000 (Fri, 22 Sep 2006) | 1 line -Codechange: removed direct map access in pathfind.c ------------------------------------------------------------------------ r6493 | miham | 2006-09-21 17:26:18 +0000 (Thu, 21 Sep 2006) | 3 lines WebTranslator2 update to 2006-09-21 19:25:54 czech - 19 fixed, 2 changed by Hadez (21) ------------------------------------------------------------------------ r6492 | miham | 2006-09-21 15:23:29 +0000 (Thu, 21 Sep 2006) | 4 lines WebTranslator2 update to 2006-09-21 17:23:02 czech - 39 fixed, 7 changed by Hadez (46) slovak - 18 changed by lengyel (18) ------------------------------------------------------------------------ r6491 | tron | 2006-09-21 06:25:13 +0000 (Thu, 21 Sep 2006) | 1 line Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer ------------------------------------------------------------------------ r6489 | miham | 2006-09-20 19:31:56 +0000 (Wed, 20 Sep 2006) | 4 lines WebTranslator2 update to 2006-09-20 21:31:31 italian - 12 changed by sidew (12) slovak - 8 fixed, 3 changed by lengyel (11) ------------------------------------------------------------------------ r6486 | glx | 2006-09-20 01:08:50 +0000 (Wed, 20 Sep 2006) | 1 line -Fix (r6485): wrong variable name used in GetNewgrfCurrencyIdConverted() ------------------------------------------------------------------------ r6485 | belugas | 2006-09-20 00:34:06 +0000 (Wed, 20 Sep 2006) | 6 lines -NewGRF Feature: Match the order of TTDPatch's currencies with those used in OTTD. This will not reorder OTTD's currencies, but will make it so that currencies affected by a grf will be those aimed by the writer. ------------------------------------------------------------------------ r6484 | belugas | 2006-09-20 00:24:38 +0000 (Wed, 20 Sep 2006) | 2 lines -Undo (partly)r6289. If a grf writer wants a string been only a space, why should it be blocked? It is the wrong test at the wrong place ------------------------------------------------------------------------ r6482 | miham | 2006-09-19 19:58:45 +0000 (Tue, 19 Sep 2006) | 3 lines WebTranslator2 update to 2006-09-19 21:58:22 italian - 38 fixed by sidew (38) ------------------------------------------------------------------------ r6480 | miham | 2006-09-19 14:09:59 +0000 (Tue, 19 Sep 2006) | 6 lines WebTranslator2 update to 2006-09-19 16:09:27 brazilian_portuguese - 13 fixed by fukumori (13) german - 1 changed by Neonox (1) polish - 4 fixed by meush (4) portuguese - 22 fixed by supra90 (22) ------------------------------------------------------------------------ r6479 | bjarni | 2006-09-19 12:48:12 +0000 (Tue, 19 Sep 2006) | 4 lines -Fix r6424: FS#348 Plane autoreplace glitch Now the num_engines array is updated for the buying player when merging two players The incorrect caches aren't saved so no savegames will contain incorrect data due to this bug ------------------------------------------------------------------------ r6478 | miham | 2006-09-18 18:30:16 +0000 (Mon, 18 Sep 2006) | 11 lines WebTranslator2 update to 2006-09-18 20:28:13 american - 26 fixed by WhiteRabbit (26) catalan - 6 fixed, 2 changed by arnaullv (8) dutch - 24 fixed by habell (24) french - 4 fixed, 1 changed by glx (5) german - 12 fixed, 1 changed by Neonox (13) hungarian - 4 fixed by miham (4) polish - 2 fixed by meush (2) slovak - 16 fixed by lengyel (16) turkish - 3 fixed by jnmbk (3) ------------------------------------------------------------------------ r6477 | peter1138 | 2006-09-18 18:02:33 +0000 (Mon, 18 Sep 2006) | 2 lines - Fix a loop-hole that allowed docks to be built regardless of town authority rating. ------------------------------------------------------------------------ r6476 | miham | 2006-09-18 08:39:03 +0000 (Mon, 18 Sep 2006) | 1 line [Languages] Small change to trigger a full language scan in WT2 to reconstruct damaged DB ------------------------------------------------------------------------ r6475 | peter1138 | 2006-09-18 06:34:37 +0000 (Mon, 18 Sep 2006) | 2 lines - Fix (r6055): Don't try to sort industries when there are none. Thanks to 'Delboy' ------------------------------------------------------------------------ r6474 | peter1138 | 2006-09-17 20:52:54 +0000 (Sun, 17 Sep 2006) | 3 lines - Add a patch option to control display of liveries, allowing none, your own, or all companies. ------------------------------------------------------------------------ r6473 | KUDr | 2006-09-17 16:23:30 +0000 (Sun, 17 Sep 2006) | 1 line -Fix: FS#347 town extends road beyond road stop. Fixed by r5062, unfixed by r5798. Now there is proper comment, so it should not happen again. ------------------------------------------------------------------------ r6471 | Darkvater | 2006-09-17 11:33:19 +0000 (Sun, 17 Sep 2006) | 2 lines -Fix (r6450): ConPatch was moved from network-only, but the function was still inside the ENABLE_NETWORK define. Thanks nycom. ------------------------------------------------------------------------ r6468 | bjarni | 2006-09-16 22:09:26 +0000 (Sat, 16 Sep 2006) | 4 lines -Codechange r6464: now use error() when failing refit in autoreplace to ensure that such a failure will not break a game We should only reach this error() if there is a bug, that would otherwise make the vehicles carry a different type of cargo without telling the user This also kills the warning added in r6464 (oops) ------------------------------------------------------------------------ r6465 | rubidium | 2006-09-16 21:07:38 +0000 (Sat, 16 Sep 2006) | 2 lines -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do.. ------------------------------------------------------------------------