1
0
Fork 0
flightgear/src/Scripting
jmt 660d59a098 Another clean-up iteration: FGAirportList::search is gone, replaced by two
static FGAirport helpers. As a result, another global index goes away. Use
the helpers to avoid ugly FGPositioned down-casts in various places.

Also converts the environment/METAR code to deal with FGAirport pointers,
instead of string identifiers, and contains work-in-progress code to implement
the AirportList dialog using FGPositioned. This isn't enabled yet for various
reasons, but is the final piece to allow FGAirportList to be removed.
2008-12-26 15:26:42 +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 add _getAliasTarget(): this dereferences an alias, allowing to refer 2008-11-26 11:34:35 +00:00
NasalSys.cxx Another clean-up iteration: FGAirportList::search is gone, replaced by two 2008-12-26 15:26:42 +00:00
NasalSys.hxx - createModule: add optional arg[] vector arguments 2008-10-18 19:52:18 +00:00