summaryrefslogtreecommitdiff
path: root/src/aircraft_cmd.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-05-15Change: Use gender-neutral pronounsrubidium42
2021-03-09Fix #8810: "aircraft out of fuel" news was looking in the wrong place (#8832)Patric Stout
2021-02-20Codechange: rename sound ids to make more sense. (#8701)frosch
2021-01-13Fix #8560: Planes were landing at the wrong height at airports with lowered h...Charles Pigott
2021-01-11Fix #7619: nudge fast planes sooner towards their target (#8531)Patric Stout
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2021-01-05Fix #7611: keeps news about accidents around after vehicle is cleaned up (#8497)Patric Stout
2021-01-05Fix #8437: Crash when using certain heliports with rotated airportsCharles Pigott
2021-01-05Fix #8437: Planes landing at non-rectangular airports could be drawn at the w...Charles Pigott
2021-01-05Codechange: create MutableSpriteCache to remove the need to cast Vehicle to a...Matt Kimber
2020-12-06Change: [NewGRF] Use aircraft property 12 also for helicopters.frosch
2020-05-21Codechange: Use std::string for most of the user-settable custom names.Michael Lutz
2019-12-21Codechange: Replace vehicle related FOR_ALL with range-based for loopsglx
2019-12-21Codechange: Replace station related FOR_ALL with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-11-02Fix ccb4c37: Use of possibly uninitialised pointer (#7818)Charles Pigott
2019-11-02Fix #5405: Aircraft could route to depots outside their range (#7104)SamuXarick
2019-10-25Codechange: Replaced 255's with an enum entry TERMGROUPJack McKiernan
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-04-29Codechange: Remove Company/OwnerByte typesCharles Pigott
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-18Codechange: fix Intel C++ Compiler linking issues.Patric Stout
2019-03-03Change: make crash chance at short runway independent of plane crash rate set...Johannes E. Krause
2019-02-27Fix #6574: Remove go to hangar orders when rebuilding airportSamu
2019-01-28Fix #6636: Airplanes could be sent to helicopter station depotsSamu
2019-01-27Fix #6574: Go to takeoff if no hangarSamu
2019-01-19Add: [NewGRF] Airport animation trigger for plane landing (#6334, patch by Su...Ingo von Borstel
2018-11-25Fix #6676: Prevent helicopters from stopping in midair during some kinds of l...Niels Martin Hansen
2018-10-31Change: Gradually slow down aircraft speed on breakdown (#6932)SamuXarick
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-07-19Feature: Framerate display window (#6822)Niels Martin Hansen
2018-05-22Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)PeterN
2018-04-30Fix: Spelling errors (#6769)Joan Josep
2016-10-16(svn r27668) -Feature: [NewGRF] Allow composing vehicles from multiple sprites.frosch
2016-10-16(svn r27667) -Codechange: Add VehicleSpriteSeq::GetBounds and Draw.frosch
2016-10-16(svn r27666) -Codechange: Pass vehicle sprites around using a struct VehicleS...frosch
2015-10-30(svn r27422) -Fix [FS#6341]: Aircraft picked the wrong airport entry point, i...frosch
2015-02-01(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and Sca...frosch
2014-10-04(svn r26951) -Codechange: Do the GUI-scale dance for vehicle, depot, and purc...peter1138
2014-09-21(svn r26874) -Fix (r26872): hopefully fix MSVC compile errorrubidium
2014-09-21(svn r26872) -Change: give the disaster vehicles the same treatment as aircra...rubidium
2014-09-21(svn r26867) -Fix (r26866): hopefully fix MSVC compile errorrubidium
2014-09-21(svn r26866) -Change: make aircraft ascend/descend when they are too close to...rubidium
2014-09-20(svn r26864) -Codechange: bring a bit more OO into the disaster vehiclesrubidium
2014-09-20(svn r26863) -Codechange: move a number of Vehicle* functions into the Vehicl...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-11-28(svn r26134) -Fix [FS#5820]: aircraft crashing near the map's border due to a...rubidium
2013-11-26(svn r26130) -Codechange: add some guards against using invalid image indicesrubidium
2013-08-09(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e...rubidium