log

age author description
Sun, 14 Feb 2010 15:30:08 +0000 alberth (svn r19128) -Codechange: CommandCost cost methods return void instead of a copy of *this. draft
Sun, 14 Feb 2010 13:01:33 +0000 frosch (svn r19127) -Codechange: Add printf-like warnings to more functions. draft
Sun, 14 Feb 2010 13:01:07 +0000 frosch (svn r19126) -Codechange: Silence a warning. draft
Sat, 13 Feb 2010 20:13:34 +0000 frosch (svn r19125) -Fix (r18809): Compiling with desync-debug failed. draft
Sat, 13 Feb 2010 18:45:51 +0000 translators (svn r19124) -Update from WebTranslator v3.0: draft
Sat, 13 Feb 2010 18:44:03 +0000 alberth (svn r19123) -Fix [FS#3617]: Resize station cargo widget when needed to display all accepted cargo types. draft
Sat, 13 Feb 2010 18:41:31 +0000 alberth (svn r19122) -Codechange: Move cargo drawing to StationViewWindow::OnPaint(). draft
Sat, 13 Feb 2010 18:39:00 +0000 alberth (svn r19121) -Codechange: Introduce a variable for the height of the ratings and accepted cargo widgets. draft
Sat, 13 Feb 2010 14:06:01 +0000 frosch (svn r19120) -Fix: [NewGRF] Industry property 0x17 was interpreted incorrectly and in some cases circumvented the density difficulty setting. draft
Sat, 13 Feb 2010 14:02:36 +0000 rubidium (svn r19119) -Fix [FS#3616]: removing towns (in the scenario editor) that had stations/depots refer to them or vehicles were on the town's road could cause a crash draft
Sat, 13 Feb 2010 14:00:45 +0000 alberth (svn r19118) -Fix [FS#3593]: Some buttons in the order gui were raised too soon. draft
Sat, 13 Feb 2010 10:33:05 +0000 terkhen (svn r19117) -Fix [FS#3593]: The Non-stop dropdown wasn't enabled for depot and waypoint orders. draft
Sat, 13 Feb 2010 00:20:19 +0000 rubidium (svn r19116) -Fix [FS#3615]: enabling ccache via environment variables failed to properly detect/set a compiler draft
Sat, 13 Feb 2010 00:00:47 +0000 rubidium (svn r19115) -Document: --with-ccache and --with-distcc in configure draft
Fri, 12 Feb 2010 23:47:50 +0000 rubidium (svn r19114) -Change: [strgen] Modify the outputted format for MSVC builds of strgen so it also shows fatal errors in the 'error list' and it also counts them. (Fatal) errors are marked as warnings so a failing language file is not causing the complete compilation to fail. draft
Fri, 12 Feb 2010 23:45:25 +0000 rubidium (svn r19113) -Change: [strgen] Remove the partially generated language file if compilation fails. draft
Fri, 12 Feb 2010 23:39:44 +0000 smatz (svn r19112) -Fix [FS#3611]: don't crash on broken lng file draft
Fri, 12 Feb 2010 21:43:58 +0000 rubidium (svn r19111) -Fix (r19070): the station view didn't show acceptance anymore draft
Fri, 12 Feb 2010 18:45:34 +0000 rubidium (svn r19110) -Fix (r19107): if GCC 3.2 has the trouble, then don't allow it draft
Fri, 12 Feb 2010 18:45:34 +0000 translators (svn r19109) -Update from WebTranslator v3.0: draft
Fri, 12 Feb 2010 18:42:40 +0000 rubidium (svn r19108) -Document: what compilers are known to succeed compiling OpenTTD and which ones have proven to fail compiling OpenTTD draft
Fri, 12 Feb 2010 18:41:46 +0000 rubidium (svn r19107) -Change: GCC 3.2 seems to be having trouble with some templates too draft
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