------------------------------------------------------------------------ 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) ------------------------------------------------------------------------ r6437 | rubidium | 2006-09-10 08:28:32 +0000 (Sun, 10 Sep 2006) | 2 lines -Fix: reset the location of the last sound as that location can be outside the map when you are loading another (smaller) map. Thanks to MeusH for noticing. ------------------------------------------------------------------------ r6436 | miham | 2006-09-10 04:59:27 +0000 (Sun, 10 Sep 2006) | 3 lines WebTranslator2 update to 2006-09-10 06:59:06 brazilian_portuguese - 99 fixed by tucalipe (99) ------------------------------------------------------------------------ r6435 | rubidium | 2006-09-09 22:15:19 +0000 (Sat, 09 Sep 2006) | 2 lines -Fix (FS#340): show an error message when executing 'scrollto x' with x < 0 or >= MapSize() instead of asserting later on. ------------------------------------------------------------------------ r6434 | miham | 2006-09-09 08:30:12 +0000 (Sat, 09 Sep 2006) | 6 lines WebTranslator2 update to 2006-09-09 10:29:44 dutch - 8 fixed by habell (8) german - 8 fixed by Neonox (8) polish - 8 fixed by meush (8) portuguese - 8 fixed by izhirahider (8) ------------------------------------------------------------------------ r6433 | rubidium | 2006-09-08 22:12:57 +0000 (Fri, 08 Sep 2006) | 2 lines -Codechange: replace some magic numbers (industry gfx indices) by enums. ------------------------------------------------------------------------ r6432 | bjarni | 2006-09-08 20:00:19 +0000 (Fri, 08 Sep 2006) | 2 lines -Fix r4987: [OSX] added CCFLAGS to OSX targets as well ------------------------------------------------------------------------ r6431 | bjarni | 2006-09-08 19:43:13 +0000 (Fri, 08 Sep 2006) | 1 line -Fix r6424: removed a declaration after statement in ReplaceVehicleWndProc() ------------------------------------------------------------------------ r6430 | bjarni | 2006-09-08 19:38:12 +0000 (Fri, 08 Sep 2006) | 1 line -Fix r6424: fixed failure to init the whole array of engines when starting a new player ------------------------------------------------------------------------ r6429 | bjarni | 2006-09-08 12:10:37 +0000 (Fri, 08 Sep 2006) | 3 lines -Fix: [autoreplace GUI] selecting an empty line will now deselect the engine instead of selecting the first in the list (consistent with all other windows) -Fix: [autoreplace GUI] engine info is now drawn in the right side even if the left list is empty ------------------------------------------------------------------------ r6428 | bjarni | 2006-09-08 11:53:05 +0000 (Fri, 08 Sep 2006) | 2 lines -Codechange: [autoreplace] removed duplicated code to draw the info text in the autoreplace window ------------------------------------------------------------------------ r6427 | miham | 2006-09-08 11:50:06 +0000 (Fri, 08 Sep 2006) | 3 lines WebTranslator2 update to 2006-09-08 13:49:45 hungarian - 8 fixed by miham (8) ------------------------------------------------------------------------ r6426 | miham | 2006-09-08 11:47:03 +0000 (Fri, 08 Sep 2006) | 2 lines [langchanges] WT2 screwed up hungarian translations, because server ran out of disc space (nightlies took up too much space). First step: restore hungarian languagefile ------------------------------------------------------------------------ r6425 | miham | 2006-09-08 11:43:15 +0000 (Fri, 08 Sep 2006) | 4 lines WebTranslator2 update to 2006-09-08 13:42:53 hungarian - 8 fixed by miham (8) turkish - 7 fixed by edokan (7) ------------------------------------------------------------------------ r6424 | bjarni | 2006-09-08 10:47:39 +0000 (Fri, 08 Sep 2006) | 5 lines -Codechange: [autoreplace] removed a loop though all vehicles from each time the window is redrawn To do this, the player struct contains an array, that contains the count of each engine type that the player owns Those arrays are updated each time a vehicle is build or deleted and is calculated on load (it's not saved) It's possible to access the arrays outside of the autoreplace GUI, so feel free to read from them in other patches as well ------------------------------------------------------------------------ r6423 | belugas | 2006-09-08 03:59:38 +0000 (Fri, 08 Sep 2006) | 1 line -Codechange: Replace two magic numbers by appropriate enum/define value ------------------------------------------------------------------------ r6421 | Darkvater | 2006-09-07 22:36:33 +0000 (Thu, 07 Sep 2006) | 1 line -Revert r6420: The dedicated server's console actually needs to work. It misses half the input at the moment. Sorry, too hasty commit. ------------------------------------------------------------------------ r6420 | Darkvater | 2006-09-07 21:52:21 +0000 (Thu, 07 Sep 2006) | 3 lines -Feature [Win32]: Use an existing console if openttd was started from one. Unfortunately this only works for WindowsXP or higher, all older MS-OS's are stuck with the old behaviour. ------------------------------------------------------------------------ r6419 | miham | 2006-09-07 18:36:37 +0000 (Thu, 07 Sep 2006) | 6 lines WebTranslator2 update to 2006-09-07 20:36:09 american - 8 fixed by WhiteRabbit (8) french - 7 changed by glx (7) spanish - 11 fixed by eusebio (11) turkish - 2 fixed by edokan (2) ------------------------------------------------------------------------ r6418 | bjarni | 2006-09-07 15:00:47 +0000 (Thu, 07 Sep 2006) | 3 lines -Fix: [autoreplace] now multiheaded engines and other locomotives consisting of more than one unit will only be counted once This also cleaned up the counting loop alot and it will also (hopefully) be faster (didn't benchmark it) ------------------------------------------------------------------------ r6417 | miham | 2006-09-07 06:38:37 +0000 (Thu, 07 Sep 2006) | 3 lines WebTranslator2 update to 2006-09-07 08:38:16 french - 8 fixed by glx (8) ------------------------------------------------------------------------ r6416 | bjarni | 2006-09-07 00:31:46 +0000 (Thu, 07 Sep 2006) | 2 lines -Fix r6414 r6415: forgot to apply the new colours to the strings in the translations in lang/unfinished ------------------------------------------------------------------------ r6415 | bjarni | 2006-09-06 22:58:07 +0000 (Wed, 06 Sep 2006) | 3 lines -Fix r6414: switched orange and light blue colours in last commit, so they now fit what we agreed upon (oops) stopping is now orange and service is now light blue ------------------------------------------------------------------------ r6414 | bjarni | 2006-09-06 22:43:38 +0000 (Wed, 06 Sep 2006) | 2 lines -GUI change: heading for depot is now shown as either "Service at depot" (service) in orange or "Heading for depot" (stopping) in light blue ------------------------------------------------------------------------ r6412 | glx | 2006-09-06 14:32:14 +0000 (Wed, 06 Sep 2006) | 1 line -Fix(r6411): forgot to remove some lines in openttd*.sln (thx michi_cc) ------------------------------------------------------------------------ r6411 | glx | 2006-09-06 14:24:43 +0000 (Wed, 06 Sep 2006) | 2 lines -Fix(r6410): forgot to update openttd*.sln (thx Darkvater and michi_cc :) ) -Cleanup: Removed UNITTEST preprocessor checks ------------------------------------------------------------------------ r6410 | glx | 2006-09-06 13:58:31 +0000 (Wed, 06 Sep 2006) | 1 line -remove unittest ------------------------------------------------------------------------ r6408 | glx | 2006-09-06 01:56:01 +0000 (Wed, 06 Sep 2006) | 2 lines -Fix(r6406): compilation was broken -Codechange: Rename TileIndexDiffCByDir to TileIndexDiffCByDiagDir because it accepts DiagDirections ------------------------------------------------------------------------ r6407 | Darkvater | 2006-09-05 23:43:42 +0000 (Tue, 05 Sep 2006) | 2 lines -Fix: Check return values of DoCommand() with CmdFailed and that of DoCommandP with a boolean type. ------------------------------------------------------------------------ r6406 | Darkvater | 2006-09-05 23:21:41 +0000 (Tue, 05 Sep 2006) | 3 lines -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it accepts DiagDirections, and add TileOffsByDir that handles Directions. -Codechange: Make the treeloop use TileOffsByDir(). ------------------------------------------------------------------------ r6405 | Darkvater | 2006-09-05 23:11:41 +0000 (Tue, 05 Sep 2006) | 4 lines -Codechange: When showing tooltips, properly position the tooltip, considering cursor size and cursor offset (hotspot). The maximum and minimum y-values for the tooltip are just below the mainbar and statusbar. Also, if the tooltip would be too low, flip it above the cursor. ------------------------------------------------------------------------ r6404 | Darkvater | 2006-09-05 23:02:31 +0000 (Tue, 05 Sep 2006) | 2 lines -Fix: GetStringWidth failed to calculate correct string width if the string contained newlines. ------------------------------------------------------------------------