]> git.mxchange.org Git - flightgear.git/commit
Fix a problem with two concurent 'round to multiple of basic simulation
authorfrohlich <frohlich>
Tue, 17 Mar 2009 06:51:48 +0000 (06:51 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 18 Mar 2009 07:00:09 +0000 (08:00 +0100)
commit183b871b483c153d3b55f68948b91179a62e232f
tree15e9ad88612408de1b54ddd0e4fd89bdcb389c74
parentaadf568c910795e399421b2280ec2e86399b6278
Fix a problem with two concurent 'round to multiple of basic simulation
time' code paths. The problem may lead to skipped fdm updates at very high
frame rates. The most visible effect of that was that the aircraft
slips backwards wrt the forward moving carrier.
Remove unused stuff.

Modified Files:
configure.ac projects/VC7.1/FlightGear.vcproj
projects/VC8/FlightGearLib.vcproj src/Cockpit/cockpit.cxx
  src/FDM/Makefile.am src/FDM/flight.cxx src/FDM/flight.hxx
  src/FDM/SP/Balloon.cxx src/FDM/SP/BalloonSim.cpp
  src/FDM/SP/BalloonSim.h src/Main/Makefile.am
  src/Main/fg_init.cxx src/Main/main.cxx src/Time/Makefile.am
Removed Files:
  src/Time/fg_timer.cxx src/Time/fg_timer.hxx
projects/VC7.1/FlightGear.vcproj
projects/VC8/FlightGearLib.vcproj
src/Cockpit/cockpit.cxx
src/FDM/flight.cxx
src/FDM/flight.hxx
src/Main/main.cxx
src/Time/Makefile.am
src/Time/fg_timer.cxx [deleted file]
src/Time/fg_timer.hxx [deleted file]