log

age author description
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
Sat, 20 Mar 2010 17:22:15 +0000 alberth (svn r19493) -Codechange: Keep track of last error in CmdDepotSellAllVehicles(). draft
Sat, 20 Mar 2010 17:19:16 +0000 alberth (svn r19492) -Codechange: Keep track of last error in CmdClearArea(). draft
Sat, 20 Mar 2010 17:14:26 +0000 alberth (svn r19491) -Codechange: Keep track of last error in CmdRemoveLongRoad(). draft
Sat, 20 Mar 2010 17:13:00 +0000 alberth (svn r19490) -Fix: Return to old behaviour of CmdLevelLand() by keeping track of last error. draft
Sat, 20 Mar 2010 17:10:14 +0000 alberth (svn r19489) -Codechange: Introduce a had_success variable in SendAllVehiclesToDepot(). draft
Sat, 20 Mar 2010 17:08:16 +0000 alberth (svn r19488) -Codechange: Use last_error data for removal in CmdRailTrackHelper() as well. draft
Sat, 20 Mar 2010 16:53:46 +0000 alberth (svn r19487) -Codechange: Removed non-reachable return statement. draft
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
Sun, 14 Mar 2010 16:42:55 +0000 alberth (svn r19421) -Codechange: Remove explicit use of _error_message from CmdConvertRail(). draft
Sun, 14 Mar 2010 15:42:26 +0000 alberth (svn r19420) -Codechange: Don't use _error_message to keep track of success/failure, use a had_success boolean. draft
Sun, 14 Mar 2010 14:36:37 +0000 alberth (svn r19419) -Codechange: Use failed CommandCost object to retrieve message instead of _error_message. draft
Sun, 14 Mar 2010 14:30:51 +0000 alberth (svn r19418) -Codechange: Code style fix for ValParamTrackOrientation(). draft
Sun, 14 Mar 2010 14:01:53 +0000 alberth (svn r19417) -Codechange: More code style, move variable declarations to their first use. draft
Sun, 14 Mar 2010 13:49:23 +0000 alberth (svn r19416) -Codechange: Code style, move variable declarations to their first use. draft
Sun, 14 Mar 2010 12:58:51 +0000 alberth (svn r19415) -Codechange: Forward CommandCost with an error back to the caller. draft
Sun, 14 Mar 2010 12:39:24 +0000 alberth (svn r19414) -Doc: Several doxygen additions and corrections. draft
Sun, 14 Mar 2010 12:04:10 +0000 alberth (svn r19413) -Codechange: Merging RailtypeFlag enum (a bit number) with RailTypeFlags enum (had values only). draft
Sat, 13 Mar 2010 20:03:58 +0000 alberth (svn r19412) -Codechange (r9942): One pair of parentheses is enough. draft
Sat, 13 Mar 2010 18:45:41 +0000 translators (svn r19410) -Update from WebTranslator v3.0: draft
Sat, 13 Mar 2010 18:21:41 +0000 rubidium (svn r19409) -Codechange: remove some spaces from translations that were already removed from English (a long while ago) draft
Sat, 13 Mar 2010 18:13:35 +0000 rubidium (svn r19408) -Change: make the space after ... consistent in the translations too draft
Sat, 13 Mar 2010 18:06:10 +0000 rubidium (svn r19407) -Fix: incorrect number of dots in '...' in translations draft
Sat, 13 Mar 2010 17:58:04 +0000 rubidium (svn r19406) -Fix: unneeded space in English string draft
Sat, 13 Mar 2010 17:11:28 +0000 alberth (svn r19405) -Codechange: CheckOwnership() returns a CommandCost. draft
Sat, 13 Mar 2010 16:38:23 +0000 alberth (svn r19404) -Codechange: CheckAllowRemoveTunnelBridge() returns a CommandCost. draft
Sat, 13 Mar 2010 15:55:04 +0000 frosch (svn r19403) -Fix (r19398): Test inverted. draft
Sat, 13 Mar 2010 15:53:44 +0000 alberth (svn r19402) -Codechange: CheckAllowRemoveRoad() returns a CommandCost. draft
Sat, 13 Mar 2010 15:42:36 +0000 alberth (svn r19401) -Codechange: Use curly braces with multi-line if statements. draft
Sat, 13 Mar 2010 15:33:07 +0000 alberth (svn r19400) -Codechange: CheckforTownRating returns a CommandCost. draft
Sat, 13 Mar 2010 15:13:19 +0000 alberth (svn r19399) -Doc: Doxyment enum TownRatingCheckType. draft
Sat, 13 Mar 2010 14:58:37 +0000 rubidium (svn r19398) -Codechange: move the desync cache checking code to its own function. Also make the drive through and cargo list checks only run when 'desync' debugging is enabled. draft
Sat, 13 Mar 2010 10:18:57 +0000 terkhen (svn r19397) -Add: Enter the starting year at the scenario editor by clicking at the date panel. draft
Sat, 13 Mar 2010 01:12:07 +0000 yexo (svn r19396) -Fix [FS#3690] (r19351): trying to remove a too large rail station rect caused crashes draft
Sat, 13 Mar 2010 00:15:24 +0000 Yexo (svn r19395) -Fix [FS#3669]: the AI Debug window didn't open if an AI or library fails to compile when loading a savegame draft
Fri, 12 Mar 2010 21:21:17 +0000 rubidium (svn r19394) -Update: base set translations for Afrikaans, Danish, Estonian, Greek, Romanian and Serbian. draft
Fri, 12 Mar 2010 19:38:00 +0000 terkhen (svn r19392) -Codechange: Increase the maximum size of a TileArea. draft
Fri, 12 Mar 2010 19:18:26 +0000 rubidium (svn r19391) -Fix (r19255): shuffling around GRFIdentifier in GRFConfig caused gamelog to log the wrong data which could cause crashes later on when that data is queried draft
Fri, 12 Mar 2010 18:45:13 +0000 translators (svn r19390) -Update from WebTranslator v3.0: draft
Fri, 12 Mar 2010 01:37:41 +0000 yexo (svn r19389) -Fix [FS3676]: only show the "No AIs available" error message when explicitly changing the number of AI opponents draft
Thu, 11 Mar 2010 21:55:37 +0000 rubidium (svn r19388) -Fix [FS#3666]: [NoAI] When reloading a savegame, an AI failing to compile could trigger (trying) to read the not yet loaded information of another AI via the AI Debug window and its "open with the most recently used AI" feature draft
Thu, 11 Mar 2010 20:57:18 +0000 terkhen (svn r19387) -Fix [FS#3671]: Close all orders windows when switching companies. draft
Thu, 11 Mar 2010 18:45:09 +0000 translators (svn r19386) -Update from WebTranslator v3.0: draft
Thu, 11 Mar 2010 17:57:14 +0000 rubidium (svn r19385) -Fix [FS#3684]: [IPv6] Netmask calculations were wrong if cidr >= 32. draft
Wed, 10 Mar 2010 20:45:23 +0000 frosch (svn r19384) -Fix: Overbuilding plain rail with stations did not update PBS reservation. draft
Wed, 10 Mar 2010 20:44:04 +0000 frosch (svn r19383) -Fix [FS#3680]: Overbuilding bridges cleared PBS reservation. draft
Wed, 10 Mar 2010 18:59:40 +0000 yexo (svn r19382) -Fix (r19381): don't break savegame version 139 draft
Wed, 10 Mar 2010 18:51:56 +0000 yexo (svn r19381) -Fix [FS#3670] (r19198): airport size wasn't properly stored in the savegame draft
Wed, 10 Mar 2010 18:46:26 +0000 yexo (svn r19380) -Fix [FS#3678] (r19322): updating the id of the oilrig airport should be done earlier as it can be used by newgrf code draft