------------------------------------------------------------------------ r18799 | translators | 2010-01-14 18:45:13 +0000 (Thu, 14 Jan 2010) | 5 lines -Update from WebTranslator v3.0: croatian - 36 changes by russian - 2 changes by Lone_Wolf ukrainian - 3 changes by Madvin ------------------------------------------------------------------------ r18798 | belugas | 2010-01-14 15:52:26 +0000 (Thu, 14 Jan 2010) | 1 line -Codechange: Simplify use of parameter p2 by using the data it is represeting. Based on work by Terkhen ------------------------------------------------------------------------ r18797 | rubidium | 2010-01-13 21:49:15 +0000 (Wed, 13 Jan 2010) | 2 lines -Fix (r18781): building wagons didn't add them to a train ------------------------------------------------------------------------ r18796 | rubidium | 2010-01-13 21:34:48 +0000 (Wed, 13 Jan 2010) | 2 lines -Fix [FS#3521]: [SDL] possible deadlock when killing OpenTTD while starting it ------------------------------------------------------------------------ r18795 | translators | 2010-01-13 18:45:15 +0000 (Wed, 13 Jan 2010) | 6 lines -Update from WebTranslator v3.0: croatian - 36 changes by dutch - 190 changes by Hirundo portuguese - 2 changes by JayCity spanish - 1 changes by Terkhen ------------------------------------------------------------------------ r18794 | rubidium | 2010-01-13 15:03:34 +0000 (Wed, 13 Jan 2010) | 2 lines -Codechange: add local company and network 'state' to the crash log ------------------------------------------------------------------------ r18793 | translators | 2010-01-12 18:45:15 +0000 (Tue, 12 Jan 2010) | 6 lines -Update from WebTranslator v3.0: croatian - 36 changes by dutch - 69 changes by Hirundo german - 1 changes by planetmaker russian - 2 changes by Lone_Wolf ------------------------------------------------------------------------ r18792 | rubidium | 2010-01-12 18:09:48 +0000 (Tue, 12 Jan 2010) | 2 lines -Fix [FS#3522] (r18709): crash when using the 32bpp blitter with a dedicated server ------------------------------------------------------------------------ r18791 | rubidium | 2010-01-12 16:38:48 +0000 (Tue, 12 Jan 2010) | 2 lines -Fix [FS#3504]: when copying an 'image' back into the buffer the 32bpp anim blitter triggered palette check of the whole window instead of only the part the got copied back ------------------------------------------------------------------------ r18790 | peter1138 | 2010-01-12 09:54:18 +0000 (Tue, 12 Jan 2010) | 2 lines -Revert (r18001,r18177,FS#3515): Viewport could still jump under high CPU load. Revert as change caused more problems than it fixed. ------------------------------------------------------------------------ r18789 | rubidium | 2010-01-12 00:10:38 +0000 (Tue, 12 Jan 2010) | 2 lines -Codechange: when we're not in a network game we don't even need to consider undrawing the chat messages ------------------------------------------------------------------------ r18788 | rubidium | 2010-01-11 22:46:00 +0000 (Mon, 11 Jan 2010) | 2 lines -Codechange: replace macro as without macro it's shorter than with the macro. ------------------------------------------------------------------------ r18787 | rubidium | 2010-01-11 20:58:52 +0000 (Mon, 11 Jan 2010) | 2 lines -Fix [FS#3516]: crash when getting the tooltip of the industry amount in the world generation window ------------------------------------------------------------------------ r18786 | rubidium | 2010-01-11 20:42:07 +0000 (Mon, 11 Jan 2010) | 2 lines -Fix [FS#3507]: NoAI's custom implementation of DoCommandP has several flaws (not masking of bits, not resetting town authority updates on checks/estimates, ...). Let it use DoCommandPInternal, DoCommandP without showing error messages and such, instead. ------------------------------------------------------------------------ r18785 | rubidium | 2010-01-11 20:39:38 +0000 (Mon, 11 Jan 2010) | 2 lines -Codechange: rewrite/rework DoCommandP in order to simplify it, reduce duplication and remove gotos. ------------------------------------------------------------------------ r18784 | rubidium | 2010-01-11 20:32:32 +0000 (Mon, 11 Jan 2010) | 2 lines -Codechange: make NetworkSend_Command accept a company instead of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company. ------------------------------------------------------------------------ r18783 | rubidium | 2010-01-11 20:21:56 +0000 (Mon, 11 Jan 2010) | 2 lines -Codechange: make CheckCompanyHasMoney set an error on the CommandCost it tests when you don't have enough money instead of setting a global variable. ------------------------------------------------------------------------ r18782 | rubidium | 2010-01-11 20:00:14 +0000 (Mon, 11 Jan 2010) | 2 lines -Codechange: move the content of callback_table.cpp to network_command.cpp; it's only ever used there. ------------------------------------------------------------------------ r18781 | rubidium | 2010-01-11 18:46:09 +0000 (Mon, 11 Jan 2010) | 3 lines -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. -Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase. ------------------------------------------------------------------------ r18780 | translators | 2010-01-11 18:45:15 +0000 (Mon, 11 Jan 2010) | 6 lines -Update from WebTranslator v3.0: traditional_chinese - 1 changes by josesun croatian - 36 changes by dutch - 60 changes by Hirundo french - 1 changes by glx ------------------------------------------------------------------------ r18779 | rubidium | 2010-01-11 18:34:02 +0000 (Mon, 11 Jan 2010) | 2 lines -Codechange: merge the command callbacks of the primary vehicles; they are identical ------------------------------------------------------------------------ r18778 | michi_cc | 2010-01-11 00:02:14 +0000 (Mon, 11 Jan 2010) | 1 line -Fix [FS#3483]: [YAPP] Remove a special check for two-sided signals when reserving a path as this causes trains to get stuck in front of them. ------------------------------------------------------------------------ r18777 | rubidium | 2010-01-10 23:20:11 +0000 (Sun, 10 Jan 2010) | 2 lines -Codechange: remove some unused parameters from a function ------------------------------------------------------------------------ r18776 | frosch | 2010-01-10 21:45:32 +0000 (Sun, 10 Jan 2010) | 1 line -Codechange: Use SmallVector to collect refit options. ------------------------------------------------------------------------ r18775 | rubidium | 2010-01-10 21:20:51 +0000 (Sun, 10 Jan 2010) | 2 lines -Fix (r18769): non-LZO code used LZO defines, also replace #define with static const uint and add some documentation. ------------------------------------------------------------------------ r18774 | frosch | 2010-01-10 20:33:10 +0000 (Sun, 10 Jan 2010) | 1 line -Change: Consider callback 19 only broken after subcargos 0 to 255 have been used, instead of stopping at 15. ------------------------------------------------------------------------ r18773 | translators | 2010-01-10 18:45:27 +0000 (Sun, 10 Jan 2010) | 10 lines -Update from WebTranslator v3.0: afrikaans - 6 changes by burgerd croatian - 36 changes by danish - 3 changes by mgarde dutch - 86 changes by Hirundo french - 1 changes by glx italian - 2 changes by lorenzodv polish - 2 changes by xaxa spanish - 4 changes by Terkhen ------------------------------------------------------------------------ r18772 | rubidium | 2010-01-10 15:35:13 +0000 (Sun, 10 Jan 2010) | 2 lines -Feature-ish: allow user customisable compression levels for the zlib compression ------------------------------------------------------------------------ r18771 | rubidium | 2010-01-10 14:57:05 +0000 (Sun, 10 Jan 2010) | 2 lines -Codechange: minor cleanups in saveload code ------------------------------------------------------------------------ r18770 | rubidium | 2010-01-10 14:30:32 +0000 (Sun, 10 Jan 2010) | 2 lines -Fix-ish: don't allow the memory saveload format to be chosen for savegames; it's utterly useless to make a snapshot in memory and then throw that away without doing anything with it. ------------------------------------------------------------------------ r18769 | rubidium | 2010-01-10 13:12:34 +0000 (Sun, 10 Jan 2010) | 2 lines -Codechange: replace MiniLZO with the real library. If you're using MSVC update openttd-useful, otherwise make sure you've got liblzo2 and it's development files installed. ------------------------------------------------------------------------ r18768 | translators | 2010-01-09 18:45:25 +0000 (Sat, 09 Jan 2010) | 9 lines -Update from WebTranslator v3.0: croatian - 36 changes by czech - 4 changes by ReisRyos dutch - 61 changes by Hirundo finnish - 1 changes by jpx_ indonesian - 43 changes by fanioz malay - 227 changes by toadhall spanish - 122 changes by Terkhen ------------------------------------------------------------------------ r18767 | rubidium | 2010-01-09 18:44:46 +0000 (Sat, 09 Jan 2010) | 2 lines -Fix: min/max income tooltips for the details performance statistics mentioned months whereas it should be quarters. ------------------------------------------------------------------------ r18766 | peter1138 | 2010-01-09 15:33:41 +0000 (Sat, 09 Jan 2010) | 2 lines -Codechange: Make train acceleration type (rail/elrail/monorail vs maglev) a rail type property ------------------------------------------------------------------------ r18765 | rubidium | 2010-01-09 14:57:03 +0000 (Sat, 09 Jan 2010) | 2 lines -Fix [FS#3499] (r18750): crash when trying to show cargo payments when there are 'holes' in the cargospec array ------------------------------------------------------------------------ r18764 | rubidium | 2010-01-09 14:43:08 +0000 (Sat, 09 Jan 2010) | 2 lines -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way ------------------------------------------------------------------------ r18763 | rubidium | 2010-01-09 14:41:22 +0000 (Sat, 09 Jan 2010) | 2 lines -Feature [FS#3095]: rerandomise AIs on reloading (via the debug window) when they were randomly chosen ------------------------------------------------------------------------ r18762 | yexo | 2010-01-08 22:42:00 +0000 (Fri, 08 Jan 2010) | 1 line -Codechange: unduplicate sprite layout drawing between industries and houses ------------------------------------------------------------------------ r18761 | frosch | 2010-01-08 20:42:12 +0000 (Fri, 08 Jan 2010) | 1 line -Fix [FS#3497]: Spritelayouts do not need an Action 1 if only using default sprites. ------------------------------------------------------------------------ r18760 | frosch | 2010-01-08 19:18:32 +0000 (Fri, 08 Jan 2010) | 1 line -Fix (rlots)[FS#3500]: Action 9 did not properly detect whether an Action 8 was encountered already. ------------------------------------------------------------------------ r18759 | yexo | 2010-01-08 19:14:33 +0000 (Fri, 08 Jan 2010) | 1 line -Fix [NewGRF]: don't segfault when a newgrf contains an action2 and action3 but no action0 ------------------------------------------------------------------------ r18758 | rubidium | 2010-01-08 18:47:25 +0000 (Fri, 08 Jan 2010) | 2 lines -Change: move Malay to the 'finished' languages ------------------------------------------------------------------------ r18757 | translators | 2010-01-08 18:45:47 +0000 (Fri, 08 Jan 2010) | 17 lines -Update from WebTranslator v3.0: catalan - 1 changes by arnau simplified_chinese - 69 changes by EraserKing croatian - 36 changes by czech - 11 changes by ReisRyos danish - 11 changes by beruic hungarian - 2 changes by IPG italian - 1 changes by lorenzodv korean - 1 changes by junho2813 malay - 476 changes by toadhall portuguese - 1 changes by JayCity russian - 1 changes by Lone_Wolf serbian - 1 changes by etran slovenian - 24 changes by ntadej spanish - 11 changes by Terkhen vietnamese - 2 changes by nglekhoi ------------------------------------------------------------------------ r18756 | glx | 2010-01-08 03:17:12 +0000 (Fri, 08 Jan 2010) | 1 line -Codechange: direct accesses to png_*_struct members are deprecated ------------------------------------------------------------------------ r18755 | yexo | 2010-01-07 20:56:50 +0000 (Thu, 07 Jan 2010) | 1 line -Fix [FS#3495] (r14847): CircularTileSearch skipped a few tiles close to the starting tile ------------------------------------------------------------------------ r18754 | translators | 2010-01-07 18:45:31 +0000 (Thu, 07 Jan 2010) | 11 lines -Update from WebTranslator v3.0: arabic_egypt - 60 changes by kasakg croatian - 57 changes by UnderwaterHesus dutch - 1 changes by habell french - 1 changes by glx korean - 2 changes by junho2813 malay - 649 changes by Syed, toadhall brazilian_portuguese - 1 changes by Rubidium romanian - 1 changes by kkmic swedish - 1 changes by Landrash ------------------------------------------------------------------------ r18753 | rubidium | 2010-01-07 17:14:08 +0000 (Thu, 07 Jan 2010) | 2 lines -Fix: Max TE was incorrect in the engine preview ------------------------------------------------------------------------