log

age author description
Wed, 14 Apr 2010 19:37:55 +0000 terkhen (svn r19632) -Cleanup: has_negative_values is no longer used. draft
Wed, 14 Apr 2010 19:20:38 +0000 terkhen (svn r19631) -Feature: Graphs with negative values are no longer forced to have the zero axis in the middle (grid size calculation by Alberth). draft
Wed, 14 Apr 2010 17:45:18 +0000 translators (svn r19630) -Update from WebTranslator v3.0: draft
Wed, 14 Apr 2010 16:12:54 +0000 rubidium (svn r19629) -Fix [FS#3757]: chat message caused glitch when rejoining a network game draft
Wed, 14 Apr 2010 16:07:17 +0000 rubidium (svn r19628) -Change: support the tRNS chunk to read transparency information for RGB PNGs (Szvengar) draft
Wed, 14 Apr 2010 10:00:57 +0000 rubidium (svn r19627) -Fix [OSX]: mark the macports default include directory as a system include directory so our -W flags don't cause warnings on headers in there (planetmaker) draft
Wed, 14 Apr 2010 09:55:36 +0000 rubidium (svn r19626) -Fix: mention libtimidity in ./configure --help (planetmaker) draft
Wed, 14 Apr 2010 09:52:59 +0000 rubidium (svn r19625) -Fix [FS#3722]: strange message when unpausing because there are enough players, unclear message when an unexpected/invalid packet is received draft
Tue, 13 Apr 2010 19:10:08 +0000 frosch (svn r19621) -Codechange: Remove direct usage of magic 'p1's in build vehicle commands. draft
Tue, 13 Apr 2010 18:55:31 +0000 rubidium (svn r19620) -Fix: desync when a command is received and in the queue while a client starts joining, i.e. save the game state. This can happen in two ways: with frame_freq > 1 a command received in a previous frame might not be executed yet or when a command is received in the same frame as the join but before the savegame is made. In both cases the joining client would not get all commands to get in-sync with the server (and the other clients). draft
Tue, 13 Apr 2010 18:40:47 +0000 rubidium (svn r19619) -Fix (r19618): [desync debug] inserting the "join" pause could cause a crash as some command data was not properly initialised draft
Tue, 13 Apr 2010 17:45:07 +0000 translators (svn r19618) -Update from WebTranslator v3.0: draft
Tue, 13 Apr 2010 17:36:19 +0000 rubidium (svn r19617) -Fix [desync debug]: log the sync state only once per day, not multiple times when paused with _date_fract = 0 draft
Tue, 13 Apr 2010 17:29:19 +0000 frosch (svn r19616) -Codechange: Increase transparency of 'Extract' by passing also the number of used bits. draft
Mon, 12 Apr 2010 17:58:09 +0000 terkhen (svn r19615) -Fix [FS#3763]: Company related graphs weren't updated correctly after changing the company colour. draft
Mon, 12 Apr 2010 14:12:47 +0000 smatz (svn r19614) -Codechange: "it's" => "its" where appropriate draft
Sun, 11 Apr 2010 22:06:17 +0000 smatz (svn r19613) -Fix [FS#3755]: possible invalid read when server moves client to spectators before he finishes joining draft
Sun, 11 Apr 2010 21:46:20 +0000 rubidium (svn r19612) -Fix [FS#3756] (r3212): crash when opening a savegame with a waypoint from around 0.4.0 draft
Sun, 11 Apr 2010 17:45:07 +0000 translators (svn r19611) -Update from WebTranslator v3.0: draft
Sun, 11 Apr 2010 17:32:14 +0000 smatz (svn r19610) -Codechange: rename STATUS_AUTH to STATUS_AUTHORIZED draft
Sun, 11 Apr 2010 17:25:44 +0000 smatz (svn r19609) -Fix: do not print 'Connection lost' message for clients who failed to enter correct password draft
Sun, 11 Apr 2010 17:23:11 +0000 smatz (svn r19608) -Fix: do not kick client if he entered password and the password was cleared meanwhile draft
Sun, 11 Apr 2010 17:17:12 +0000 smatz (svn r19607) -Codechange: use different packet types instead of packet subtypes draft
Sun, 11 Apr 2010 16:38:31 +0000 smatz (svn r19606) -Codechange: remove global variable pw_type draft
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
Thu, 01 Apr 2010 19:50:31 +0000 terkhen (svn r19535) -Feature: Sort cargos at the cargo payment rates graph. draft
Thu, 01 Apr 2010 19:48:28 +0000 terkhen (svn r19534) -Add: Keep a list of cargo specifications sorted by cargo class / name. draft
Thu, 01 Apr 2010 18:30:00 +0000 terkhen (svn r19533) -Fix [FS#3720]: Vehicle details window did not resize correctly after refitting a road vehicle to a longer variant. draft
Thu, 01 Apr 2010 17:45:07 +0000 translators (svn r19532) -Update from WebTranslator v3.0: draft
Wed, 31 Mar 2010 23:33:28 +0000 rubidium (svn r19531) -Merge: documentation updates from 1.0 draft
Wed, 31 Mar 2010 17:45:05 +0000 translators (svn r19527) -Update from WebTranslator v3.0: draft
Tue, 30 Mar 2010 22:37:45 +0000 rubidium (svn r19526) -Fix (r19395): clients would crash while connecting to a server with AIs draft
Mon, 29 Mar 2010 17:45:15 +0000 translators (svn r19525) -Update from WebTranslator v3.0: draft
Sun, 28 Mar 2010 15:14:25 +0000 terkhen (svn r19523) -Fix: Prevent drawing industries disabled at the smallmap as land tiles when they are built on water. draft
Sun, 28 Mar 2010 12:29:41 +0000 terkhen (svn r19522) -Feature: Sort industries alphabetically at the fund new industry window. draft
Sun, 28 Mar 2010 12:25:09 +0000 terkhen (svn r19521) -Codechange: Use a IndustryType array to sort industries by name instead of a LegendAndColour array. draft
Fri, 26 Mar 2010 18:45:09 +0000 translators (svn r19519) -Update from WebTranslator v3.0: draft
Thu, 25 Mar 2010 18:45:13 +0000 translators (svn r19518) -Update from WebTranslator v3.0: draft
Wed, 24 Mar 2010 21:30:12 +0000 glx (svn r19517) -Fix (r19516): compile before commit (a gcc warning was hidden) draft
Wed, 24 Mar 2010 21:24:31 +0000 glx (svn r19516) -Fix (r19467): MSVC 64bit warnings draft
Wed, 24 Mar 2010 20:47:03 +0000 frosch (svn r19515) -Add: Client setting 'gui.newgrf_developer_tools' to enable otherwise hidden features. draft
Wed, 24 Mar 2010 20:43:31 +0000 frosch (svn r19514) -Codechange: Allow console hooks to deny existance of commands. draft
Wed, 24 Mar 2010 18:45:06 +0000 translators (svn r19513) -Update from WebTranslator v3.0: draft
Wed, 24 Mar 2010 11:20:30 +0000 yexo (svn r19512) -Fix (r19511): using the 'alias' console command it's possible to create a duplicate alias name draft
Wed, 24 Mar 2010 11:11:38 +0000 yexo (svn r19511) -Codechange: use a template for IConsoleAddSorted draft
Tue, 23 Mar 2010 22:48:10 +0000 smatz (svn r19510) -Codechange: remove superfluous semicolons from *.sq files draft
Tue, 23 Mar 2010 22:37:18 +0000 smatz (svn r19509) -Codechange: remove superfluous semicolons after function definitions draft
Tue, 23 Mar 2010 22:36:02 +0000 smatz (svn r19508) -Codechange: remove semicolon after DEFINE_UNAVAILABLE_CONTENT_RECEIVE_COMMAND and DEFINE_UNAVAILABLE_UDP_RECEIVE_COMMAND draft
Tue, 23 Mar 2010 22:25:43 +0000 smatz (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET draft
Tue, 23 Mar 2010 20:29:52 +0000 frosch (svn r19506) -Fix: Tunnels, bridges and roadstops are build with only one roadtype. draft
Tue, 23 Mar 2010 19:48:24 +0000 smatz (svn r19505) -Codechange: silence a gcc<4.2 warning draft
Tue, 23 Mar 2010 18:45:16 +0000 translators (svn r19504) -Update from WebTranslator v3.0: draft
Tue, 23 Mar 2010 17:53:33 +0000 terkhen (svn r19503) -Feature: Sort industries alphabetically at the smallmap legend. draft
Tue, 23 Mar 2010 11:05:28 +0000 peter1138 (svn r19502) -Codechange: During NewGRF loading, store rail type labels in temporary data and process after loading has finished. This avoids deactivated rail vehicles being reactivated if the climate property is set after the rail type property. draft
Mon, 22 Mar 2010 18:45:17 +0000 translators (svn r19501) -Update from WebTranslator v3.0: draft
Sun, 21 Mar 2010 18:45:16 +0000 translators (svn r19500) -Update from WebTranslator v3.0: draft
Sun, 21 Mar 2010 15:16:05 +0000 frosch (svn r19499) -Remove: same_industry_close setting did not do what it said and caused NewGRF trouble. draft
Sun, 21 Mar 2010 11:35:41 +0000 peter1138 (svn r19498) -Feature [FS#3710]: Keep number padding intact when cloning vehicle names. draft
Sun, 21 Mar 2010 11:05:39 +0000 frosch (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo) draft
Sat, 20 Mar 2010 18:45:19 +0000 translators (svn r19495) -Update from WebTranslator v3.0: draft
Sat, 20 Mar 2010 17:58:24 +0000 alberth (svn r19494) -Codechange: Remove _error_message. draft