1
0
Fork 0
flightgear/src
Thomas Geymayer f00bcad479 Fix ATIS /environment/attention handling
Using a tied property works only for one single usage of the
property. In reality FGATIS is normally instantiated four
times (nav/comm/1/2) where only the first instantiation
works correctly. All subsequent instantions fail to tie
and show some error messages.
Also tied properties shouldn't be used anymore.
2012-09-27 00:42:06 +02:00
..
AIModel Helpers to access view position. 2012-09-25 10:06:56 +01:00
Aircraft Minor pointer safety and compiler warning issues. 2012-09-25 22:10:06 +02:00
Airports Minor pointer safety and compiler warning issues. 2012-09-25 22:10:06 +02:00
ATC Tolerate the lack of a GUI in some places. 2012-09-26 13:39:38 +01:00
ATCDCL Fix ATIS /environment/attention handling 2012-09-27 00:42:06 +02:00
Autopilot Part of bug 885 2012-09-26 22:43:19 +01:00
Canvas Canvas: On z-index change move element always to last position of elements with same z-index 2012-09-26 23:52:43 +02:00
Cockpit Disable panel-extent drawing in hot-spots mode. 2012-07-02 11:44:34 +01:00
Environment Defer SGEphemeris creation until ::init() 2012-09-24 00:37:46 +01:00
FDM Better fix for a compilation problem with MSVC 2012 2012-09-03 19:09:35 +02:00
GUI Move GUI init code to gui module. 2012-09-25 22:39:13 +02:00
Include Allow use of the system's SQLite3 library. 2012-09-19 14:28:25 +01:00
Input Restore named JS/input configs (overrides) 2012-09-25 14:20:18 +01:00
Instrumentation Make the radio interpolation tables static. 2012-09-26 23:10:37 +01:00
Main Make HUD items private to the subsystem. 2012-09-26 17:02:11 +01:00
Model Minor error message improvement. 2012-09-05 00:00:25 +02:00
MultiPlayer #248: support enabling AI module at run-time 2012-04-30 17:48:13 +02:00
Navaids Close Sqlite3 database *before* trying to delete the file. Will avoid a segfault when the schema is out of date 2012-09-26 22:34:48 +02:00
Network FGProps: improve error messages 2012-09-21 15:33:13 +02:00
Radio Push SGMaterial use into these classes that need it. 2012-08-29 06:29:29 +02:00
Scenery Minor pointer safety and compiler warning issues. 2012-09-25 22:10:06 +02:00
Scripting Make FGTaxiNode and FGParking inherit FGPositioned. 2012-09-25 00:31:17 +01:00
Sound Make the view-manager and sound-manager independent. 2012-09-25 09:17:00 +01:00
Systems Prepare and implement reinit methods for instruments 2012-09-17 13:45:30 +02:00
Time Helpers to access view position. 2012-09-25 10:06:56 +01:00
Traffic Helpers to access view position. 2012-09-25 10:06:56 +01:00
Viewer Make HUD items private to the subsystem. 2012-09-26 17:02:11 +01:00
CMakeLists.txt Basic 2D canvas implementation. 2012-05-18 07:05:37 +01:00