Tags: VATSIM-UK/vSMR
Tags
Add Airborne Utility Window (#7) * add departure tracker * correct includes * correct include order * oops * fix circular import * fix msvc errors * refactor: remove unnecessary include of stdafx.h and adjust include order * start time at liftoff * change to use SID now * attempt to get airborne QSY * auto formatting :/ * use the vertical speeed to work out if the plane is airborne * apparently not that easy * Thanks Euroscope.h * swap wording * add to list once on the roll * remove once above 6 * update spacing * show dep window * correct some logic meaning new planes were not being added * try logging * clean up loggin * enable loging * simplify departure detection * log, and hide/display the window on demand * apparently isAcOnRunway doesn't work the way I thought it did * more logs * don't remove aircraft that aren't airborne * Add trigger to QSY * remove unneeded logging, and disable by default * correct drawing order * right justify QSY * draw a box around the QSY button * logs for QSY button * check registered ac * match what we are looking for * update logging for sId * sort by time, and LOG! * log buttons * brute log clicks * fix window * correct the order of buttons * re allow moving the window * remove QSY logging --------- Co-authored-by: Ben Walker <146777065+RedstonePilot@users.noreply.github.com>