]> git.mxchange.org Git - flightgear.git/history - src/Scripting/NasalSys.cxx
Merge branch 'ehofman/sound'
[flightgear.git] / src / Scripting / NasalSys.cxx
2009-12-20 Tim MooreMerge branch 'ehofman/sound'
2009-11-27 Tim MooreMerge branch 'luff/kln89'
2009-11-27 Tim MooreMerge branch 'jmt/gps'
2009-11-07 jmtMake Nasal airportinfo() tolerant of invalid airport...
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-07-17 Tim MooreRefer to property types using props:: namespace
2009-07-16 timooreSGPropertyNode::Type moves to simgear::props namespace
2009-06-11 frohlichNo need to zero the _props variable.
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-04-01 mfranzFGNasalModelData: use model XML path as module source
2009-04-01 mfranzassign a unique module name to ai/mp embedded nasal...
2009-04-01 mfranzdon't keep 'nasal-dir-initialized' node after removing
2009-04-01 fredbSupport old compilers
2009-04-01 mfranzgeodinfo: make vector origin altitude configurable
2009-03-18 frohlichImproove FGTileMgr::scenery_available for small ranges.
2009-03-18 mfranzrestore consistent coding-style; remove obsolete code...
2009-03-11 mfranzdon't call change-only listeners at first trigger event
2009-02-15 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-13 Tim MooreMerge branch 'maint' into next
2009-02-13 Tim Mooremerging in topic/makej
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-09 mfranz- pass return values in set{,Bool,Int,Double}Value...
2009-02-06 Tim MooreMerge branch 'topic/tape' into next
2009-02-06 Tim MooreMerge branch 'topic/multiplayer' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
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-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-22 mfranz- use path validation for parsexml() nasal command
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-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-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-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
next