------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r6456 | peter1138 | 2006-09-15 17:36:54 +0000 (Fri, 15 Sep 2006) | 2 lines - Replace single colour scheme for passenger wagons with separate schemes for each of steam, diesel or electric engines. Savegames from the previous revision will not load. ------------------------------------------------------------------------ r6455 | peter1138 | 2006-09-15 12:27:00 +0000 (Fri, 15 Sep 2006) | 2 lines - Feature: Add 2cc (two company colours) livery schemes. This replaces the original colour selection window and bumps the saveload version. Liveries are supported for all vehicles, not just those with 2cc support. Thanks to lakie for GUI inspiration. ------------------------------------------------------------------------ r6454 | belugas | 2006-09-15 02:52:17 +0000 (Fri, 15 Sep 2006) | 2 lines -Fix(r6108) : Allow custom currency to display both prefix and suffix -Codechange : Divide rate of conversion from grf by 1000, to match OTTD internal system ------------------------------------------------------------------------ r6453 | belugas | 2006-09-15 02:33:40 +0000 (Fri, 15 Sep 2006) | 1 line -Feature: FS#305 Turkish currency (jnmbk) ------------------------------------------------------------------------ r6450 | Darkvater | 2006-09-14 23:26:58 +0000 (Thu, 14 Sep 2006) | 2 lines -Feature: Make the 'patch' console command available for offline use and for online use for player-based settings. ------------------------------------------------------------------------ r6449 | Darkvater | 2006-09-14 20:40:59 +0000 (Thu, 14 Sep 2006) | 3 lines -Fix (Win32): The dedicated server could overwrite the keyboard input buffer before it was handled by OpenTTD. Thanks to glx for noticing. -While here, also do really minor coding style, and proper variable names. ------------------------------------------------------------------------