summaryrefslogtreecommitdiff
path: root/src/aircraft_cmd.cpp
AgeCommit message (Expand)Author
2011-11-04(svn r23104) -Codechange: prepare the vehicle/sign z for some further changes...rubidium
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...rubidium
2011-11-01(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to dra...frosch
2011-11-01(svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and V...frosch
2011-11-01(svn r23074) -Codechange: Add Vehicle::GetEngine() to simplify code.frosch
2011-09-09(svn r22915) -Fix (r22743): TTO savegames with any aircraft not in an hangar ...yexo
2011-08-13(svn r22743) -Fix [FS#4696]: Make aircraft point to the exit when leaving the...alberth
2011-08-03(svn r22713) -Feature: [NewGRF] Per vehicle custom cargo ageing period.michi_cc
2011-05-28(svn r22505) -Add: Separate EffectVehicleTypes for broken aircraft and smoke ...frosch
2011-04-10(svn r22309) -Fix: Make road vehicles, ships and aircraft skip orders if they...frosch
2011-02-07(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so i...rubidium
2011-02-04(svn r21954) -Cleanup: remove setting to not show the vehicle speed in the ve...rubidium
2011-01-18(svn r21844) -Codechange: move documentation towards the code to make it more...rubidium
2011-01-15(svn r21803) -Cleanup: Remove unnecessary semicolons.terkhen
2010-11-10(svn r21137) -Fix/revert-ish (r1385): station ratings weren't updated (anymor...rubidium
2010-11-09(svn r21123) -Codechange: Remove max_speed from the Vehicle class.terkhen
2010-11-09(svn r21120) -Fix (r21096): Use the engine max speed value instead of the sav...terkhen
2010-11-08(svn r21119) -Fix: Helicopter flight altitude was determined inconsistently i...frosch
2010-11-08(svn r21118) -Codechange: Name and deduplicate some magic numbers.frosch
2010-11-06(svn r21097) -Codechange: Unify cached max speed for all vehicle types.terkhen
2010-11-06(svn r21096) -Fix: Display the real max speed for aircrafts instead of always...terkhen
2010-11-06(svn r21094) -Fix: Aircraft speed would ignore callback 36 result when it is ...terkhen
2010-11-05(svn r21088) -Doc: Additions/corrections of doxygen comments.alberth
2010-09-08(svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehic...rubidium
2010-09-08(svn r20768) -Codechange: unify send-to-depot commandsrubidium
2010-08-28(svn r20645) -Codechange [FS#4086]: unify the code for checking for breakdown...rubidium
2010-08-28(svn r20644) -Codechange [FS#4086]: unify the vehicle breakdown code (Hirundo)rubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-19(svn r20559) -Fix [FS#4045]: make sure that all vehicles are build in the mos...yexo
2010-08-18(svn r20536) -Codechange: unify the refitting of vehiclesrubidium
2010-08-18(svn r20534) -Codechange: unify the naming of the 'vehicle must be stopped in...yexo
2010-08-17(svn r20532) -Codechange: unify selling of vehicles a bitrubidium
2010-08-17(svn r20531) -Codechange: unify quite a bit of the vehicle building commandsrubidium
2010-08-17(svn r20529) -Codechange: simplify UpdateAirplanesOnNewStation by removing co...yexo
2010-08-17(svn r20525) -Codechange: make Aircraft::UpdateDeltaXY more readable by remov...yexo
2010-08-13(svn r20478) -Codechange: remove support for 'helipad groups' because there a...yexo
2010-08-13(svn r20477) -Codechange: remove some airport-related constants/functions and...yexo
2010-08-12(svn r20476) -Codechange: simplify a check in aircraft_cmd.cpp by using the e...yexo
2010-08-12(svn r20474) -Cleanup: remove some unused codeyexo
2010-08-10(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as wellrubidium
2010-08-05(svn r20368) -Codechange: automatically rotate all nodes for airport movement...yexo
2010-08-05(svn r20367) -Codechange; don't use a pointer to access the AirportMovingData...yexo
2010-08-05(svn r20366) -Codechange: store the rotation of the airport layout in the sta...yexo
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-16(svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "b...rubidium
2010-07-04(svn r20079) -Codechange [FS#3922]: Add helper functions to deal with the 192...frosch
2010-06-11(svn r19961) -Codechange: Unify "vehicle is destroyed" errors.terkhen
2010-06-05(svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEB...frosch