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