mmp / vice

Virtual air traffic control simulator
https://pharr.org/vice
GNU General Public License v3.0
27 stars 35 forks source link

improve handling of squawk mismatch #297

Open mmp opened 4 months ago

mmp commented 4 months ago

If an aircraft squawks a code not expected by the local STARS, if the owning user clicks on the FDB then the system removes the mismatch indication and assigns the code that the aircraft is squawking to the track (would only change the code locally, not external...NAS). Also, I know datatags will be a project coming up, but I also noticed that on Vice, only the first two digits of the "expected squawk" blink when displayed in the mismatch indicator. All digits of the "expected squawk" should blink.

mmp commented 3 months ago

22a2c8d fixes the flashing digits bug.