1
0
Fork 0
flightgear/src
ThorstenB ebbd5bfd05 fix bug #177: crash caused by route manager/gps/navradio
Uninitialized variables were sources for NaN values.
Once NaNs are passed to Nasal (through (tied) properties), these cause
a crash. Nasal cannot handle NaNs - it interprets these as pointer values...
2010-12-05 20:35:21 +01:00
..
AIModel Merge commit 'refs/merge-requests/13' of git://gitorious.org/fg/flightgear into next 2010-11-30 00:26:22 +01:00
Aircraft fix inconsitent property name fuel[-_]pump 2010-11-14 13:53:45 +01:00
Airports Fix for bug #177 - check for empty strings 2010-12-03 08:59:14 +01:00
ATC remove old .cvsignore files 2010-11-11 01:16:29 +01:00
ATCDCL remove old .cvsignore files 2010-11-11 01:16:29 +01:00
Autopilot Fix route manager exception and following crash (may fix #177) 2010-11-27 20:05:28 +01:00
Cockpit remove old .cvsignore files 2010-11-11 01:16:29 +01:00
Environment Expose the cloud layer type to the property tree 2010-11-26 19:29:59 +01:00
FDM latest updates from JSBSim 2010-11-30 13:44:10 +01:00
GUI add a command to print information about visible objects in the scene 2010-11-15 00:09:52 +01:00
Include Use updated version.h if available. 2010-11-13 18:58:55 +00:00
Input remove old .cvsignore files 2010-11-11 01:16:29 +01:00
Instrumentation fix bug #177: crash caused by route manager/gps/navradio 2010-12-05 20:35:21 +01:00
Main Fix for bug #72 - don't init traffic manager if disabled. 2010-12-02 20:29:28 +00:00
Model remove old .cvsignore files 2010-11-11 01:16:29 +01:00
MultiPlayer Freeze MP position during replay. 2010-11-15 23:28:51 +01:00
Navaids Fix bug #185 - altitude ignored when adding waypoints to the route. 2010-12-01 23:57:01 +00:00
Network remove old .cvsignore files 2010-11-11 01:16:29 +01:00
Scenery remove call to function removed in OSG 2010-11-30 12:01:52 +01:00
Scripting remove old .cvsignore files 2010-11-11 01:16:29 +01:00
Sound remove old .cvsignore files 2010-11-11 01:16:29 +01:00
Systems remove old .cvsignore files 2010-11-11 01:16:29 +01:00
Time Fix bug 182 - make sun direction agree with position of sun from the ephemeris 2010-12-04 16:26:46 +01:00
Traffic Fix for bug #72 - don't init traffic manager if disabled. 2010-12-02 20:29:28 +00:00
Makefile.am Conditional compilation of ATCDCL module. Use --disable-atcdcl to try building flightgear without ATCDCL code. 2009-12-30 17:44:06 +01:00