summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-08(svn r19374) -Change: Update documentation for console command connect to use...peter1138
2010-03-07(svn r19373) -Fix (r19372): Missing variable declaration.terkhen
2010-03-07(svn r19372) -Codechange: CheckTileOwnership() returns a CommandCost.alberth
2010-03-07(svn r19371) -Update from WebTranslator v3.0:translators
2010-03-07(svn r19370) -Codechange: EnsureNoTrainOnTrack() returns a CommandCost.alberth
2010-03-07(svn r19369) -Codechange: EnsureNoTrainOnTrackBits() returns a CommandCost now.alberth
2010-03-07(svn r19368) -Codechange: Return early in AIAbstractList::SetValue(), if the ...frosch
2010-03-07(svn r19367) -Fix [FS#3665]: List valuator could cause invalid iterators.frosch
2010-03-07(svn r19366) -Codechange: Move setting of _error_message from the callback ch...alberth
2010-03-07(svn r19365) -Codechange: Move EnsureNoTrainOnTrackProc() to src/vehicle.cpp.alberth
2010-03-07(svn r19364) -Fix [FS#3668]: Implement custom sound effect for helicopter tak...peter1138
2010-03-07(svn r19363) -Codechange: Remove use of _error_message global from TerraformT...alberth
2010-03-07(svn r19362) -Fix [FS#3667] (r19270): Failure to prospect an industry should ...alberth
2010-03-06(svn r19361) -Fix [FS#3664](r19353): crash when an airport was deletedyexo
2010-03-06(svn r19360) -Add: [NewGRF] When the tractive effort of a road vehicle is not...terkhen
2010-03-06(svn r19359) -Update from WebTranslator v3.0:translators
2010-03-06(svn r19358) -Fix [FS#3663]: Close error messages about missing ownership whe...frosch
2010-03-06(svn r19357) -Codechange: Add 'face' member to ErrmsgWindow to simplify stuff.frosch
2010-03-06(svn r19356) -Fix: Whitespace.frosch
2010-03-06(svn r19355) -Codechange: add the airport layout to build as parameter to Cmd...yexo
2010-03-06(svn r19354) -Codechange: store the number of layouts in AirportSpecyexo
2010-03-06(svn r19353) -Codechange: use static objects for the airport statemachines in...yexo
2010-03-06(svn r19352) -Fix (r19332): MSVC doesn't have M_PI in math.hyexo
2010-03-06(svn r19351) -Codechange: use TileArea for AfterRemoveRectyexo
2010-03-06(svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost.alberth
2010-03-06(svn r19349) -Add: [NoAI] AIs can get the power, weight and tractive effort o...terkhen
2010-03-06(svn r19348) -Add: Allow to sort road vehicles by power and by power vs runni...terkhen
2010-03-06(svn r19347) -Add: Vehicle GUI now shows power, weight and tractive effort fo...terkhen
2010-03-06(svn r19346) -Feature: Configurable slope steepness for road vehicles from 0%...terkhen
2010-03-06(svn r19345) -Feature: Realistic acceleration for road vehicles.terkhen
2010-03-06(svn r19344) -Codechange: RoadVehicle uses UpdateInclination instead of its o...terkhen
2010-03-06(svn r19343) -Codechange: Make RoadVehicle a child class of GroundVehicle.terkhen
2010-03-06(svn r19342) -Codechange: Move inclination update functions to GroundVehicle.terkhen
2010-03-06(svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle.terkhen
2010-03-06(svn r19340) -Documentation: Add a list of required functions to GroundVehicle.terkhen
2010-03-06(svn r19339) -Codechange: Move acceleration functions to GroundVehicle.terkhen
2010-03-06(svn r19338) -Codechange: Move the acceleration cache to GroundVehicle.terkhen
2010-03-06(svn r19337) -Codechange: Create the GroundVehicle class.terkhen
2010-03-06(svn r19336) -Codechange: Move rail speed limit to its own function.terkhen
2010-03-06(svn r19335) -Codechange: StationRect::BeforeAddTile() returns a CommandCost.alberth
2010-03-06(svn r19334) -Codechange: method-call codestyle fixes, and introduction of co...alberth
2010-03-06(svn r19333) -Fix (r19328): int versus uint comparison warning fixed.alberth
2010-03-06(svn r19332) -Codechange: Simplify sound panning by using float data, and swi...peter1138
2010-03-06(svn r19331) -Fix: when deleting an airport the size from the AirportSpec was...yexo
2010-03-06(svn r19330) -Cleanup: remove the now unused 'oilrig' from AirportSpecyexo
2010-03-05(svn r19329) -Codechange: language updates for the previous commitsyexo
2010-03-05(svn r19328) -Feature: a more extendable gui for building airportsyexo
2010-03-05(svn r19327) -Codechange: make the oilrig a part of the original airports arr...yexo
2010-03-05(svn r19326) -Codechange: store the airport name as property in AirportSpecyexo
2010-03-05(svn r19325) -Codechange: introduce airport classes and split the default air...yexo