1
0
Fork 0
flightgear/src/Scripting
andy 3362ea2447 A bug was discovered on IRC where an errant script was setting a nil
value on a property.  This becomes a NaN when converted to a numeric
value, which then percolated into the C++ world where it ultimately
caused a crash in YASim's turbulence code.  While converting nil to
NaN isn't *strictly* wrong, it's dangerous for this reason.  Toss a
Nasal exception instead.  Hopefully this won't break too much
preexisting code.
2006-10-17 19:58:33 +00:00
..
.cvsignore Added simple proof-of-concept support for running PSL scripts from 2003-01-11 16:30:32 +00:00
Makefile.am screenPrint() is obsolete. Use screen.log.write() for the same purpose, 2006-02-13 19:46:03 +00:00
nasal-props.cxx A bug was discovered on IRC where an errant script was setting a nil 2006-10-17 19:58:33 +00:00
NasalSys.cxx A bug was discovered on IRC where an errant script was setting a nil 2006-10-17 19:58:33 +00:00
NasalSys.hxx More warnings, similar issues. 2006-08-08 18:32:17 +00:00