log

age author description
Sat, 20 Mar 2010 16:47:07 +0000 alberth (svn r19486) -Codechange: Code style, move var declarations closer to their first use. draft
Sat, 20 Mar 2010 16:45:23 +0000 alberth (svn r19485) -Codechange: Re-implement CalcBridgeLenCostFactor() in a more readable way without changing computed costs. draft
Sat, 20 Mar 2010 15:32:58 +0000 alberth (svn r19484) -Codechange: Rename parameter 'x' of CalcBridgeLenCostFactor() to 'length'. draft
Sat, 20 Mar 2010 15:30:57 +0000 alberth (svn r19483) -Codechange: Code layout fixes, and parentheses reduction. draft
Sat, 20 Mar 2010 15:23:26 +0000 alberth (svn r19482) -Doc: Doxygen additions/updates. draft
Sat, 20 Mar 2010 14:30:16 +0000 frosch (svn r19481) -Codechange: Turn _industry_counts into a static member of Industry. draft
Sat, 20 Mar 2010 12:21:01 +0000 terkhen (svn r19480) -Fix: Stop reducing the size of the vehicle list after selecting a vehicle with a long description. draft
Sat, 20 Mar 2010 10:59:06 +0000 alberth (svn r19479) -Codechange: Test range of town size and layout instead of against the current last value. draft
Sat, 20 Mar 2010 10:55:08 +0000 alberth (svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and TownSize enums. draft
Fri, 19 Mar 2010 22:46:22 +0000 yexo (svn r19477) -Fix (r1946x): removed a few too functions including the copy constructor draft
Fri, 19 Mar 2010 21:23:54 +0000 yexo (svn r19476) -Codechange: simplify the 'is conflicting industry nearby' check a bit draft
Fri, 19 Mar 2010 21:00:15 +0000 terkhen (svn r19475) -Cleanup: Remove an unneeded for when drawing detail panels. draft
Fri, 19 Mar 2010 20:44:23 +0000 yexo (svn r19474) -Cleanup: remove ByteBlob::Append(T*, num_items) draft
Fri, 19 Mar 2010 20:28:28 +0000 yexo (svn r19473) -Codechange: remove unused variables in the Blob::SmartAlloc code (skidd13) draft
Fri, 19 Mar 2010 20:13:15 +0000 yexo (svn r19472) -Codechange: reorder the static members of ByteBlob and add Zero() (skidd13) draft
Fri, 19 Mar 2010 20:08:40 +0000 yexo (svn r19471) -Codechange: rename ByteBlob methods to fit common style (skidd13) draft
Fri, 19 Mar 2010 20:06:33 +0000 yexo (svn r19470) -Codechange: rename blob internals (skidd13) draft
Fri, 19 Mar 2010 20:05:49 +0000 yexo (svn r19469) -Codechange: remove unused functions from Blob (skidd13) draft
Fri, 19 Mar 2010 20:04:24 +0000 yexo (svn r19468) -Codechange: make ptr_u union in Blob anonymous (skidd13) draft
Fri, 19 Mar 2010 20:03:25 +0000 yexo (svn r19467) -Codechange: Use uint and byte direct instead of declaring internal types (skidd13) draft
Fri, 19 Mar 2010 18:45:26 +0000 translators (svn r19466) -Update from WebTranslator v3.0: draft
Fri, 19 Mar 2010 11:17:52 +0000 yexo (svn r19465) -Codechange: support for multi-tile hangars draft
Fri, 19 Mar 2010 09:58:46 +0000 yexo (svn r19464) -Codechange: move GetHangarTile to Airport draft
Fri, 19 Mar 2010 09:48:44 +0000 yexo (svn r19463) -Codechange: add helper function to determine if an airport has at least one hangar draft
Fri, 19 Mar 2010 00:34:38 +0000 yexo (svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport draft
Thu, 18 Mar 2010 23:41:39 +0000 yexo (svn r19461) -Fix (r19355): p1 was still used in two places draft
Thu, 18 Mar 2010 23:27:11 +0000 rubidium (svn r19460) -Fix [FS#3703]: [NPF] Crash when finding a waypoint before finding the closest depot draft
Thu, 18 Mar 2010 23:15:38 +0000 yexo (svn r19459) -Feature: make some airport properties modifyable by newgrfs draft
Thu, 18 Mar 2010 23:14:47 +0000 yexo (svn r19458) -Fix (r19457): svn add the new file draft
Thu, 18 Mar 2010 23:12:38 +0000 yexo (svn r19457) -Codechange: introduce AirportOverrideManager to keep track of airports if a newgrf can't be found draft
Thu, 18 Mar 2010 23:10:35 +0000 yexo (svn r19456) -Codechange; increase the maximum number of airports draft
Thu, 18 Mar 2010 21:02:20 +0000 yexo (svn r19455) -Codechange: split all airport information in Station to a seperate class draft
Thu, 18 Mar 2010 18:45:20 +0000 translators (svn r19454) -Update from WebTranslator v3.0: draft
Thu, 18 Mar 2010 18:38:32 +0000 yexo (svn r19453) -Codechange: split getting the initial aircraft position to a new function draft
Thu, 18 Mar 2010 16:34:50 +0000 rubidium (svn r19452) -Change: plural type of Slovak (keso) draft
Thu, 18 Mar 2010 15:20:49 +0000 yexo (svn r19451) -Cleanup: remove some unused code draft
Thu, 18 Mar 2010 15:20:21 +0000 yexo (svn r19450) -Fix (r19197): animation callbacks for airport tiles where never called draft
Thu, 18 Mar 2010 00:41:16 +0000 yexo (svn r19449) -Codechange: pay for every airport tile build, not for every tile in the rectangle where the airport is build draft
Wed, 17 Mar 2010 20:19:55 +0000 frosch (svn r19445) -Change: No need to drag an area when overbuilding bridges. draft
Wed, 17 Mar 2010 19:15:31 +0000 rubidium (svn r19444) -Update: base set translations for Polish, Slovak and Turkish. draft
Wed, 17 Mar 2010 18:52:56 +0000 frosch (svn r19443) -Fix [FS#3701]: Mark industry windows dirty more often. draft
Wed, 17 Mar 2010 18:50:41 +0000 rubidium (svn r19442) -Update: readme about openmsx and make it easier to find the pulseaudio-ubuntu-slowness bug in the readme/known-bugs draft
Wed, 17 Mar 2010 18:49:59 +0000 rubidium (svn r19441) -Fix (r19437): broken Greek translation. draft
Wed, 17 Mar 2010 18:45:44 +0000 translators (svn r19440) -Update from WebTranslator v3.0: draft
Tue, 16 Mar 2010 20:15:38 +0000 rubidium (svn r19438) -Fix [FS#3700]: Custom group names are misaligned with default ones when using rtl languages (sbr) draft
Tue, 16 Mar 2010 18:45:44 +0000 translators (svn r19437) -Update from WebTranslator v3.0: draft
Tue, 16 Mar 2010 17:54:10 +0000 frosch (svn r19436) -Fix: With certain game settings one could clear tiles for free when building long roads. draft
Tue, 16 Mar 2010 16:04:35 +0000 yexo (svn r19435) -Fix: when loading a savegame created with a house newgrf without that newgrf available all houses became tall office blocks draft
Tue, 16 Mar 2010 06:43:41 +0000 peter1138 (svn r19434) -Add: Add rail speed limit to land area information window. draft
Tue, 16 Mar 2010 06:30:31 +0000 peter1138 (svn r19433) -Codechange: Limit rail clearance earnings to 3/4s of rail build cost, to avoid money making loophole when rail build cost is less than rail removal earnings. draft
Tue, 16 Mar 2010 06:25:35 +0000 yexo (svn r19432) -Fix [FS#3696] (r19357): crash when the error message 'owned by <town>' was shown draft
Tue, 16 Mar 2010 06:18:52 +0000 peter1138 (svn r19431) -Codechange: Append rail type speed limit (if set) to rail type selection list, and toolbar title. draft
Mon, 15 Mar 2010 22:42:43 +0000 yexo (svn r19429) -Fix: when the title game contains an AIPL block the AI settinsg where overwritten by those from the title game draft
Mon, 15 Mar 2010 18:45:27 +0000 translators (svn r19428) -Update from WebTranslator v3.0: draft
Mon, 15 Mar 2010 17:44:54 +0000 rubidium (svn r19427) -Codechange: gracefully handle the case where we can't open a .tar file. draft
Mon, 15 Mar 2010 11:45:15 +0000 rubidium (svn r19426) -Fix: compilation with AIs disabled draft
Sun, 14 Mar 2010 20:57:23 +0000 michi_cc (svn r19425) -Fix: [YAPP] A train on a bridge/tunnel was not always found when checking for trains on a reserved path. draft
Sun, 14 Mar 2010 20:53:31 +0000 frosch (svn r19424) -Codechange: Call command procs only via DoCommand(). draft
Sun, 14 Mar 2010 19:59:45 +0000 alberth (svn r19423) -Codechange: Move error message reporting of industry build in SE to a callback. draft
Sun, 14 Mar 2010 18:45:33 +0000 translators (svn r19422) -Update from WebTranslator v3.0: draft