------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r6448 | glx | 2006-09-13 16:29:16 +0000 (Wed, 13 Sep 2006) | 1 line -Fix r6446: Remove the accidentaly added empty strings ------------------------------------------------------------------------ r6447 | glx | 2006-09-13 15:49:43 +0000 (Wed, 13 Sep 2006) | 1 line -Fix r6446: Readd the accidentally removed translations ------------------------------------------------------------------------ r6446 | miham | 2006-09-13 14:56:01 +0000 (Wed, 13 Sep 2006) | 4 lines WebTranslator2 update to 2006-09-13 16:54:09 slovak - 2 fixed, 1 changed by lengyel (3) swedish - 50 fixed by daishan (50) ------------------------------------------------------------------------ r6445 | miham | 2006-09-13 05:47:16 +0000 (Wed, 13 Sep 2006) | 3 lines WebTranslator2 update to 2006-09-13 07:46:55 catalan - 57 changed by arnaullv (57) ------------------------------------------------------------------------ r6444 | miham | 2006-09-12 17:42:47 +0000 (Tue, 12 Sep 2006) | 4 lines WebTranslator2 update to 2006-09-12 19:42:24 catalan - 1 fixed, 37 changed by arnaullv (38) turkish - 1 fixed by jnmbk (1) ------------------------------------------------------------------------ r6443 | Darkvater | 2006-09-12 10:42:04 +0000 (Tue, 12 Sep 2006) | 1 line -Fix (r6001): Please update the documentation if you mess with the _m[] bits! ------------------------------------------------------------------------ r6442 | bjarni | 2006-09-11 20:38:35 +0000 (Mon, 11 Sep 2006) | 3 lines -Fix: ship depots windows now only draws the ships inside the depot instead of all ships in the depot tile This bug was visible when a ship left. The window redraw was called, but it still saw the ship since it didn't leave the tile yet and it left a ghost in the depot window ------------------------------------------------------------------------ r6441 | miham | 2006-09-11 18:35:39 +0000 (Mon, 11 Sep 2006) | 3 lines WebTranslator2 update to 2006-09-11 20:35:18 catalan - 2 fixed, 23 changed by arnaullv (25) ------------------------------------------------------------------------ r6440 | KUDr | 2006-09-11 17:28:27 +0000 (Mon, 11 Sep 2006) | 1 line -Fix: [YAPF] some YAPF settings were not saved (i misunderstood how save flags work). This probably caused some MP desyncs. Thanks Maedhros for noticing and peter1138 for this patch. ------------------------------------------------------------------------ r6439 | miham | 2006-09-11 16:24:58 +0000 (Mon, 11 Sep 2006) | 3 lines WebTranslator2 update to 2006-09-11 18:24:37 catalan - 102 fixed, 10 changed by arnaullv (112) ------------------------------------------------------------------------ r6438 | miham | 2006-09-11 07:18:44 +0000 (Mon, 11 Sep 2006) | 4 lines WebTranslator2 update to 2006-09-11 09:18:20 brazilian_portuguese - 1 fixed by tucalipe (1) dutch - 7 fixed by habell (7) ------------------------------------------------------------------------