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