------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r18752 | rubidium | 2010-01-07 16:39:04 +0000 (Thu, 07 Jan 2010) | 2 lines -Codechange: unduplify some code ------------------------------------------------------------------------ r18751 | rubidium | 2010-01-07 16:29:58 +0000 (Thu, 07 Jan 2010) | 2 lines -Codechange: also log the zlib version in the crash log ------------------------------------------------------------------------ r18750 | rubidium | 2010-01-07 11:54:01 +0000 (Thu, 07 Jan 2010) | 2 lines -Fix [FS#3492]: the cargo payment button states weren't properly set on opening the window ------------------------------------------------------------------------ r18749 | rubidium | 2010-01-07 11:48:59 +0000 (Thu, 07 Jan 2010) | 2 lines -Fix [FS#3491]: the AI's name and version in the debug panel weren't properly centered ------------------------------------------------------------------------ r18747 | rubidium | 2010-01-07 00:09:27 +0000 (Thu, 07 Jan 2010) | 2 lines -Codechange: add some constness to the AI code ------------------------------------------------------------------------ r18746 | rubidium | 2010-01-06 20:49:24 +0000 (Wed, 06 Jan 2010) | 2 lines -Fix [FS#3489]: clear the cached NewGRFs of a server when receiving a reply instead of when requesting the information. With slow/unstable network connections it would look like the NewGRF settings button went randomly missing. ------------------------------------------------------------------------ r18745 | frosch | 2010-01-06 20:23:06 +0000 (Wed, 06 Jan 2010) | 1 line -Codechange: Assemble custom station foundations into a single bounding box. ------------------------------------------------------------------------ r18744 | frosch | 2010-01-06 20:17:46 +0000 (Wed, 06 Jan 2010) | 1 line -Fix [FS#3487-ish]: Do not toggle the sticky- and shading-button twice per mouseclick when clicking fast. ------------------------------------------------------------------------ r18743 | translators | 2010-01-06 18:45:30 +0000 (Wed, 06 Jan 2010) | 11 lines -Update from WebTranslator v3.0: afrikaans - 47 changes by burgerd croatian - 36 changes by dutch - 1 changes by habell finnish - 3 changes by jpx_ malay - 537 changes by Syed, toadhall polish - 4 changes by vanta portuguese - 4 changes by JayCity russian - 1 changes by Lone_Wolf ukrainian - 1 changes by Madvin ------------------------------------------------------------------------ r18742 | yexo | 2010-01-06 15:16:14 +0000 (Wed, 06 Jan 2010) | 1 line -Fix [NewGRF]: house prop 1D was thrashed when a newgrf contains prop 14 after prop 1D ------------------------------------------------------------------------ r18741 | rubidium | 2010-01-06 13:35:32 +0000 (Wed, 06 Jan 2010) | 2 lines -Fix (r14597, r16460): the 'ownname' of a language isn't the name of the translator, but the name of the language in said language. ------------------------------------------------------------------------ r18739 | yexo | 2010-01-06 09:08:43 +0000 (Wed, 06 Jan 2010) | 1 line -Fix (r18719): building trees on snow with rocks underneed caused an assert ------------------------------------------------------------------------ r18738 | yexo | 2010-01-05 22:32:47 +0000 (Tue, 05 Jan 2010) | 1 line -Fix (r18719): when a tree died while there was snow the amount of snow on the tile changed ------------------------------------------------------------------------ r18737 | peter1138 | 2010-01-05 22:18:04 +0000 (Tue, 05 Jan 2010) | 2 lines -Fix (r12028): Var67 data wasn't swapped properly for orientation. ------------------------------------------------------------------------ r18736 | yexo | 2010-01-05 21:36:05 +0000 (Tue, 05 Jan 2010) | 1 line -Feature [NewGRF]: implement varaction2houses vars 66 ad 67 ------------------------------------------------------------------------ r18734 | rubidium | 2010-01-05 20:54:54 +0000 (Tue, 05 Jan 2010) | 2 lines -Prepare: for 1.0.0-beta2 ------------------------------------------------------------------------ r18733 | translators | 2010-01-05 18:45:29 +0000 (Tue, 05 Jan 2010) | 11 lines -Update from WebTranslator v3.0: catalan - 2 changes by arnau croatian - 36 changes by finnish - 3 changes by jpx_ german - 1 changes by planetmaker greek - 1 changes by Rubidium malay - 503 changes by toadhall polish - 1 changes by xaxa russian - 1 changes by Lone_Wolf spanish - 1 changes by Terkhen ------------------------------------------------------------------------ r18732 | rubidium | 2010-01-05 17:11:56 +0000 (Tue, 05 Jan 2010) | 2 lines -Codechange: move the company related commands of misc_cmd.cpp to company_cmd.cpp ------------------------------------------------------------------------