]> git.mxchange.org Git - flightgear.git/commit
Vivian Meazza:
authorehofman <ehofman>
Thu, 9 Feb 2006 12:29:05 +0000 (12:29 +0000)
committerehofman <ehofman>
Thu, 9 Feb 2006 12:29:05 +0000 (12:29 +0000)
commit5bd2ef1edbbe61e9c5775810ddf4f0ef546f6b3c
treeddd0574f68e0f3b08f9099c42ba78e3a42b6d230
parentab7a594dab99bea32a031e4605c0d627bbb0d994
Vivian Meazza:

This patch is a combined effort by Gregor Richards, Oliver Schroeder, and
Vivian Meazza (and code cleanups and improvements by Erik Hofman). It corrects
the bug in which a Multiplayer model responds to local inputs, and the view
number bug which caused certain aircraft to appear as cockpit only models. It
passes remote properties over the net, and all major control surfaces and gear
are now animated correctly, providing that the local ~model.xml file contains
no leading "/" in the <property></property> data entries. MP objects
are now extrapolated using 1st and 2nd derivatives to make their movement
appear more smooth. The sim is now halted while a new client joins the net.

Known problems with MP are non-display of the remote client under certain
circumstances of starting/resetting, and a freeze on starting. These bugs are
long standing, and are not addressed by this patch.

Special thanks must go to AJ Macleod for his patient testing of this patch over many evenings.

We have also moved part of multiplayer into AIModels as part of the ongoing
development of MP.
16 files changed:
Thanks
src/AIModel/AIBase.cxx
src/AIModel/AIBase.hxx
src/AIModel/AIManager.cxx
src/AIModel/AIManager.hxx
src/AIModel/AIMultiplayer.cxx [new file with mode: 0755]
src/AIModel/AIMultiplayer.hxx [new file with mode: 0755]
src/AIModel/Makefile.am
src/Main/globals.cxx
src/MultiPlayer/mpmessages.hxx
src/MultiPlayer/mpplayer.cxx
src/MultiPlayer/mpplayer.hxx
src/MultiPlayer/multiplaymgr.cxx
src/MultiPlayer/multiplaymgr.hxx
src/Network/multiplay.cxx
src/Network/multiplay.hxx