1
0
Fork 0
flightgear/src/GUI
curt e35fffa035 David Luff writes:
Heres an update to the ATIS stuff.  In brief:

The possible buffer overflow in the display with wind should
hopefully be fixed.

Temperature is taken from the global temperature property instead
of being hardwired.

The display class now includes an implementation of the member
function to change the repeating message.

The message callsign is no longer hardwired.  The first message
from each station is generated with a random callsign.
Subsequent messages from the same station have the callsign
incremented every hour.  A map of airport-id vs. last callsign and
transmission time is kept for each station that has transmitted for
the duration of the FlightGear session.  The logic might be flaky if
FlightGear is run for more than 24 hours at a stretch between
visiting the same ATIS station though!  (ie I don't check the day.)
This map is kept in the atislist class.  This might not be the best
long-term place for it (in an ATC class of some sort might be
better), but it works for now.
2001-11-19 23:53:36 +00:00
..
apt_dlg.cxx I just nailed an especially annoying tile cache scheduling bug. 2001-11-12 22:05:47 +00:00
apt_dlg.hxx Norman Vine has split up the GUI code into more managable/logical sections. 2001-01-08 20:55:16 +00:00
gui.cxx Updated mouse gui tweaks and Jim's nifty new external view controls. 2001-11-12 20:57:08 +00:00
gui.h - added guiErrorMessage 2001-07-24 23:50:44 +00:00
gui_local.cxx Fix various compiler warnings contributed by Norman Princeton. 2001-04-22 17:00:08 +00:00
gui_local.hxx Updated mouse gui tweaks and Jim's nifty new external view controls. 2001-11-12 20:57:08 +00:00
Makefile.am Updated mouse gui tweaks and Jim's nifty new external view controls. 2001-11-12 20:57:08 +00:00
mouse.cxx David Luff writes: 2001-11-19 23:53:36 +00:00
net_dlg.cxx Norman Vine's mouse cursor tweaks fixes. 2001-11-12 19:37:23 +00:00
net_dlg.hxx MSVC fixes. 2001-03-21 23:10:15 +00:00
prop_picker.cxx Updated mouse gui tweaks and Jim's nifty new external view controls. 2001-11-12 20:57:08 +00:00
prop_picker.hxx Updated mouse gui tweaks and Jim's nifty new external view controls. 2001-11-12 20:57:08 +00:00
sgVec3Slider.cxx Updated mouse gui tweaks and Jim's nifty new external view controls. 2001-11-12 20:57:08 +00:00
sgVec3Slider.hxx Updated mouse gui tweaks and Jim's nifty new external view controls. 2001-11-12 20:57:08 +00:00
trackball.c Norman Vine has split up the GUI code into more managable/logical sections. 2001-01-08 20:55:16 +00:00
trackball.h Norman Vine has split up the GUI code into more managable/logical sections. 2001-01-08 20:55:16 +00:00