1
0
Fork 0
flightgear/src/Scripting
andy 503cc54a93 Rework the naModLock()/naModUnlock() semantics to be more
maintainable.  The rules are simple (extension functions are called
*with* the lock, which must be dropped before calling naCall(), which
grabs it) but the tracking of when the lock was held was getting a
little confused.  Keep a "nasal call depth" count in the subsystem to
figure out whether we are making a sub-call and thus hold the lock.
2006-07-19 19:46:53 +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 don't abort fgfs only because a nasal script called a property function 2006-05-23 18:55:38 +00:00
NasalSys.cxx Rework the naModLock()/naModUnlock() semantics to be more 2006-07-19 19:46:53 +00:00
NasalSys.hxx Rework the naModLock()/naModUnlock() semantics to be more 2006-07-19 19:46:53 +00:00