log

age author description
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
Fri, 05 Mar 2010 23:22:31 +0000 yexo (svn r19329) -Codechange: language updates for the previous commits draft
Fri, 05 Mar 2010 23:21:56 +0000 yexo (svn r19328) -Feature: a more extendable gui for building airports draft
Fri, 05 Mar 2010 23:21:51 +0000 yexo (svn r19327) -Codechange: make the oilrig a part of the original airports array so some special cases can be removed draft
Fri, 05 Mar 2010 23:21:41 +0000 yexo (svn r19326) -Codechange: store the airport name as property in AirportSpec draft
Fri, 05 Mar 2010 23:21:35 +0000 yexo (svn r19325) -Codechange: introduce airport classes and split the default airports in 4 classes draft
Fri, 05 Mar 2010 23:21:30 +0000 yexo (svn r19324) -Codechange: introduce AirportSpec::GetWithoutOverride to get a non-const pointer to a given airportspec draft
Fri, 05 Mar 2010 23:21:23 +0000 yexo (svn r19323) -Codechange: copy the AirportSpec original array to an internal array in AirportSpec draft
Fri, 05 Mar 2010 23:20:02 +0000 yexo (svn r19322) -Codechange: change the id of the oilrig airport from 15 to 9 draft
Fri, 05 Mar 2010 22:48:58 +0000 rubidium (svn r19321) -Codechange [FS#3630]: unify the rail station widget descriptions (sbr) draft
Fri, 05 Mar 2010 21:34:12 +0000 alberth (svn r19320) -Fix (r19291): Forgot to set error message. draft
Fri, 05 Mar 2010 21:20:22 +0000 alberth (svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost. draft
Fri, 05 Mar 2010 19:19:29 +0000 yexo (svn r19318) -Fix [FS#3661](r19198): crash when building an airport at a station where a plane was headed draft
Fri, 05 Mar 2010 18:45:15 +0000 translators (svn r19317) -Update from WebTranslator v3.0: draft
Thu, 04 Mar 2010 21:35:26 +0000 alberth (svn r19316) -Fix (r19186): Give correct error when failing to flatten land. draft
Thu, 04 Mar 2010 20:07:39 +0000 yexo (svn r19315) -Fix (r19295): Show the filename in the newgrf windows if the newgrf name is not empty draft
Thu, 04 Mar 2010 18:45:29 +0000 translators (svn r19314) -Update from WebTranslator v3.0: draft
Wed, 03 Mar 2010 20:49:16 +0000 smatz (svn r19311) -Fix (r19181): further wrong translations draft
Wed, 03 Mar 2010 20:37:50 +0000 rubidium (svn r19309) -Update: base set translations for Arabic, Catalan and Norwegian (Nynorsk) draft
Wed, 03 Mar 2010 20:16:55 +0000 rubidium (svn r19308) -Change [FS#3655]: Increase the default small font size for freetype fonts as 6 point fonts are usually unreadable draft
Wed, 03 Mar 2010 19:07:34 +0000 peter1138 (svn r19307) -Add: Let railtypes specify their own smallmap colour. No legend support yet. draft
Wed, 03 Mar 2010 18:58:32 +0000 peter1138 (svn r19306) -Change: Railtype cost factor from byte to word value draft
Wed, 03 Mar 2010 18:45:16 +0000 translators (svn r19305) -Update from WebTranslator v3.0: draft
Tue, 02 Mar 2010 23:11:23 +0000 glx (svn r19304) -Fix [FS#3652]: disable sound when a sound error happen instead crashing draft
Tue, 02 Mar 2010 20:31:05 +0000 frosch (svn r19303) -Codechange: Silence a gcc warning. draft
Tue, 02 Mar 2010 18:45:21 +0000 translators (svn r19302) -Update from WebTranslator v3.0: draft
Tue, 02 Mar 2010 03:31:02 +0000 michi_cc (svn r19301) -Feature: [YAPF] Consider the railtype imposed speed limit for pathfinding. draft
Mon, 01 Mar 2010 20:17:21 +0000 yexo (svn r19299) -Codechange: store the most compatible ttd airport type in AirportSpec draft
Mon, 01 Mar 2010 19:53:28 +0000 yexo (svn r19298) -Fix: [NewGRF] segfault when station vars 0xF2/0xF3 is accessed when there is no truck/bus stop draft
Mon, 01 Mar 2010 19:34:04 +0000 frosch (svn r19297) -Codechange: Variable scope and documentation of DoCreateNewIndustry(). draft
Mon, 01 Mar 2010 18:45:35 +0000 translators (svn r19296) -Update from WebTranslator v3.0: draft
Sun, 28 Feb 2010 20:28:08 +0000 yexo (svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info draft
Sun, 28 Feb 2010 20:25:03 +0000 frosch (svn r19294) -Change: [NoAI] Remove HasNext() from all lists/iterators and add IsEnd() instead. draft
Sun, 28 Feb 2010 19:53:11 +0000 frosch (svn r19293) -Fix [FS#3566]: Some methods of AIAbstractList left invalid iterators. draft
Sun, 28 Feb 2010 18:45:56 +0000 translators (svn r19292) -Update from WebTranslator v3.0: draft
Sun, 28 Feb 2010 18:15:19 +0000 alberth (svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to TunnelBridgeIsFree() and return a CommandCost status. draft
Sun, 28 Feb 2010 15:01:57 +0000 glx (svn r19290) -Fix (r19285): wrong path in log draft
Sun, 28 Feb 2010 10:47:46 +0000 alberth (svn r19289) -Codechange: Move _error_message assignment from check routine to caller. draft
Sun, 28 Feb 2010 10:44:53 +0000 alberth (svn r19288) -Codechange: Move EnsureNoVehicleOnGround() and HasVehicleOnTunnelBridge() functions. draft