------------------------------------------------------------------------ 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.. ------------------------------------------------------------------------ r6464 | bjarni | 2006-09-16 16:21:47 +0000 (Sat, 16 Sep 2006) | 4 lines -Fix r6393: killed a warning when compiling without asserts added an error popup in the game if autoreplace fails to refit Since it's only triggered by conditions bugs can trigger, it works kind of like a non-fatal assert in builds without asserts ------------------------------------------------------------------------ r6463 | Darkvater | 2006-09-16 13:44:12 +0000 (Sat, 16 Sep 2006) | 1 line -Fix (r6462): Reset the string width to zero on every new line of course... ------------------------------------------------------------------------ r6462 | Darkvater | 2006-09-16 13:20:14 +0000 (Sat, 16 Sep 2006) | 4 lines -Codechange: Have GetStringWidth() return width as well as the height bounding box of the string. Therefore rename the function to GetStringBoundingRect() and have it return a BoundingRect type of width/height ------------------------------------------------------------------------ r6461 | miham | 2006-09-16 13:02:35 +0000 (Sat, 16 Sep 2006) | 10 lines WebTranslator2 update to 2006-09-16 14:47:23 catalan - 21 fixed, 46 changed by arnaullv (67) french - 20 fixed by glx (20) german - 13 fixed, 2 changed by Neonox (15) hungarian - 20 fixed by miham (20) polish - 20 fixed by meush (20) portuguese - 2 fixed by izhirahider (2) slovak - 6 fixed, 8 changed by lengyel (14) turkish - 20 fixed by jnmbk (20) ------------------------------------------------------------------------ r6459 | peter1138 | 2006-09-15 21:44:55 +0000 (Fri, 15 Sep 2006) | 2 lines - Fix (r6433): An enum mixup caused oilrigs to not have a station part. Thanks to Znuff for pointing out. ------------------------------------------------------------------------ r6458 | peter1138 | 2006-09-15 21:02:44 +0000 (Fri, 15 Sep 2006) | 2 lines - Fix (r6457): ... but close the colour window if the company is removed. (Thanks Rubidium) ------------------------------------------------------------------------ r6457 | peter1138 | 2006-09-15 20:37:48 +0000 (Fri, 15 Sep 2006) | 4 lines - Codechange: Allow the company colour window to stay open after the company information window has been closed, as the company colour window is now much larger. ------------------------------------------------------------------------