log

age author description
Tue, 12 Jan 2010 09:54:18 +0000 peter1138 (svn r18790) -Revert (r18001,r18177,FS#3515): Viewport could still jump under high CPU load. Revert as change caused more problems than it fixed. draft
Tue, 12 Jan 2010 00:10:38 +0000 rubidium (svn r18789) -Codechange: when we're not in a network game we don't even need to consider undrawing the chat messages draft
Mon, 11 Jan 2010 22:46:00 +0000 rubidium (svn r18788) -Codechange: replace macro as without macro it's shorter than with the macro. draft
Mon, 11 Jan 2010 20:58:52 +0000 rubidium (svn r18787) -Fix [FS#3516]: crash when getting the tooltip of the industry amount in the world generation window draft
Mon, 11 Jan 2010 20:42:07 +0000 rubidium (svn r18786) -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. draft
Mon, 11 Jan 2010 20:39:38 +0000 rubidium (svn r18785) -Codechange: rewrite/rework DoCommandP in order to simplify it, reduce duplication and remove gotos. draft
Mon, 11 Jan 2010 20:32:32 +0000 rubidium (svn r18784) -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. draft
Mon, 11 Jan 2010 20:21:56 +0000 rubidium (svn r18783) -Codechange: make CheckCompanyHasMoney set an error on the CommandCost it tests when you don't have enough money instead of setting a global variable. draft
Mon, 11 Jan 2010 20:00:14 +0000 rubidium (svn r18782) -Codechange: move the content of callback_table.cpp to network_command.cpp; it's only ever used there. draft
Mon, 11 Jan 2010 18:46:09 +0000 rubidium (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. draft
Mon, 11 Jan 2010 18:45:15 +0000 translators (svn r18780) -Update from WebTranslator v3.0: draft
Mon, 11 Jan 2010 18:34:02 +0000 rubidium (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical draft
Mon, 11 Jan 2010 00:02:14 +0000 michi_cc (svn r18778) -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. draft
Sun, 10 Jan 2010 23:20:11 +0000 rubidium (svn r18777) -Codechange: remove some unused parameters from a function draft
Sun, 10 Jan 2010 21:45:32 +0000 frosch (svn r18776) -Codechange: Use SmallVector to collect refit options. draft
Sun, 10 Jan 2010 21:20:51 +0000 rubidium (svn r18775) -Fix (r18769): non-LZO code used LZO defines, also replace #define with static const uint and add some documentation. draft
Sun, 10 Jan 2010 20:33:10 +0000 frosch (svn r18774) -Change: Consider callback 19 only broken after subcargos 0 to 255 have been used, instead of stopping at 15. draft
Sun, 10 Jan 2010 18:45:27 +0000 translators (svn r18773) -Update from WebTranslator v3.0: draft
Sun, 10 Jan 2010 15:35:13 +0000 rubidium (svn r18772) -Feature-ish: allow user customisable compression levels for the zlib compression draft
Sun, 10 Jan 2010 14:57:05 +0000 rubidium (svn r18771) -Codechange: minor cleanups in saveload code draft
Sun, 10 Jan 2010 14:30:32 +0000 rubidium (svn r18770) -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. draft
Sun, 10 Jan 2010 13:12:34 +0000 rubidium (svn r18769) -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. draft
Sat, 09 Jan 2010 18:45:25 +0000 translators (svn r18768) -Update from WebTranslator v3.0: draft
Sat, 09 Jan 2010 18:44:46 +0000 rubidium (svn r18767) -Fix: min/max income tooltips for the details performance statistics mentioned months whereas it should be quarters. draft
Sat, 09 Jan 2010 15:33:41 +0000 peter1138 (svn r18766) -Codechange: Make train acceleration type (rail/elrail/monorail vs maglev) a rail type property draft
Sat, 09 Jan 2010 14:57:03 +0000 rubidium (svn r18765) -Fix [FS#3499] (r18750): crash when trying to show cargo payments when there are 'holes' in the cargospec array draft
Sat, 09 Jan 2010 14:43:08 +0000 rubidium (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way draft
Sat, 09 Jan 2010 14:41:22 +0000 rubidium (svn r18763) -Feature [FS#3095]: rerandomise AIs on reloading (via the debug window) when they were randomly chosen draft
Fri, 08 Jan 2010 22:42:00 +0000 yexo (svn r18762) -Codechange: unduplicate sprite layout drawing between industries and houses draft
Fri, 08 Jan 2010 20:42:12 +0000 frosch (svn r18761) -Fix [FS#3497]: Spritelayouts do not need an Action 1 if only using default sprites. draft