summaryrefslogtreecommitdiff
path: root/src/aircraft_cmd.cpp
AgeCommit message (Expand)Author
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
2013-08-04(svn r25648) -Change [FS#5669]: [NewGRF] Invalidate vehicle recolour palette ...frosch
2013-05-19(svn r25259) -Codechange: track capacities and usage of linksrubidium
2013-05-06(svn r25223) -Change: [NewGRF] Unify the behaviour of Aircraft::tick_counter ...frosch
2013-03-22(svn r25115) -Fix (r8973) [FS#5492-ish]: [NewGRF] Acceleration of NewGRF airc...frosch
2013-02-17(svn r25008) -Codechange: Make CargoList::Truncate behave similarly to CargoL...rubidium
2013-02-14(svn r24998) -Fix [FS#5137]: Set vehicle's service interval is percent flag a...rubidium
2013-02-14(svn r24994) -Codechange: Replace access to service_interval with accessors (...rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-26(svn r24855) -Fix [FS#5405]: Don't send aircraft to depots that are out of ra...michi_cc
2012-12-23(svn r24846) -Add: Advanced settings to disable certain sound effects.frosch
2012-12-23(svn r24839) -Feature [FS#5271]: [NewGRF] Support oversized purchase list spr...michi_cc
2012-07-07(svn r24384) -Fix [FS#5188-ish]: Make IsInDepot() functions behave consistent...frosch
2012-05-26(svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and ...frosch
2012-05-26(svn r24282) -Codechange: Add AddVehicleAdviceNewsItem function to preemptive...frosch
2012-04-17(svn r24127) -Feature [FS#1497]: Allow closing airports for incoming aircraft...michi_cc
2012-03-25(svn r24060) -Fix [FS#5123] (r23504): Do not freeze aircraft mid-flight when ...michi_cc
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2012-01-02(svn r23714) -Codechange: don't mix Viewport with non-viewport codetruebrain
2012-01-02(svn r23713) -Codechange: split VehicleMove() into two functions, to minimali...truebrain
2011-12-19(svn r23622) -Add: a set of events to trigger in a GameScripttruebrain
2011-12-19(svn r23595) -Codechange: add comma after last enum to get a more uniform cod...rubidium
2011-12-16(svn r23540) -Codechange: unify and document vehicle widgetsrubidium
2011-12-13(svn r23506) -Add: [NoAI] Support for dealing with aircraft range.michi_cc
2011-12-13(svn r23504) -Feature: Aircraft range.michi_cc
2011-11-29(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)truebrain
2011-11-24(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.peter1138
2011-11-09(svn r23173) -Codechange: Rename GetVehicleCapacity() to Engine::DetermineCap...frosch
2011-11-04(svn r23110) -Codechange: let the flying altitude return ints are wellrubidium
2011-11-04(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z re...rubidium