log

age author description
Fri, 15 Jan 2010 17:59:09 +0000 glx (svn r18810) -Fix (r18809): broken win32 compilation with SDL draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Fri, 15 Jan 2010 16:37:19 +0000 yexo (svn r18808) -Cleanup: deplicate by using an existing function draft
Fri, 15 Jan 2010 12:08:08 +0000 yexo (svn r18807) -Codechange: introduce AirportSpec and move several non-statemachine-related variables to there draft
Fri, 15 Jan 2010 11:56:31 +0000 peter1138 (svn r18806) -Codechange: Typo in comment draft
Fri, 15 Jan 2010 10:55:43 +0000 rubidium (svn r18805) -Codechange: move airport_movement.h to table/ draft
Thu, 14 Jan 2010 23:06:41 +0000 rubidium (svn r18804) -Codechange: guard against binaries claiming to be compatible with a future (stable) release of OpenTTD. draft
Thu, 14 Jan 2010 23:05:07 +0000 rubidium (svn r18803) -Feature [FS#3318]: make building (long) roads work like building rail; build upon the first obstruction instead of failing totally. Patch by Terkhen. draft
Thu, 14 Jan 2010 22:56:54 +0000 frosch (svn r18802) -Codechange: Deduplicate drawing-code for depots and stations/waypoints. draft
Thu, 14 Jan 2010 21:48:42 +0000 rubidium (svn r18801) -Fix: in some cases error messages weren't properly sent to the client before closing the connection. As a result the client would say 'connection lost' when the cause was something completely different. draft
Thu, 14 Jan 2010 21:47:31 +0000 rubidium (svn r18800) -Fix: in some cases with invalid packets one can crash recent trunk and 1.0.0 betas; 0.7.5 and before can't be crashed though. draft
Thu, 14 Jan 2010 18:45:13 +0000 translators (svn r18799) -Update from WebTranslator v3.0: draft
Thu, 14 Jan 2010 15:52:26 +0000 belugas (svn r18798) -Codechange: Simplify use of parameter p2 by using the data it is represeting. Based on work by Terkhen draft
Wed, 13 Jan 2010 21:49:15 +0000 rubidium (svn r18797) -Fix (r18781): building wagons didn't add them to a train draft
Wed, 13 Jan 2010 21:34:48 +0000 rubidium (svn r18796) -Fix [FS#3521]: [SDL] possible deadlock when killing OpenTTD while starting it draft
Wed, 13 Jan 2010 18:45:15 +0000 translators (svn r18795) -Update from WebTranslator v3.0: draft
Wed, 13 Jan 2010 15:03:34 +0000 rubidium (svn r18794) -Codechange: add local company and network 'state' to the crash log draft
Tue, 12 Jan 2010 18:45:15 +0000 translators (svn r18793) -Update from WebTranslator v3.0: draft
Tue, 12 Jan 2010 18:09:48 +0000 rubidium (svn r18792) -Fix [FS#3522] (r18709): crash when using the 32bpp blitter with a dedicated server draft
Tue, 12 Jan 2010 16:38:48 +0000 rubidium (svn r18791) -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 draft
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
Fri, 08 Jan 2010 19:18:32 +0000 frosch (svn r18760) -Fix (rlots)[FS#3500]: Action 9 did not properly detect whether an Action 8 was encountered already. draft
Fri, 08 Jan 2010 19:14:33 +0000 yexo (svn r18759) -Fix [NewGRF]: don't segfault when a newgrf contains an action2 and action3 but no action0 draft
Fri, 08 Jan 2010 18:47:25 +0000 rubidium (svn r18758) -Change: move Malay to the 'finished' languages draft
Fri, 08 Jan 2010 18:45:47 +0000 translators (svn r18757) -Update from WebTranslator v3.0: draft
Fri, 08 Jan 2010 03:17:12 +0000 glx (svn r18756) -Codechange: direct accesses to png_*_struct members are deprecated draft
Thu, 07 Jan 2010 20:56:50 +0000 yexo (svn r18755) -Fix [FS#3495] (r14847): CircularTileSearch skipped a few tiles close to the starting tile draft
Thu, 07 Jan 2010 18:45:31 +0000 translators (svn r18754) -Update from WebTranslator v3.0: draft
Thu, 07 Jan 2010 17:14:08 +0000 rubidium (svn r18753) -Fix: Max TE was incorrect in the engine preview draft
Thu, 07 Jan 2010 16:39:04 +0000 rubidium (svn r18752) -Codechange: unduplify some code draft
Thu, 07 Jan 2010 16:29:58 +0000 rubidium (svn r18751) -Codechange: also log the zlib version in the crash log draft