7753ce229d
FGReplay was using time t, AIMultiplayer was using t+dt. The fix is to make FGReplay also use t+dt. scripts/python/recordreplay.py Make --test-motion-mp test for this problem - we check that user and mp aircraft are a constant distance apart when replaying. src/AIModel/AIMultiplayer.cxx Create properties showing distance moved since start by user and mp aircraft, which can then be tested by recordreplay.py. src/Aircraft/replay.cxx Increment current_time by dt before calling replay(current_time), to ensure that replay() sees the time as is later used by AIMultiplayer (via /sim/replay/time). |
||
---|---|---|
.. | ||
atis | ||
completion | ||
debug | ||
example | ||
java/FGClient | ||
perl | ||
python | ||
syntax | ||
tools | ||
CMakeLists.txt |