log

age author description
Sat, 10 Dec 2011 15:41:39 +0000 rubidium (svn r23477) -Fix [FS#4878] (r23300): like r23342, but now for the user interface ;) draft
Sat, 10 Dec 2011 15:16:58 +0000 rubidium (svn r23476) -Codechange: use the error queue to replace switch mode error strings, again making it possible to return multiple errors draft
Sat, 10 Dec 2011 15:14:11 +0000 rubidium (svn r23475) -Codechange: queue critical error messages, so when multiple happen you won't miss any draft
Sat, 10 Dec 2011 13:54:10 +0000 rubidium (svn r23474) -Codechange: move the declaration error related functions to error.h draft
Sat, 10 Dec 2011 12:57:30 +0000 rubidium (svn r23473) -Codechange: refactor the error message data into a separate structure draft
Sat, 10 Dec 2011 12:56:37 +0000 rubidium (svn r23472) -Fix [FS#4877]: the monospace font broke the bootstrap GUI's ability to find a font draft
Sat, 10 Dec 2011 08:49:42 +0000 rubidium (svn r23471) -Codechange: move the error related code out of misc_gui.cpp into error_gui.cpp draft
Sat, 10 Dec 2011 08:31:14 +0000 rubidium (svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files draft
Sat, 10 Dec 2011 01:49:50 +0000 yexo (svn r23469) -Fix (r23468): gcc warning about initialization order draft
Sat, 10 Dec 2011 00:01:28 +0000 yexo (svn r23468) -Feature [FS#4827]: when looking for missing content, automatically select it so you can easily start the download draft
Fri, 09 Dec 2011 22:44:06 +0000 yexo (svn r23467) -Feature [FS#4827]: automatically close the online content window after confirming the download with 'ok' draft
Fri, 09 Dec 2011 22:07:00 +0000 rubidium (svn r23466) -Fix [FS#4871, FS#4874]: assertion triggered when resizing a window during ReInit by an amount that's not a multiple of the resize interval draft
Fri, 09 Dec 2011 21:49:52 +0000 yexo (svn r23465) -Feature [FS#4827]: add 'find missing content online' button to 'load savegame' and 'find network game' windows draft
Fri, 09 Dec 2011 20:48:13 +0000 rubidium (svn r23464) -Fix [FS#4876]: clear the backed up orders of a removed station as well, otherwise one could create orders to a station that was never in the original backupped orders. For example a road vehicle trying to go to a buoy. draft
Fri, 09 Dec 2011 20:27:59 +0000 yexo (svn r23463) -Fix (r23461): unused variable draft
Fri, 09 Dec 2011 19:53:42 +0000 yexo (svn r23462) -Codechange: use AirportTileTableIterator in a few more places to make the code easier to read draft
Fri, 09 Dec 2011 19:30:30 +0000 yexo (svn r23461) -Fix: handle a missing airport newgrf as graceful as possible by not crashing when loading such savegame or when an airport is removed draft
Fri, 09 Dec 2011 18:45:15 +0000 translators (svn r23460) -Update from WebTranslator v3.0: draft
Fri, 09 Dec 2011 17:14:03 +0000 yexo (svn r23459) -Fix: don't crash trying to draw airport tiles when the airport grf is missing draft
Fri, 09 Dec 2011 16:12:38 +0000 yexo (svn r23458) -Fix: don't assume all industries that cut trees have tile 0,0 draft
Fri, 09 Dec 2011 16:11:42 +0000 yexo (svn r23457) -Codechange: introduce Industry::TileBelongsToIndustry() to simplify code checking for that draft
Fri, 09 Dec 2011 15:16:21 +0000 yexo (svn r23456) -Fix (r23441): oilrigs don't have any layouts nor do they provide airport noise draft
Fri, 09 Dec 2011 15:06:14 +0000 truebrain (svn r23455) -Fix (r23438): send the stderr in the right part to /dev/null draft
Fri, 09 Dec 2011 08:10:15 +0000 peter1138 (svn r23454) -Change: Mark company window dirty when moving a rail engine creates or deletes a train. draft
Thu, 08 Dec 2011 23:28:43 +0000 yexo (svn r23453) -Add: [NoAI] AIStation.GetStationCoverageRadius(StationID) draft
Thu, 08 Dec 2011 23:28:02 +0000 yexo (svn r23452) -Codechange: document instead of writing to stderr that ScriptStation::GetCoverageRadius doesn't work for STATION_AIRPORT draft
Thu, 08 Dec 2011 20:01:31 +0000 rubidium (svn r23451) -Codechange: [SDL] Move 32bpp-anim palette animation to the draw thread instead of the single threaded bit of the game loop. This causes a speedup of up to 15% when animation is turned on with the 32bpp-anim blitter draft
Thu, 08 Dec 2011 19:49:29 +0000 frosch (svn r23450) -Fix (r23449): Forgot unfinished languages. draft
Thu, 08 Dec 2011 19:47:45 +0000 frosch (svn r23449) -Fix (r23140): Wrong parameters in error message. draft
Thu, 08 Dec 2011 19:37:33 +0000 rubidium (svn r23448) -Fix: keep a local copy of the palette in the 32bpp animated blitter so changes of the palette data during the game don't influence drawing (with SDL) draft
Thu, 08 Dec 2011 18:45:30 +0000 translators (svn r23447) -Update from WebTranslator v3.0: draft
Thu, 08 Dec 2011 18:13:29 +0000 rubidium (svn r23446) -Codechange: move _cur_palette and it's related first/count dirty variables into a single structure draft
Wed, 07 Dec 2011 21:09:10 +0000 rubidium (svn r23445) -Fix [FS#4715]: document behaviour with aircraft/ships poking outside of the depot before getting hidden draft
Wed, 07 Dec 2011 18:45:05 +0000 translators (svn r23444) -Update from WebTranslator v3.0: draft
Wed, 07 Dec 2011 18:41:38 +0000 frosch (svn r23443) -Fix (r23413): Building of locks in SE failed. draft
Wed, 07 Dec 2011 16:01:43 +0000 rubidium (svn r23442) -Fix [FS#4511]: document that some video card drivers have trouble going to 8bpp mode draft
Tue, 06 Dec 2011 21:02:57 +0000 rubidium (svn r23441) -Fix [FS#4764]: some airport functions didn't take the layout into account resulting in wrong noise levels or nearests towns (patch by Zuu) draft
Tue, 06 Dec 2011 18:46:15 +0000 translators (svn r23440) -Update from WebTranslator v3.0: draft
Tue, 06 Dec 2011 15:09:02 +0000 yexo (svn r23439) -Fix: Use the DEBUG macro to output the reason for a compile failure in info.nut instead of printing it directly to stderr draft
Mon, 05 Dec 2011 20:11:42 +0000 rubidium (svn r23438) -Fix [FS#4867]: perform checks for nforenum/grfcodec in configure, including a version check so a proper error can be given when a too old grfcodec or nforenum is used draft
Mon, 05 Dec 2011 18:46:07 +0000 translators (svn r23437) -Update from WebTranslator v3.0: draft
Sun, 04 Dec 2011 20:11:20 +0000 rubidium (svn r23436) -Merge: documentation updates from 1.1 draft
Sun, 04 Dec 2011 19:07:24 +0000 rubidium (svn r23433) -Fix [FS#4868]: recolouring of some animated colours from the windows palette went wrong draft
Sun, 04 Dec 2011 18:45:55 +0000 translators (svn r23432) -Update from WebTranslator v3.0: draft
Sun, 04 Dec 2011 15:48:15 +0000 truebrain (svn r23431) -Fix: typo in @param variable draft
Sun, 04 Dec 2011 14:17:51 +0000 glx (svn r23430) -Fix (r23219): also consider the old directories when playing a song draft
Sun, 04 Dec 2011 14:00:23 +0000 rubidium (svn r23429) -Fix [FS#4842]: prevent windows to be resized beyond the bounds of the (main) window draft
Sun, 04 Dec 2011 13:27:24 +0000 michi_cc (svn r23428) -Fix (r23415): Initial size of the infrastructure details windows was sometimes too small. draft
Sun, 04 Dec 2011 13:21:51 +0000 frosch (svn r23427) -Fix: Do not load screen resolution and other basic stuff after bootstrap is finished. It was already loaded before, and might got changed already. draft
Sun, 04 Dec 2011 12:11:27 +0000 alberth (svn r23426) -Change [FS#4685] (r23423): Put currency window above game options. draft
Sun, 04 Dec 2011 12:07:19 +0000 rubidium (svn r23425) -Document [FS#4815]: why vehicles might be continuously changing speed up and down draft
Sun, 04 Dec 2011 11:59:08 +0000 frosch (svn r23424) -Change: Make the company GUI somewhat smaller if there are no shareholders. draft
Sun, 04 Dec 2011 11:58:56 +0000 alberth (svn r23423) -Revert (r23421): NewGRF windows may not be moved to normal priority. draft
Sun, 04 Dec 2011 11:18:43 +0000 rubidium (svn r23422) -Fix [FS#4863] (r22797): the default palette setting wasn't applied correctly anymore as the configuration file is loaded after the first NewGRF scan draft
Sun, 04 Dec 2011 10:52:08 +0000 alberth (svn r23421) -Fix [FS#4865, FS#4861] (r23393): The priority of WC_GAME_OPTIONS windows were too high, causing hiding of currency window as well. draft
Sun, 04 Dec 2011 10:47:57 +0000 frosch (svn r23420) -Change: Put the manager name directly under the picture instead of vertically centering it. draft
Sun, 04 Dec 2011 09:15:13 +0000 rubidium (svn r23419) -Fix [FS#4864] (r23316): the sprite aligner was broken as it didn't scale properly to 'GUI' scale draft
Sun, 04 Dec 2011 08:20:01 +0000 rubidium (svn r23418) -Fix [FS#4866] (r22958): saves made with the Catalan town name generator would trigger a "savegame corrupt" exception draft
Sat, 03 Dec 2011 23:47:42 +0000 rubidium (svn r23417) -Fix: wrong argument to printf draft
Sat, 03 Dec 2011 23:40:57 +0000 michi_cc (svn r23416) -Add: [NoAI] API for querying infrastructure costs. draft