..
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 more "var" keywords, fix indentation, drop some parentheses,
2007-10-07 15:12:05 +00:00
debug.nas
we need more colors!
2007-10-16 18:54:25 +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
- fix bug that made gui.popupTip() ignore the optional delay argument
2007-11-09 13:00:05 +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
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
- add more "var" keywords, fix indentation, drop some parentheses,
2007-10-07 15:12:05 +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
add view manager which manages view handlers. fly-by-view is now implemented
2007-11-06 21:49:33 +00:00