summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-03-05(svn r19324) -Codechange: introduce AirportSpec::GetWithoutOverride to get a ...yexo
2010-03-05(svn r19323) -Codechange: copy the AirportSpec original array to an internal ...yexo
2010-03-05(svn r19322) -Codechange: change the id of the oilrig airport from 15 to 9yexo
2010-03-05(svn r19321) -Codechange [FS#3630]: unify the rail station widget description...rubidium
2010-03-05(svn r19320) -Fix (r19291): Forgot to set error message.alberth
2010-03-05(svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost.alberth
2010-03-05(svn r19318) -Fix [FS#3661](r19198): crash when building an airport at a stat...yexo
2010-03-05(svn r19317) -Update from WebTranslator v3.0:translators
2010-03-04(svn r19316) -Fix (r19186): Give correct error when failing to flatten land.alberth
2010-03-04(svn r19315) -Fix (r19295): Show the filename in the newgrf windows if the ne...yexo
2010-03-04(svn r19314) -Update from WebTranslator v3.0:translators
2010-03-03(svn r19311) -Fix (r19181): further wrong translationssmatz
2010-03-03(svn r19309) -Update: base set translations for Arabic, Catalan and Norwegian...rubidium
2010-03-03(svn r19308) -Change [FS#3655]: Increase the default small font size for free...rubidium
2010-03-03(svn r19307) -Add: Let railtypes specify their own smallmap colour. No legend...peter1138
2010-03-03(svn r19306) -Change: Railtype cost factor from byte to word valuepeter1138
2010-03-03(svn r19305) -Update from WebTranslator v3.0:translators
2010-03-02(svn r19304) -Fix [FS#3652]: disable sound when a sound error happen instead ...glx
2010-03-02(svn r19303) -Codechange: Silence a gcc warning.frosch
2010-03-02(svn r19302) -Update from WebTranslator v3.0:translators
2010-03-02(svn r19301) -Feature: [YAPF] Consider the railtype imposed speed limit for p...michi_cc