summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵terkhen
not set, use a default value of 4C.
2010-03-06(svn r19359) -Update from WebTranslator v3.0:translators
croatian - 5 changes by VoyagerOne esperanto - 4 changes by Ailanto finnish - 6 changes by jpx_ french - 5 changes by glx german - 1 changes by planetmaker greek - 6 changes by fumantsu hungarian - 5 changes by Petert, alyr slovak - 5 changes by keso53 slovenian - 5 changes by ntadej spanish - 5 changes by Terkhen
2010-03-06(svn r19358) -Fix [FS#3663]: Close error messages about missing ownership ↵frosch
when the company closes or is taken over. (parts by Alberth).
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 ↵yexo
CmdBuildAirport
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 ↵yexo
instead of new/delete at the start/end of the game -Codechange: store the fta in AirportSpec
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 ↵terkhen
of a road vehicle.
2010-03-06(svn r19348) -Add: Allow to sort road vehicles by power and by power vs ↵terkhen
running cost at the engine preview window.
2010-03-06(svn r19347) -Add: Vehicle GUI now shows power, weight and tractive effort ↵terkhen
for road vehicles.
2010-03-06(svn r19346) -Feature: Configurable slope steepness for road vehicles from ↵terkhen
0% to 10%, default is 7%.
2010-03-06(svn r19345) -Feature: Realistic acceleration for road vehicles.terkhen
2010-03-06(svn r19344) -Codechange: RoadVehicle uses UpdateInclination instead of its ↵terkhen
own function.
2010-03-06(svn r19343) -Codechange: Make RoadVehicle a child class of GroundVehicle.terkhen
-Add: Required acceleration functions at RoadVehicle.
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
-Codechange: Move GetSlopeResistance to GroundVehicle.
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 ↵alberth
const reference formal parameter.
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 ↵peter1138
switch to sinusoidal algorithm to maintain output level.
2010-03-06(svn r19331) -Fix: when deleting an airport the size from the AirportSpec ↵yexo
was used instead of the stored airport size -Fix (r19319): detecting if a plane was landed at an airport failed -Fix: reset the airporttile mapping when restarting a game
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 ↵yexo
array so some special cases can be removed
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 ↵yexo
airports in 4 classes
2010-03-05(svn r19324) -Codechange: introduce AirportSpec::GetWithoutOverride to get a ↵yexo
non-const pointer to a given airportspec
2010-03-05(svn r19323) -Codechange: copy the AirportSpec original array to an internal ↵yexo
array in AirportSpec
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 ↵rubidium
descriptions (sbr)
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 ↵yexo
station where a plane was headed
2010-03-05(svn r19317) -Update from WebTranslator v3.0:translators
croatian - 15 changes by UnderwaterHesus estonian - 58 changes by irve indonesian - 1 changes by fanioz brazilian_portuguese - 3 changes by Tucalipe
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 ↵yexo
newgrf name is not empty
2010-03-04(svn r19314) -Update from WebTranslator v3.0:translators
simplified_chinese - 7 changes by Gavin frisian - 43 changes by Fopper greek - 13 changes by fumantsu hungarian - 1 changes by Petert korean - 45 changes by dlunch luxembourgish - 5 changes by Phreeze russian - 19 changes by LazyBoy serbian - 27 changes by etran
2010-03-03(svn r19311) -Fix (r19181): further wrong translationssmatz
2010-03-03(svn r19309) -Update: base set translations for Arabic, Catalan and ↵rubidium
Norwegian (Nynorsk)