]> git.mxchange.org Git - flightgear.git/history - src/Scripting
Don't restore initial screen geometry because there is nothing in fg_os* to resize...
[flightgear.git] / src / Scripting /
2006-03-20 mfranza bool isn't safe enough here, but a mutex shouldn...
2006-03-20 mfranz- disallow listener re-entry to prevent crash/runaway...
2006-03-15 andyAdd a (commented out) line enabling the "bits" library...
2006-03-15 andyAdd the I/O library, but comment it out until we figure...
2006-03-13 mfranzclose Nasal/ dir after reading *.nas files
2006-03-09 mfranzadd alert message
2006-03-09 mfranzcheck if the "nasal" subsystem is still there, and...
2006-03-09 mfranzremove leftover #include; changed comment
2006-03-09 mfranzNasalSys.[ch]xx:
2006-03-08 mfranzcrashfix: handleCommand() is called from other modules...
2006-03-08 mfranzadd deleteModule() method
2006-03-02 mfranzlet removelistener() return the number of remaining...
2006-02-28 mfranz- assign unique id to listeners
2006-02-18 fredbAdd missing include files needed by the new math code...
2006-02-13 mfranzscreenPrint() is obsolete. Use screen.log.write() for...
2006-02-13 mfranzscreenPrint() is obsolete. Use screen.log.write() for...
2006-02-04 mfranzstore garbage collector id (again) in the listener...
2006-02-02 mfranzfix for deadlock problem (as suggested by Andy)
2006-01-30 mfranzsupport optional setlistener() arg to fire callback...
2006-01-27 mfranzgetChild(): add optional "create" flag (like in the...
2006-01-27 mfranzcosmetics: subc isn't really a sub-context here (it...
2006-01-27 mfranzwe need a way to specify other contexts than _context...
2006-01-26 mfranzcreate a new context for listener functions to avoid...
2006-01-09 curtAdd an srand() function to nasal (hooked into sg_srando...
2006-01-09 curtAdd a directory listing command to nasal. Given a...
2006-01-06 ehofmanStuart Buchanan:
2005-12-16 mfranzadd _setlistener() function, so that slow property...
2005-11-09 andyArchitectural fix allowing the "tip" popups (FOV, view...
2005-10-23 mfranz... and don't keep. This causes nasty, mysterious bugs...
2005-10-23 mfranzadd support for removeChildren(): takes one name as...
2005-09-20 andyChanges to support the new naCall API in SimGear. ...
2005-06-20 mfranz- output property path in error messages
2005-06-19 mfranz- rename initModule() to createModule() (as suggested...
2005-06-14 andyMake readScriptFile() public, and rename it to loadModu...
2005-04-26 andySame bug, different place. Don't treat a length of...
2005-04-26 andyDon't try to strlen() the input buffer if the length...
2005-04-18 andyUpgrade to Nasal 1.0 test candidate
2005-03-16 curtPermit a single nasal module to reference any number...
2004-12-18 ehofmangcc 4.0 fixes.
2004-11-15 andyMelchior caught a missing return value that is now...
2004-05-15 andyFix a bug where the interpreter could read a garbage...
2004-04-01 curtClean up various compiler warnings that have crept...
2004-03-24 andyForgot to handle "unspecified" properties in getprop...
2004-03-24 andyFailed timers should log errors rather than silently...
2003-12-29 andyForgot to implment the Node.getChild(name, index) form...
2003-12-16 andyWorkaround for code generation bug in gcc-2.95.3
2003-12-08 andyAdd a new command, "dialog-new", allowing external...
2003-12-05 andyTurn the __timers garbage collector cache into a more...
2003-12-01 ehofmanAdd Nasal Vs. 1.5
2003-11-27 ehofmangcc 2.95 and 3.0 requite handleTimer to be public
2003-11-25 curtRemove old PSL support and put our eggs into the Nasal...
2003-11-25 curtAndy Ross:
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-08-11 curtCompiler squawked because a typed function had no retur...
2003-01-17 davidMake all PSL support conditional, because it's not...
2003-01-16 davidAdded a run_inline method that automatically wraps...
2003-01-11 davidAdded simple proof-of-concept support for running PSL...