]> git.mxchange.org Git - flightgear.git/commit
- Make two variable name modification to clarify units: altitude -> altitude_ft
authorcurt <curt>
Sat, 24 Jun 2006 00:00:27 +0000 (00:00 +0000)
committercurt <curt>
Sat, 24 Jun 2006 00:00:27 +0000 (00:00 +0000)
commite7ed073c6832b419e2602b0f88a75e3aa1ef81b0
treec18cf3965ceec012620a8e389d7720d14adf5b4a
parentd702ed379db15be1c5a702a5606ec3ca633415f0
- Make two variable name modification to clarify units: altitude -> altitude_ft
  and tgt_altitude -> tgt_altitude_ft.  Also fix a comment in AIBase.hxx
  indicating that the altitude is in meters, even though the usage throughout the
  code was most definitely feet.

- In AIMultiplayer.cxx, update the altitude_ft variable so that the altitude
  is reported correctly in the entity's property subtree.

- In AIMultiplayer.cxx, compute a velocity value in kts to fill in the speed
  entry in the entity's property subtree.  Note, this is not an earth centered
  reference speed, not an indicated speed and not a speed relative to the local
  airmass (that would be much harder to do.)
src/AIModel/AIAircraft.cxx
src/AIModel/AIBallistic.cxx
src/AIModel/AIBase.cxx
src/AIModel/AIBase.hxx
src/AIModel/AIMultiplayer.cxx
src/AIModel/AIStorm.cxx