]> git.mxchange.org Git - flightgear.git/history - src/Scripting
Development for two new features:
[flightgear.git] / src / Scripting /
2009-01-26 Tim MooreMerge branch 'maint' into next
2009-01-19 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' (early part) into next
2009-01-15 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-09 Tim MooreMerge branch 'maint' into next
2009-01-09 jmtAdd various helper filters, to make use of type-ranges...
2009-01-08 Tim MooreMerge branch 'maint' into next
2009-01-07 Tim MooreMerge branch 'maint2' into next
2009-01-07 Tim MooreMerge branch 'rj/ttw' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'tbm/graphics-bug' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2008-12-26 jmtAnother clean-up iteration: FGAirportList::search is...
2008-12-26 jmtClean out FGAirportList - not quite obsolete yet, but...
2008-12-24 jmtFinish conversion of FGRunway to a real class - all...
2008-11-26 mfranzadd _getAliasTarget(): this dereferences an alias,...
2008-11-13 mfranzf_alias: catch SGPropertyNode exceptions and generate...
2008-11-12 mfranzadd alias() and unalias() functions
2008-11-03 andyFix refcounting bug in f_removeChild(). Use a smart...
2008-10-18 mfranz- createModule: add optional arg[] vector arguments
2008-10-18 mfranz- fix regression: classes derived from SGModelData...
2008-10-12 mfranzlisteners: do no longer set cmdarg() to avoid interfere...
2008-09-23 mfranz- airportinfo(): remove superfluous indices of threshol...
2008-09-11 ehofmanJames Turner:
2008-08-15 ehofmanJames Turner:
2008-08-14 durkJames Turner: Improved runway management code:
2008-07-31 ehofmanheader cleanups
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-24 mfranzlet removeChild() return the detached node (like the...
2008-07-22 mfranz- use path validation for parsexml() nasal command
2008-07-10 mfranzreturn attribute mask as unsigned
2008-07-10 mfranzlet n.getAttribute("last") return SGPropertyNode::LAST_...
2008-07-07 mfranzrename attributes write/read to writable/readable ...
2008-06-19 mfranzwhile abort() is really only useful for listeners ...
2008-06-19 mfranzmake fgfs abort() after a listener with runtime arg...
2008-04-29 mfranzcleanup after last commit
2008-03-22 timooremodel paging patch from Till Busch
2008-01-22 andyFix leak in interpolate(). Also give property nodes...
2007-12-05 mfranzadd runway number as "id" to the runway hash within...
2007-10-24 andyFix memory leak introduced when we stopped using _conte...
2007-10-21 mfranzgetAttribute(): s/refcount/references/
2007-10-20 mfranzmake node.getAttribute("refcount") return the SGSharedP...
2007-10-18 mfranz- airportinfo(): don't bark when no airport was found...
2007-10-16 mfranz- listener: re-order and change callback function args...
2007-10-15 mfranz(depreciated) cmdarg() should return _node, not parent
2007-10-15 mfranz- add argc/argv arguments to FGNasalSys::call
2007-10-14 mfranzrevert meaning of third, optional argument, and add...
2007-10-14 mfranzairportinfo(): add possibility to search for next airpo...
2007-10-12 mfranzadd new listener type: setlistner(<prop>, <func...
2007-10-11 mfranzsetprop(): make sure return value is always set
2007-10-11 mfranzrename FGAirportSearchFilter::acceptable() -> ::pass()
2007-10-10 mfranzsetprop(): report error on writing to unwritable property
2007-10-05 mfranzuse airport search filter to only search for "regular...
2007-10-05 mfranz- make FGAirport::search() more versatile, so that...
2007-10-03 mfranzstop runway searching when the first airport id doesn...
2007-10-02 mfranzadd thresholds and stopways
2007-10-02 mfranzforgot to consider the Liberia--Burma--U.S.A problem
2007-10-02 mfranzadd airportinfo() function, which returns airport/runwa...
2007-10-01 mfranzif a local (ai/mp) root node is given, append it to...
2007-09-30 mfranzdegrade FGNasalModelData log message from SG_ALERT...
2007-07-01 mfranz- fix carttogeod() function (don't convert the altitude...
2007-06-30 mfranzminor cleanup: don't need the args array in the class...
2007-06-29 mfranzadd parsexml() function, which is a wrapper around...
2007-06-23 mfranzadd geodinfo(<lat>, <lon>) function that returns an...
2007-06-16 mfranzMaik JUSTUS: add functions carttogeod() and geodtocart...
2007-06-07 andyRemove the GUI popup from the screen capture C++ code...
2007-06-07 andyAllow the second (property node) argument to fgcommand...
2007-05-17 curtLadislav Michnovič: fix a 64bit problem.
2007-05-14 mfranzAndy ROSS:
2007-05-12 mfranzadd error messages for invalid args to settimer()
2007-05-07 mfranzlet foo.getAttribute("listeners") return the number...
2007-05-01 mfranzmove the "interpolator" subsystem into the INIT group...
2007-05-01 mfranzremove util.cxx workaround for listener-call-at-exit...
2007-04-27 mfranzmake listeners aware of their id, and output trigger...
2007-04-04 mfranzsetAttribute("archive", 1) sets this attribute to ...
2007-04-01 mfranzallow AI models to contain <nasal><load> and <nasal...
2007-03-29 andySync with Nasal CVS (soon to become Nasal 1.1). Notabl...
2007-03-18 mfranzrevert condition() patch. This can as easily be done...
2007-03-17 mfranzset module namespace in globals, otherwise two subseque...
2007-03-17 mfranzNew Nasal command _condition(p) where p is a property...
2007-02-03 mfranz- add two error messages to setlistener() (invalid...
2007-01-29 fredbsimplify and fix
2007-01-28 mfranzthis should now really be correct; nothing for a beauty...
2007-01-28 mfranzmake sure entries are actually erased :-)
2007-01-28 frohlichModified Files:
2007-01-28 mfranzdon't truncate strings output by print() to 1024 bytes...
2007-01-23 mfranzallow listeners to remove themselves. This is done...
2007-01-23 mfranz- remove "nasal-dir-initialized" signal node after...
2007-01-21 mfranzraise signal "/sim/signals/nasal-dir-initialized" when...
2007-01-17 mfranz- don't allow removal of active listener (prevents...
2007-01-14 mfranzmake attribute strings lowercase with hyphen instead...
2007-01-13 mfranzlet Nasal's fgcommand() return C++ return value (0...
2007-01-12 mfranzadd getAttribute() and setAttribute() method
2006-10-29 frohlichModified Files:
2006-10-17 andyA bug was discovered on IRC where an errant script...
next