]> git.mxchange.org Git - flightgear.git/commit
Curt:
authorcurt <curt>
Thu, 17 Jul 2003 18:24:17 +0000 (18:24 +0000)
committercurt <curt>
Thu, 17 Jul 2003 18:24:17 +0000 (18:24 +0000)
commit419f09f804d83c003021d4ec7be97a6889ef960c
tree1009bbc784865c1d4b036cba2c4e8d05a173db27
parent9c22c5678ceb5ca9b59fccd0f809074b8e8fb360
Curt:

I have added a fledgling replay system that records flight data and control
positions during the flight.

I have added an internal command called "replay" which will trigger a replay
of the entire saved flight data set.  This could be bound to a keyboard or
menu command, in fact this entire module is screaming for someone to build
a gui to control playback speed, amount of playback, etc.

This is the initial version so there are kinks that still need to be worked
out, please be patient.
13 files changed:
configure.ac
src/FDM/ExternalNet/ExternalNet.cxx
src/FDM/ExternalPipe/ExternalPipe.cxx
src/Main/Makefile.am
src/Main/fg_commands.cxx
src/Main/fg_init.cxx
src/Main/main.cxx
src/Makefile.am
src/Network/native_ctrls.cxx
src/Network/native_ctrls.hxx
src/Replay/Makefile.am [new file with mode: 0644]
src/Replay/replay.cxx [new file with mode: 0644]
src/Replay/replay.hxx [new file with mode: 0644]