log

age author description
Fri, 12 Feb 2010 17:31:40 +0000 rubidium (svn r19106) -Codechange: change 'const static' -> 'static const' for consistency (1 vs 2900 cases); some GCCs/ICCs are known to warn about the former case, but it's valid C++. draft
Fri, 12 Feb 2010 16:42:29 +0000 yexo (svn r19105) -Fix [FS#3614]: not all news data was properly freed when starting a new game draft
Fri, 12 Feb 2010 13:46:41 +0000 alberth (svn r19104) -Fix (r19039): Stablize main view centering in smallmap. draft
Fri, 12 Feb 2010 12:14:21 +0000 alberth (svn r19103) -Codechange: Use px/py for pixel coordinates in PixelToTile(), as promised by the documentation. draft
Fri, 12 Feb 2010 12:11:03 +0000 yexo (svn r19102) -Codechange; let doxygen parse as much code as possible draft
Fri, 12 Feb 2010 10:40:29 +0000 alberth (svn r19101) -Fix (r19039): Click sound was not played when pressing zoom in/out buttons. draft
Fri, 12 Feb 2010 00:45:44 +0000 yexo (svn r19100) -Fix: [MSVC] don't stop building language files if building one language file fails draft
Thu, 11 Feb 2010 20:52:56 +0000 yexo (svn r19099) -Doc: two files had the wrong name in the @file comment draft
Thu, 11 Feb 2010 18:46:06 +0000 translators (svn r19098) -Update from WebTranslator v3.0: draft
Thu, 11 Feb 2010 17:13:57 +0000 rubidium (svn r19097) -Fix [FS#3610] (r10444): compilation error in the BeMidi driver (jrepan) draft
Thu, 11 Feb 2010 15:12:08 +0000 yexo (svn r19096) -Fix: segfault when one of the items in the news_display group in the config file has no value draft
Thu, 11 Feb 2010 15:08:55 +0000 yexo (svn r19095) -Fix: segfault when a baseset has an empty metadata field draft
Thu, 11 Feb 2010 14:58:51 +0000 yexo (svn r19094) -Codechange: don't check for NULL values before calling StrEmpty draft
Wed, 10 Feb 2010 23:38:43 +0000 smatz (svn r19093) -Codechange: do not prefix console debug output with 'condbg', [console] is enough draft
Wed, 10 Feb 2010 22:38:30 +0000 rubidium (svn r19092) -Fix (r19081): MSVC couldn't quite compile OpenTTD draft
Wed, 10 Feb 2010 21:28:26 +0000 rubidium (svn r19091) -Cleanup: remove some unneeded zeroing draft
Wed, 10 Feb 2010 21:06:05 +0000 rubidium (svn r19090) -Codechange: some comment coding style fixes draft
Wed, 10 Feb 2010 20:53:23 +0000 rubidium (svn r19089) -Codechange: some minor coding style draft
Wed, 10 Feb 2010 20:46:14 +0000 rubidium (svn r19088) -Fix: some typos/spelling errors in the base 'translation' draft
Wed, 10 Feb 2010 20:20:18 +0000 rubidium (svn r19087) -Codechange: some typos in StringIDs draft
Wed, 10 Feb 2010 18:45:45 +0000 translators (svn r19086) -Update from WebTranslator v3.0: draft
Wed, 10 Feb 2010 18:18:08 +0000 smatz (svn r19085) -Codechange: simplify hooking of console commands draft
Wed, 10 Feb 2010 17:37:47 +0000 smatz (svn r19084) -Codechange: minor coding-style fixups draft
Wed, 10 Feb 2010 17:32:39 +0000 smatz (svn r19083) -Cleanup: remove support for modifying variables from console draft
Wed, 10 Feb 2010 17:01:03 +0000 smatz (svn r19082) -Codechange: make 'developer' a regular setting draft
Wed, 10 Feb 2010 16:24:05 +0000 rubidium (svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel draft
Wed, 10 Feb 2010 16:12:54 +0000 smatz (svn r19080) -Cleanup: remove unused _debug_ntp_level and _debug_ms_level draft
Wed, 10 Feb 2010 16:10:05 +0000 smatz (svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_developer draft
Wed, 10 Feb 2010 16:04:11 +0000 rubidium (svn r19078) -Update: add cases to Hebrew (dnd_man) draft
Wed, 10 Feb 2010 15:26:47 +0000 smatz (svn r19077) -Codechange: remove company_pw from console vars draft
Wed, 10 Feb 2010 15:24:48 +0000 terkhen (svn r19076) -Codechange: Move graph functions to their own header. draft
Wed, 10 Feb 2010 15:17:27 +0000 smatz (svn r19075) -Codechange: unhackify NetworkChangeCompanyPassword() draft
Wed, 10 Feb 2010 13:52:10 +0000 smatz (svn r19074) -Change: when filtering list of settings and console commands, use strstr() instead of strncmp() draft
Tue, 09 Feb 2010 23:52:08 +0000 rubidium (svn r19073) -Fix (r15027): -a is not a command line parameter draft
Tue, 09 Feb 2010 23:49:19 +0000 rubidium (svn r19072) -Fix [FS#3599]: possible read/write after free when the client triggered the server to close the connection draft
Tue, 09 Feb 2010 21:50:16 +0000 rubidium (svn r19071) -Codechange: update the other language files for r19070 (sbr) draft
Tue, 09 Feb 2010 21:48:57 +0000 rubidium (svn r19070) -Fix [FS#3607]: the station coverage text was not RTL language aware (sbr) draft
Tue, 09 Feb 2010 18:47:33 +0000 glx (svn r19069) -Fix: typo in known-bugs.txt draft
Tue, 09 Feb 2010 18:45:53 +0000 translators (svn r19068) -Update from WebTranslator v3.0: draft
Tue, 09 Feb 2010 18:37:19 +0000 glx (svn r19067) -Fix [FS#3604]: remove Bidi control characters from the reordered text draft
Tue, 09 Feb 2010 16:22:13 +0000 yexo (svn r19066) -Fix: settings that are part of the "ttdpatch flags" can cause desyncs if they're changed in network games draft
Tue, 09 Feb 2010 15:43:54 +0000 peter1138 (svn r19065) -Fix [FS#3605]: Station offset multiplier was wrong. draft
Mon, 08 Feb 2010 23:46:35 +0000 terkhen (svn r19064) -Feature: Allow to select different land colours for the smallmap (reworked by Alberth). draft
Mon, 08 Feb 2010 23:05:29 +0000 yexo (svn r19063) -Codechange: type in constant name (andythenorth) draft
Mon, 08 Feb 2010 21:19:41 +0000 terkhen (svn r19062) -Codechange: Move smallmap related functions to their own header. draft
Mon, 08 Feb 2010 18:45:17 +0000 translators (svn r19061) -Update from WebTranslator v3.0: draft
Mon, 08 Feb 2010 16:07:46 +0000 peter1138 (svn r19060) -Codechange: Draw custom depot sprites in GUI. draft
Mon, 08 Feb 2010 01:31:10 +0000 michi_cc (svn r19059) -Fix (r19056): Regenerate MSVC project files. draft
Sun, 07 Feb 2010 22:22:54 +0000 peter1138 (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) draft
Sun, 07 Feb 2010 18:45:19 +0000 translators (svn r19055) -Update from WebTranslator v3.0: draft
Sun, 07 Feb 2010 18:28:09 +0000 rubidium (svn r19054) -Fix [FS#3598]: when banning yourself via rcon do not send the 'command response' to the client as the connection has already been terminated draft
Sun, 07 Feb 2010 12:04:44 +0000 frosch (svn r19053) -Codechange: Add an enum for the special flags of industry tiles. (based on andythenorth' work) draft
Sun, 07 Feb 2010 11:58:35 +0000 alberth (svn r19052) -Codechange: Remove the _smallmap_draw_procs array. draft
Sat, 06 Feb 2010 20:50:50 +0000 frosch (svn r19051) -Codechange: Variable scope. draft
Sat, 06 Feb 2010 20:41:27 +0000 frosch (svn r19050) -Fix: Don't call callbacks for disabled industrytypes. draft
Sat, 06 Feb 2010 20:19:59 +0000 frosch (svn r19049) -Codechange: Deduplicate computing number of initial industries. draft
Sat, 06 Feb 2010 19:24:51 +0000 alberth (svn r19048) -Codechange: Pass the already queried effective tile type to the GetSmallMapPixels routines. draft
Sat, 06 Feb 2010 19:22:29 +0000 alberth (svn r19047) -Codechange: Use GetEffectiveTileType() in all GetSmallMapPixels routines. draft
Sat, 06 Feb 2010 19:18:09 +0000 alberth (svn r19046) -Codechange: Move retrieval of tile colour data in smallmap. draft
Sat, 06 Feb 2010 18:45:17 +0000 translators (svn r19045) -Update from WebTranslator v3.0: draft