1
0
Fork 0
flightgear/src
curt 72017fc671 Andy Ross:
The biggest and coolest patch adds mouse sensitivity to the 3D
cockpits, so we can finally work the radios.  This ended up requiring
significant modifications outside of the 3D cockpit code.  Stuff folks
will want to look at:

+ The list of all "3D" cockpits is stored statically in the
   panelnode.cxx file.  This is clumsy, and won't migrate well to a
   multiple-aircraft feature.  Really, there should be a per-model list
   of 3D panels, but I couldn't find a clean place to put this.  The
   only handle you get back after parsing a model is a generic ssg
   node, to which I obviously can't add panel-specific methods.

+ The aircraft model is parsed *very* early in the initialization
   order.  Earlier, in fact, than the static list of allowable command
   bindings is built in fgInitCommands().  This is bad, as it means
   that mouse bindings on the instruments can't work yet.  I moved the
   call to fgInitCommands, but someone should look carefully to see
   that I picked the right place.  There's a lot of initialization
   code, and I got a little lost in there... :)

+ I added yet another "update" hook to the fgRenderFrame routine to
   hook the updates for the 3D panels.  This is only required for
   "mouse press delay", and it's a fairly clumsy mechanism based on
   frame rate instead of real time.  There appears to be delay handling
   already in place in the Input stuff, and there's a discussion going
   on about different mouse behavior right now.  Maybe this is a good
   time to unify these two (now three) approaches?
2002-10-29 19:44:03 +00:00
..
Aircraft Tidy up the autoconf/automake configuration a bit. 2002-08-25 19:40:04 +00:00
Airports Initial revision 2002-09-10 01:13:59 +00:00
ATC Erik Hofman: Irix build fixes. 2002-10-24 14:02:19 +00:00
Autopilot Fixed the DG heading bug hold to work with the new DG instrumentation. 2002-10-23 16:27:30 +00:00
Cockpit Andy Ross: 2002-10-29 19:44:03 +00:00
Controls Added a per-engine fuel pump switch. 2002-09-25 22:05:49 +00:00
Environment Made temperature, dew-point, and pressure at altitude read-only, so 2002-09-07 13:00:20 +00:00
FDM Andy Ross: 2002-10-29 19:27:05 +00:00
GUI Erik Hofman: 2002-10-07 15:45:00 +00:00
Include Bernie Bright: 2002-09-17 16:16:31 +00:00
Input Andy Ross: 2002-10-29 19:44:03 +00:00
Instrumentation Fixed jump around the north indication. 2002-10-27 20:32:34 +00:00
Main Andy Ross: 2002-10-29 19:44:03 +00:00
Model Andy Ross: 2002-10-29 19:44:03 +00:00
Navaids Return the closest match, not just the first match. Sometimes there 2002-09-02 05:31:46 +00:00
Network Add support for wind speed/direction and freezes. 2002-10-16 03:46:24 +00:00
NetworkOLK Tidy up the autoconf/automake configuration a bit. 2002-08-25 19:40:04 +00:00
Objects Tweak red and blue runway light colors a bit more. 2002-10-24 14:02:06 +00:00
Scenery Andy Ross: 2002-10-29 19:44:03 +00:00
Sound Have update check that sound is enabled. 2002-10-03 21:21:44 +00:00
Systems Fixed so that ASI will indicate correctly (or at least, more 2002-10-16 22:09:26 +00:00
Time Tidy up the autoconf/automake configuration a bit. 2002-08-25 19:40:04 +00:00
WeatherCM Tidy up the autoconf/automake configuration a bit. 2002-08-25 19:40:04 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Flattened src/Systems/ subtree. 2002-09-24 14:51:37 +00:00