]> git.mxchange.org Git - flightgear.git/commit
Mathias Fröhlich:
authorehofman <ehofman>
Sun, 19 Feb 2006 17:28:31 +0000 (17:28 +0000)
committerehofman <ehofman>
Sun, 19 Feb 2006 17:28:31 +0000 (17:28 +0000)
commit5fe860750eb8b99401a64b6aca68cc7b3da5eac9
tree63af3ae49d68bbf0ddcb513587f7ade71414a496
parentf928df6cafd29c31054d6896448b59a3f98dc400
Mathias Fröhlich:

This patch makes use of the vectors now available in simgear with that past
patch. And using that it simplyfies the carrier code somehow.

- Small additional factory's to the quaternion code are done in the simgear
  part. Also more explicit unit names in the factory functions.
- The flightgear part makes use of them and simplyfies some computations
  especially in the carrier code.
- The data part fixes the coordinate frames I used for the park positions in
  the carrier to match the usual ones. I believed that I had done so, but it
  was definitly different. Also there are more parking positions avaliable now.
src/AIModel/AIBase.cxx
src/AIModel/AIBase.hxx
src/AIModel/AICarrier.cxx
src/AIModel/AICarrier.hxx
src/AIModel/AIManager.cxx
src/AIModel/AIManager.hxx
src/AIModel/AIMultiplayer.cxx
src/FDM/YASim/YASim.cxx
src/Main/fg_init.cxx
src/Network/multiplay.cxx