]> git.mxchange.org Git - flightgear.git/commit
Stomp out a long standing bug in the replay system. Originally we didn't
authorcurt <curt>
Mon, 22 Mar 2010 00:55:34 +0000 (00:55 +0000)
committerTim Moore <timoore33@gmail.com>
Sat, 27 Mar 2010 12:47:52 +0000 (13:47 +0100)
commitb9b6a3a54ca1f7221406d5c325ac6b29c6894a9b
treeb5c631e2025d68ab4f9d3084c57d33a985e51945
parent89023eda69a1ea731808b4bc083b7e2b30b473d9
Stomp out a long standing bug in the replay system.  Originally we didn't
collect flight data while the replay was running, but along the way someone
(who shall remain nameless) tweaked a property name and didn't update the
name in the replay system.  This led to a problem where the replay system
continued to collect replayed data into the buffer while it replayed it,
leading to an infinite loop.  And then due to the tiered recording rate
system, you would never see the highly detailed final minute of your flight.
This is now fixed!
src/Aircraft/replay.cxx