221c23e18b
- use Nasal features that were introduced after this code was first written: * var for local variables (and to make clear when a variable is first used) * += operator * listeners to import seldom changing variables and to avoid waiting for the FDM in a loop This new code started as empty file where I added my stuff and then copied parts from the old code, piece by piece. This is why the coding & indentation style has changed. Functionally the code should basically be equivalent. |
||
---|---|---|
.. | ||
aircraft.nas | ||
atc-chatter.nas | ||
controls.nas | ||
debug.nas | ||
dynamic_view.nas | ||
fuel.nas | ||
globals.nas | ||
gui.nas | ||
lead_target.nas | ||
material.nas | ||
multiplayer.nas | ||
props.nas | ||
screen.nas | ||
track_target.nas | ||
tutorial.nas | ||
view.nas |