1
0
Fork 0
fgdata/Nasal
mfranz 3c08f34027 - move "swap panels" from s-key to S-key
- move "fire starter" from SPACE-key to s-key
- move "open property browser" from Shift-SPACE to Shift-Enter (Shift-Return)
- implement PTT on SPACE/Shift-SPACE  (with the other six SPACE/modifier
  combinations unused, apart from a popup)
- add controls.ptt(v) wrapper function (v can be 1 or 2 for on, and 0 for off)

Easter-Egg:
- pressing the t-key for at least one second resets the warp delta.
  This is an experimental feature that most people won't notice. It's meant
  for investigating if suchlike "unorthodox" key use is acceptable. While
  modifier-keys are the norm on computer keyboards, modifier-times aren't,
  although we are used to them from other devices, such as alarm clocks etc.)
  May later get removed without warning.
2007-07-13 13:46:09 +00:00
..
aircraft.nas - drop redundant aircraft namespace 2007-07-06 21:28:07 +00:00
atc-chatter.nas s/play-audio-message/play-audio-sample/ 2007-05-15 14:40:58 +00:00
controls.nas - move "swap panels" from s-key to S-key 2007-07-13 13:46:09 +00:00
debug.nas output ghosts in a readable form 2007-07-02 20:58:30 +00:00
dynamic_view.nas - make view_manager singleton class 2007-05-11 18:59:34 +00:00
fuel.nas - don't create tanks in empty tank nodes (that nasty native_fdm.cxx causes) 2007-01-31 15:53:01 +00:00
geo.nas use geodinfo() function to retrieve the terrain elevation for a coordinate 2007-06-23 15:28:08 +00:00
globals.nas pointless spelling fixes 2007-06-22 18:49:38 +00:00
gui.nas - move "swap panels" from s-key to S-key 2007-07-13 13:46:09 +00:00
io.nas what I do best: cosmetics 2007-07-01 18:54:32 +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 Modified Files: 2006-10-10 05:23:38 +00:00
props.nas - add Node.getValues() in analogy to Node.setValues(). Returns a hash with 2007-05-14 15:15:00 +00:00
screen.nas pointless spelling fixes 2007-06-22 18:49:38 +00:00
string.nas minus can't be delimiter in a [] range 2007-06-22 20:41:00 +00:00
track_target.nas Minor cosmetic changes. 2007-05-15 16:07:15 +00:00
tutorial.nas pointless spelling fixes 2007-06-22 18:49:38 +00:00
view.nas adapt for geo.nas changes (swapping lon & lat) 2007-06-18 10:23:14 +00:00