log

age author description
Sun, 11 Apr 2010 15:44:16 +0000 frosch (svn r19605) -Codechange: Merge ExtractBits into EnumPropsT. draft
Sun, 11 Apr 2010 15:43:54 +0000 frosch (svn r19604) -Codechange: Reintroduce assert_tcompile(). draft
Sun, 11 Apr 2010 10:11:26 +0000 rubidium (svn r19602) -Codechange: add the name of the command to the desync logs draft
Sun, 11 Apr 2010 09:54:44 +0000 rubidium (svn r19601) -Fix: make the desync replay parse the "whole" string instead of everything up to the first space; make it log the sync state too draft
Sat, 10 Apr 2010 21:34:21 +0000 frosch (svn r19600) -Fix (r18994): Presence of online content was not properly updated after download due to duplicate slashes in the path. draft
Sat, 10 Apr 2010 19:30:38 +0000 terkhen (svn r19599) -Fix [FS#3751]: Vehicles with a weight of zero crashed the game when using realistic acceleration. draft
Sat, 10 Apr 2010 17:45:15 +0000 translators (svn r19598) -Update from WebTranslator v3.0: draft
Sat, 10 Apr 2010 13:00:34 +0000 frosch (svn r19597) -Fix: Removing NewGRFs from the GUI list leaked. draft
Sat, 10 Apr 2010 02:17:18 +0000 glx (svn r19596) -Fix (r19593): dedicated server always fast forwarding if compiled without DEBUG_DUMP_COMMANDS draft
Fri, 09 Apr 2010 22:29:10 +0000 yexo (svn r19595) -Doc: mention the addition of AIRail::GetMaxSpeed in the AI changelog draft
Fri, 09 Apr 2010 17:45:12 +0000 translators (svn r19594) -Update from WebTranslator v3.0: draft
Fri, 09 Apr 2010 17:08:44 +0000 rubidium (svn r19593) -Codechange: improve loading/executing the desync logs draft
Fri, 09 Apr 2010 16:01:48 +0000 rubidium (svn r19592) -Fix: don't do the desync debug savegames mid-StateGameLoop; they're increadibly useless (or hard to load correctly) in that case draft
Fri, 09 Apr 2010 12:02:50 +0000 yexo (svn r19591) -Add: [NoAI] AIRail::GetMaxSpeed(RailType) to get the speed limit of railtypes draft
Fri, 09 Apr 2010 01:17:44 +0000 yexo (svn r19590) -Fix: [NewGRF] setting industry prop 0x24 to 0 caused empty station names draft
Thu, 08 Apr 2010 21:14:49 +0000 rubidium (svn r19589) -Change: add some more useful information to the desync log and unify the formatting draft
Thu, 08 Apr 2010 17:45:10 +0000 translators (svn r19588) -Update from WebTranslator v3.0: draft
Thu, 08 Apr 2010 17:27:45 +0000 rubidium (svn r19587) -Fix: false positive in cache validity checking when a train crashes; the max curve speed depends on the 'angle' between wagons and with wagons spinning around randomly without updating the max curve speed cache that leads to "seeing" a difference. As the caches aren't useful for crashed vehicles anymore, just ignore those vehicles draft
Thu, 08 Apr 2010 17:07:35 +0000 rubidium (svn r19586) -Fix: some false positives in cache validity checks because cache = v->cache doesn't necessarily write all sizeof(Cache) bytes draft
Thu, 08 Apr 2010 15:29:20 +0000 rubidium (svn r19584) -Fix [FS#3744]: Crash when pressing 'h' (non-stop) in the order window of a ship or aircraft draft
Wed, 07 Apr 2010 21:33:03 +0000 smatz (svn r19581) -Codechange: auto-raise 'All facilities/cargos' buttons in the Station list window draft
Wed, 07 Apr 2010 21:24:27 +0000 smatz (svn r19580) -Codechange: auto-raise 'Enable/Disable all' buttons in the Smallmap window draft
Wed, 07 Apr 2010 21:22:08 +0000 smatz (svn r19579) -Codechange: auto-raise 'Enable/Disable all' buttons in the Cargo payment rates window draft
Wed, 07 Apr 2010 21:18:17 +0000 smatz (svn r19578) -Codechange: do not accept commas at invalid places in ParseIntList() draft
Wed, 07 Apr 2010 20:28:02 +0000 smatz (svn r19577) -Codechange: apply coding style to names of functions in settings.cpp draft
Wed, 07 Apr 2010 20:09:53 +0000 alberth (svn r19576) -Codechange: Unduplicating parse_intlist(). draft
Wed, 07 Apr 2010 17:45:24 +0000 translators (svn r19575) -Update from WebTranslator v3.0: draft
Wed, 07 Apr 2010 15:20:24 +0000 rubidium (svn r19574) -Fix: graphs were not properly updated when going toggling keys (i.e. companies) draft
Wed, 07 Apr 2010 14:17:29 +0000 terkhen (svn r19573) -Fix (r19541): Special cargos did not appear at the refit list. draft
Wed, 07 Apr 2010 14:07:49 +0000 rubidium (svn r19572) -Change: sync Debian packaging updates from Debian, but keep building a single package draft
Wed, 07 Apr 2010 12:05:26 +0000 rubidium (svn r19571) -Fix [FS#3739]: The timetable button was not automatically raised (sbr) draft
Tue, 06 Apr 2010 23:45:10 +0000 yexo (svn r19570) -Add: [NewGRF] support for extended text code 0x9A 11, print qword draft
Tue, 06 Apr 2010 21:16:36 +0000 yexo (svn r19569) -Fix: possible buffer underflow in newgrf string code draft
Tue, 06 Apr 2010 17:45:46 +0000 translators (svn r19568) -Update from WebTranslator v3.0: draft
Mon, 05 Apr 2010 21:18:32 +0000 rubidium (svn r19566) -Fix (r11216, r11202): don't return a random colour for unowned industries in var 45; TTDPatch doesn't seem to set the colour data in that case either. draft
Mon, 05 Apr 2010 21:01:02 +0000 rubidium (svn r19565) -Fix: some NewGRF callbacks were named incorrectly draft
Mon, 05 Apr 2010 17:45:32 +0000 translators (svn r19564) -Update from WebTranslator v3.0: draft
Sun, 04 Apr 2010 20:47:51 +0000 rubidium (svn r19563) -Fix [FS#3733] (r19558): OnResize wasn't called often enough so scrollbars were in some cases not properly updated causing division by zero draft
Sun, 04 Apr 2010 17:45:42 +0000 translators (svn r19562) -Update from WebTranslator v3.0: draft
Sun, 04 Apr 2010 14:22:55 +0000 alberth (svn r19561) -Feature: Give more detailed error message when trying to build a too long bridge. draft
Sun, 04 Apr 2010 14:19:17 +0000 alberth (svn r19560) -Fix: Bridge build error message should not show the same message twice. draft
Sun, 04 Apr 2010 11:36:42 +0000 alberth (svn r19559) -Codechange: Rename CheckBridge_Stuff() to CheckBridgeAvailability(). draft
Sun, 04 Apr 2010 11:21:56 +0000 alberth (svn r19558) -Fix [FS#3730]: Window::OnResize() was not always called while resizing a window. draft
Sun, 04 Apr 2010 06:03:52 +0000 peter1138 (svn r19557) -Fix (r19502): Missed conversion to checking temporary data broke rail type setting upon changing traction type. draft
Sat, 03 Apr 2010 20:25:23 +0000 peter1138 (svn r19556) -Fix (r19434): Incorrect speed limit reported for rail depots with original acceleration model. draft
Sat, 03 Apr 2010 20:02:08 +0000 alberth (svn r19553) -Doc: Added/converted explanation to some GRFConfig functions. draft
Sat, 03 Apr 2010 19:32:14 +0000 terkhen (svn r19550) -Fix (r19543): Scale graphs without taking into account excluded data. draft
Sat, 03 Apr 2010 17:45:39 +0000 translators (svn r19549) -Update from WebTranslator v3.0: draft
Sat, 03 Apr 2010 17:22:24 +0000 yexo (svn r19548) -Add: Client setting 'gui.ai_developer_tools' to enable the break on AI string draft
Fri, 02 Apr 2010 21:30:37 +0000 yexo (svn r19547) -Fix [FS#3725]: properties set before prop 08 should be ignored, not trigger the newgrf to be disabled draft
Fri, 02 Apr 2010 17:45:12 +0000 translators (svn r19546) -Update from WebTranslator v3.0: draft
Fri, 02 Apr 2010 17:43:25 +0000 yexo (svn r19545) -Fix (r19544): typo draft
Fri, 02 Apr 2010 17:35:20 +0000 yexo (svn r19544) -Feature [FS#3496]: add an input box to the AI Debug window where you can input a break string (patch by Zuu) draft
Fri, 02 Apr 2010 16:45:53 +0000 terkhen (svn r19543) -Feature [FS#3726]: Scale the vertical axis of graphs depending on the graph's highest value. draft
Fri, 02 Apr 2010 14:11:10 +0000 terkhen (svn r19542) -Feature: Add buttons to enable / disable all cargos at the cargo payment rates graph. draft
Fri, 02 Apr 2010 12:28:08 +0000 terkhen (svn r19541) -Feature: Sort the list of refit options by cargo class / name. draft
Fri, 02 Apr 2010 12:26:20 +0000 terkhen (svn r19540) -Feature: Sort the ratings of a station by cargo class / name. draft
Fri, 02 Apr 2010 12:20:41 +0000 terkhen (svn r19539) -Codechange: Use a macro to loop through the list of sorted cargo specifications. draft
Fri, 02 Apr 2010 11:03:56 +0000 yexo (svn r19538) -Fix: sorting industries by production was broken for newgrf industries draft
Thu, 01 Apr 2010 19:52:13 +0000 terkhen (svn r19536) -Feature: Sort cargos at the filter by cargo dropdown in the build vehicle window. draft