1
0
Fork 0
fgdata/Nasal
mfranz 4b7c559b69 - extend lookat() function: dynamic_view.lookat(hdg, pitch, roll, x, y, z [, fov])
- use extra function for resuming normal mode after lookat: dynamic_view.resume()
- add fov (field-of-view) to interface:  me.fov_offset
- remove register_headshake and me.headshake; this can still be done via
  normal register(). If only headshaking is to be added, while keeping default
  plane view, do this:

  dynamic_view.register(func {
      default_plane();
      me.x_offset = ...
      me.y_offset = ...
      me.z_offset = ...
  });
2007-02-08 22:16:10 +00:00
..
aircraft.nas - move all module initialization code into one-shot listener 2007-02-08 18:42:02 +00:00
atc-chatter.nas noise reduction: only print file names if --log-level is at least "info" 2006-02-17 22:20:15 +00:00
controls.nas add interface function for selecting weapons 2006-06-24 12:31:58 +00:00
debug.nas - add debug.local([<frame>]) to output local variables of frame #0 2007-02-07 17:06:05 +00:00
dynamic_view.nas - extend lookat() function: dynamic_view.lookat(hdg, pitch, roll, x, y, z [, fov]) 2007-02-08 22:16:10 +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
globals.nas use __ for static variables (one underscore is too handy for use in other 2006-02-18 00:12:09 +00:00
gui.nas call setWeightOpts on reset, too 2007-01-31 21:37:14 +00:00
lead_target.nas use gui.Dialog() class instead of gui.loadXMLDialog() function (which has 2006-08-24 16:32:58 +00:00
material.nas make <Esc> key close/cancel/dismiss dialogs; some material.nas tweaking 2005-11-05 14:19:53 +00:00
multiplayer.nas Modified Files: 2006-10-10 05:23:38 +00:00
props.nas work around Nasal bug (and/or operators) 2007-02-07 17:31:41 +00:00
screen.nas use /sim/signals/nasal-dir-initialized signal for library initialization; 2007-01-21 20:56:25 +00:00
track_target.nas using printlog() wasn't a good idea, as we don't know if globals.nas was 2006-08-17 18:56:22 +00:00
tutorial.nas fix property name (I had changed that in the environment files, and 2006-08-18 15:50:53 +00:00
view.nas add resetFOV function 2006-03-02 16:23:05 +00:00