1
0
Fork 0
flightgear/src
frohlich 183b871b48 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
2009-03-18 08:00:09 +01:00
..
AIModel Port over remaining Point3D usage to the more type and unit safe SG* classes. 2009-03-18 08:00:08 +01:00
Aircraft Csaba/Jester : initialize all per-engine and per-tank attributes ( follow-up ) 2009-01-18 23:10:52 +01:00
Airports Port over remaining Point3D usage to the more type and unit safe SG* classes. 2009-03-18 08:00:08 +01:00
ATC A set of additions related to allow the use of SID and STAR procedures. 2009-03-11 23:14:34 +01:00
ATCDCL Port over remaining Point3D usage to the more type and unit safe SG* classes. 2009-03-18 08:00:08 +01:00
Autopilot Merge branch 'master' of ../.fg.osg 2009-03-18 08:00:08 +01:00
Cockpit Fix a problem with two concurent 'round to multiple of basic simulation 2009-03-18 08:00:09 +01:00
Environment Port over remaining Point3D usage to the more type and unit safe SG* classes. 2009-03-18 08:00:08 +01:00
FDM Fix a problem with two concurent 'round to multiple of basic simulation 2009-03-18 08:00:09 +01:00
GUI Port over remaining Point3D usage to the more type and unit safe SG* classes. 2009-03-18 08:00:08 +01:00
Include Attempt to sort out the version number mess in preparation for the v1.9.0 2008-12-19 20:41:57 +00:00
Input Support --fg-root in fgjs 2009-02-02 00:58:00 +01:00
Instrumentation Port over remaining Point3D usage to the more type and unit safe SG* classes. 2009-03-18 08:00:08 +01:00
Main Fix a problem with two concurent 'round to multiple of basic simulation 2009-03-18 08:00:09 +01:00
Model Port over remaining Point3D usage to the more type and unit safe SG* classes. 2009-03-18 08:00:08 +01:00
MultiPlayer Port over remaining Point3D usage to the more type and unit safe SG* classes. 2009-03-18 08:00:08 +01:00
Navaids Compile with VS2005 in debug mode 2009-02-22 23:52:17 +01:00
Network Read remote gps messages back and drive panel CDI and to/from flag. 2009-03-05 10:52:02 +01:00
Scenery Port over remaining Point3D usage to the more type and unit safe SG* classes. 2009-03-18 08:00:08 +01:00
Scripting Improove FGTileMgr::scenery_available for small ranges. 2009-03-18 08:00:07 +01:00
Sound Use the position from the model placement. 2009-03-11 23:14:33 +01:00
Systems header cleanups 2008-07-31 12:04:32 +00:00
Time Fix a problem with two concurent 'round to multiple of basic simulation 2009-03-18 08:00:09 +01:00
Traffic Port over remaining Point3D usage to the more type and unit safe SG* classes. 2009-03-18 08:00:08 +01:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Initial attempt to establish a better integration between AI and ATC code. 2008-07-13 12:51:06 +00:00