1
0
Fork 0
fgdata/Nasal
mfranz 10c875f75e make system and aircraft views configurable in Menu->Views->View Options.
These are then skipped with view.stepView(n), unless the second, optional
argument is set to 1:  view.stepView(n, 1);
Whether a view is enabled or not, is saved in $FG_ROOT/.fgfs/autosave.xml
(system views) or $FG_ROOT/.fgfs/aircraft-data/<aircraft>.xml
2007-11-19 16:26:15 +00:00
..
aircraft.nas use sim time delta for the lowpass, not realtime delta 2007-11-06 21:22:06 +00:00
atc-chatter.nas s/play-audio-message/play-audio-sample/ 2007-05-15 14:40:58 +00:00
controls.nas Add function to toggle lighting. 2007-11-10 01:29:31 +00:00
debug.nas display hash keys that are numbers as numbers; import string.nas functions 2007-11-19 13:31:18 +00:00
dynamic_view.nas change global dynamic-view flag from /sim/view[0]/dynamic/enabled to 2007-11-03 14:08:39 +00:00
fuel.nas setlistener(): accessing the node via cmdarg() is now depreciated. Use 2007-10-15 18:27:42 +00:00
geo.nas - add more "var" keywords, fix indentation, drop some parentheses, 2007-10-07 15:12:05 +00:00
globals.nas fix comment & cosmetics 2007-11-06 21:23:53 +00:00
gui.nas make gui.property_browser() not only digest property paths, but 2007-11-14 20:13:35 +00:00
io.nas - add more "var" keywords, fix indentation, drop some parentheses, 2007-10-07 15:12:05 +00:00
lead_target.nas Minor cosmetic changes. 2007-05-15 16:07:15 +00:00
material.nas simplify by using the props.Node.setBinding() method 2007-05-11 19:02:20 +00:00
math.nas Add soft-coded utilites to the "io" and "math" modules. The math 2007-03-29 22:09:25 +00:00
multiplayer.nas setlistener(): accessing the node via cmdarg() is now depreciated. Use 2007-10-15 18:27:42 +00:00
prop-key-handler.nas describe <Shift-TAB> and <Shift-Backspace> keys as well :-) 2007-11-18 13:30:30 +00:00
props.nas props.Node: add remove() method that removes the node it was calleed on 2007-08-07 11:30:30 +00:00
screen.nas setlistener(): accessing the node via cmdarg() is now depreciated. Use 2007-10-15 18:27:42 +00:00
startup.nas screen.nas: now *really* do the runway report quietly 2007-10-10 09:58:22 +00:00
string.nas more isfoo() functions (yes, I intend to use them :-) 2007-11-16 17:16:42 +00:00
track_target.nas Minor cosmetic changes. 2007-05-15 16:07:15 +00:00
tutorial.nas don't set stopTutorial listener before we can be sure that markerN is set 2007-10-15 21:55:23 +00:00
view.nas make system and aircraft views configurable in Menu->Views->View Options. 2007-11-19 16:26:15 +00:00