1
0
Fork 0
fgdata/Nasal
mfranz a329a7ba14 - add props.nodeList() function which turns property ghosts, props.Nodes,
and path strings into a list of props.Nodes. It also digests lists of
  properties, or lists of lists of properties etc., thus allowing things
  like props.nodeList(arg), props.nodeList(n.getChildren("foo")). This is
  meant for functions like aircraft.data.add() or screen.display.add().
- remove some redundant braces
- fix comment
2008-05-15 15:17:56 +00:00
..
aircraft.nas - lowpass: work with delta-sec = nil 2008-04-23 22:01:44 +00:00
atc-chatter.nas s/play-audio-message/play-audio-sample/ 2007-05-15 14:40:58 +00:00
controls.nas Added a check for passive mode to allow keyboard controls .. 2008-04-01 05:56:38 +00:00
debug.nas debug.nas: _dump_string(): escape some characters 2007-11-25 20:36:57 +00:00
dynamic_view.nas disable ground steering head turn (until there's a better implementation?). 2008-02-07 15:07:09 +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
glide_slope_tunnel.nas ... and turning them on again should actually make the frames visible. 2007-12-07 12:23:46 +00:00
globals.nas avoid unnecessary call() 2008-02-13 20:12:42 +00:00
gui.nas add setCursor() wrapper function for the "set-cursor" fgcommand 2008-05-08 10:15:18 +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 negative key numbers mark events consumed now 2008-05-03 21:29:38 +00:00
prop_key_handler.nas - screen.nas: add live property display 2008-05-14 10:23:47 +00:00
props.nas - add props.nodeList() function which turns property ghosts, props.Nodes, 2008-05-15 15:17:56 +00:00
redout.nas Re-order initialization and fix a couple of bugs. 2008-04-29 19:58:10 +00:00
screen.nas property_display: 2008-05-14 20:06:50 +00:00
startup.nas screen.nas: now *really* do the runway report quietly 2007-10-10 09:58:22 +00:00
string.nas character class fixes (isfoo()) 2007-11-26 09:50:18 +00:00
track_target.nas Minor cosmetic changes. 2007-05-15 16:07:15 +00:00
tutorial.nas prop-key-handler.nas: check for nil property 2007-11-20 17:02:13 +00:00
view.nas - make the limiter a tad faster 2008-04-21 21:39:45 +00:00