log

age author description
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
Wed, 10 Mar 2010 18:45:24 +0000 translators (svn r19379) -Update from WebTranslator v3.0: draft
Wed, 10 Mar 2010 07:31:08 +0000 peter1138 (svn r19378) -Codechange: Rename ReadExtended() to ReadExtendedByte() draft
Tue, 09 Mar 2010 18:45:18 +0000 translators (svn r19377) -Update from WebTranslator v3.0: draft
Mon, 08 Mar 2010 18:45:39 +0000 translators (svn r19375) -Update from WebTranslator v3.0: draft
Mon, 08 Mar 2010 11:51:23 +0000 peter1138 (svn r19374) -Change: Update documentation for console command connect to use ip:port#company parameter format, in line with command line help. draft
Sun, 07 Mar 2010 22:31:18 +0000 terkhen (svn r19373) -Fix (r19372): Missing variable declaration. draft
Sun, 07 Mar 2010 20:44:05 +0000 alberth (svn r19372) -Codechange: CheckTileOwnership() returns a CommandCost. draft
Sun, 07 Mar 2010 18:45:27 +0000 translators (svn r19371) -Update from WebTranslator v3.0: draft
Sun, 07 Mar 2010 18:29:53 +0000 alberth (svn r19370) -Codechange: EnsureNoTrainOnTrack() returns a CommandCost. draft
Sun, 07 Mar 2010 18:24:41 +0000 alberth (svn r19369) -Codechange: EnsureNoTrainOnTrackBits() returns a CommandCost now. draft
Sun, 07 Mar 2010 17:38:40 +0000 frosch (svn r19368) -Codechange: Return early in AIAbstractList::SetValue(), if the value is not modified. draft
Sun, 07 Mar 2010 17:24:07 +0000 frosch (svn r19367) -Fix [FS#3665]: List valuator could cause invalid iterators. draft
Sun, 07 Mar 2010 16:10:40 +0000 alberth (svn r19366) -Codechange: Move setting of _error_message from the callback check routine to the caller. draft
Sun, 07 Mar 2010 15:54:58 +0000 alberth (svn r19365) -Codechange: Move EnsureNoTrainOnTrackProc() to src/vehicle.cpp. draft
Sun, 07 Mar 2010 15:10:39 +0000 peter1138 (svn r19364) -Fix [FS#3668]: Implement custom sound effect for helicopter take-off. draft
Sun, 07 Mar 2010 14:00:53 +0000 alberth (svn r19363) -Codechange: Remove use of _error_message global from TerraformTile_Track. draft
Sun, 07 Mar 2010 12:20:17 +0000 alberth (svn r19362) -Fix [FS#3667] (r19270): Failure to prospect an industry should not cause a crash. draft
Sat, 06 Mar 2010 23:54:54 +0000 yexo (svn r19361) -Fix [FS#3664](r19353): crash when an airport was deleted draft
Sat, 06 Mar 2010 19:48:17 +0000 terkhen (svn r19360) -Add: [NewGRF] When the tractive effort of a road vehicle is not set, use a default value of 4C. draft
Sat, 06 Mar 2010 18:45:34 +0000 translators (svn r19359) -Update from WebTranslator v3.0: draft
Sat, 06 Mar 2010 16:26:09 +0000 frosch (svn r19358) -Fix [FS#3663]: Close error messages about missing ownership when the company closes or is taken over. (parts by Alberth). draft
Sat, 06 Mar 2010 16:23:32 +0000 frosch (svn r19357) -Codechange: Add 'face' member to ErrmsgWindow to simplify stuff. draft
Sat, 06 Mar 2010 16:15:50 +0000 frosch (svn r19356) -Fix: Whitespace. draft
Sat, 06 Mar 2010 16:07:45 +0000 yexo (svn r19355) -Codechange: add the airport layout to build as parameter to CmdBuildAirport draft
Sat, 06 Mar 2010 16:02:07 +0000 yexo (svn r19354) -Codechange: store the number of layouts in AirportSpec draft
Sat, 06 Mar 2010 15:38:13 +0000 yexo (svn r19353) -Codechange: use static objects for the airport statemachines instead of new/delete at the start/end of the game draft
Sat, 06 Mar 2010 15:30:40 +0000 yexo (svn r19352) -Fix (r19332): MSVC doesn't have M_PI in math.h draft
Sat, 06 Mar 2010 13:38:46 +0000 yexo (svn r19351) -Codechange: use TileArea for AfterRemoveRect draft
Sat, 06 Mar 2010 13:23:33 +0000 alberth (svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost. draft
Sat, 06 Mar 2010 13:04:25 +0000 terkhen (svn r19349) -Add: [NoAI] AIs can get the power, weight and tractive effort of a road vehicle. draft
Sat, 06 Mar 2010 13:03:17 +0000 terkhen (svn r19348) -Add: Allow to sort road vehicles by power and by power vs running cost at the engine preview window. draft
Sat, 06 Mar 2010 12:59:28 +0000 terkhen (svn r19347) -Add: Vehicle GUI now shows power, weight and tractive effort for road vehicles. draft
Sat, 06 Mar 2010 12:58:33 +0000 terkhen (svn r19346) -Feature: Configurable slope steepness for road vehicles from 0% to 10%, default is 7%. draft
Sat, 06 Mar 2010 12:56:57 +0000 terkhen (svn r19345) -Feature: Realistic acceleration for road vehicles. draft
Sat, 06 Mar 2010 12:55:56 +0000 terkhen (svn r19344) -Codechange: RoadVehicle uses UpdateInclination instead of its own function. draft
Sat, 06 Mar 2010 12:54:42 +0000 terkhen (svn r19343) -Codechange: Make RoadVehicle a child class of GroundVehicle. draft
Sat, 06 Mar 2010 12:52:44 +0000 terkhen (svn r19342) -Codechange: Move inclination update functions to GroundVehicle. draft
Sat, 06 Mar 2010 12:50:55 +0000 terkhen (svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle. draft
Sat, 06 Mar 2010 12:45:47 +0000 terkhen (svn r19340) -Documentation: Add a list of required functions to GroundVehicle. draft
Sat, 06 Mar 2010 12:44:30 +0000 terkhen (svn r19339) -Codechange: Move acceleration functions to GroundVehicle. draft
Sat, 06 Mar 2010 12:42:53 +0000 terkhen (svn r19338) -Codechange: Move the acceleration cache to GroundVehicle. draft
Sat, 06 Mar 2010 12:41:18 +0000 terkhen (svn r19337) -Codechange: Create the GroundVehicle class. draft
Sat, 06 Mar 2010 12:27:23 +0000 terkhen (svn r19336) -Codechange: Move rail speed limit to its own function. draft
Sat, 06 Mar 2010 12:15:03 +0000 alberth (svn r19335) -Codechange: StationRect::BeforeAddTile() returns a CommandCost. draft
Sat, 06 Mar 2010 11:54:59 +0000 alberth (svn r19334) -Codechange: method-call codestyle fixes, and introduction of const reference formal parameter. draft
Sat, 06 Mar 2010 11:08:39 +0000 alberth (svn r19333) -Fix (r19328): int versus uint comparison warning fixed. draft
Sat, 06 Mar 2010 11:08:31 +0000 peter1138 (svn r19332) -Codechange: Simplify sound panning by using float data, and switch to sinusoidal algorithm to maintain output level. draft
Sat, 06 Mar 2010 01:58:55 +0000 yexo (svn r19331) -Fix: when deleting an airport the size from the AirportSpec was used instead of the stored airport size draft
Sat, 06 Mar 2010 00:38:21 +0000 yexo (svn r19330) -Cleanup: remove the now unused 'oilrig' from AirportSpec draft