1
0
Fork 0
flightgear/src/AIModel
Bertrand Coconnier b5fe38c1eb Compile AI wake numerical core in FG main executable.
AI wake code is still dead code except that it is now compiled with FG.

Input data for wake computations are extracted from the performance database. The data must be specified as follows (values are for illustration only) :
<geometry>
  <wing>
    <span-ft> 100. </span-ft>
    <chord-ft> 12. <chord-ft>
  </wing>
  <weight-lbs> 90000. </weight-lbs>
</geometry>
2017-06-10 20:19:43 +02:00
..
AIAircraft.cxx Alternative terrain engine based on pagedLOD 2017-02-26 10:17:15 -05:00
AIAircraft.hxx Remove dt member of AIAircraft 2016-01-05 23:19:28 -06:00
AIBallistic.cxx ATC/Traffic doesn’t crash reset. 2015-12-11 12:11:59 -06:00
AIBallistic.hxx submodel: Fix -Wreorder warnings 2015-05-29 14:28:04 +02:00
AIBase.cxx replace many auto_ptr by unique_ptr 2016-11-14 22:20:46 +01:00
AIBase.hxx ATC/Traffic doesn’t crash reset. 2015-12-11 12:11:59 -06:00
AICarrier.cxx ATC/Traffic doesn’t crash reset. 2015-12-11 12:11:59 -06:00
AICarrier.hxx Fix some warnings identified by Clang 2013-11-16 09:41:33 +00:00
AIEscort.cxx Rename Viewer/viewer.cxx to view 2016-02-17 21:25:39 +00:00
AIEscort.hxx Fix unused private vars. 2013-07-04 20:24:56 +01:00
AIFlightPlan.cxx Work with new SGPath API. 2016-06-22 17:36:05 +01:00
AIFlightPlan.hxx Checkpoint - ground-net skips the cache 2015-12-01 14:01:32 +00:00
AIFlightPlanCreate.cxx Fix crash in AI code when buggy groundnet declares pushback hold point on runway 2017-04-14 12:25:00 +02:00
AIFlightPlanCreateCruise.cxx ATC/Traffic doesn’t crash reset. 2015-12-11 12:11:59 -06:00
AIFlightPlanCreatePushBack.cxx Enforce separation of ground-net and dynamics. 2016-11-13 14:05:20 +00:00
AIGroundVehicle.cxx Rename Viewer/viewer.cxx to view 2016-02-17 21:25:39 +00:00
AIGroundVehicle.hxx Portability: Fix compile errors on MSVC (cmath) 2015-03-24 11:11:42 -05:00
AIManager.cxx Make some methods public for the AI wake feature. 2017-06-10 15:28:28 +02:00
AIManager.hxx Make some methods public for the AI wake feature. 2017-06-10 15:28:28 +02:00
AIMultiplayer.cxx AI Multiplayer interpolation. 2017-02-16 20:53:44 +01:00
AIMultiplayer.hxx Basic MP patch, to allow lag compensation and get rid of rubber band effect. 2015-06-06 06:41:03 +02:00
AIShip.cxx ATC/Traffic doesn’t crash reset. 2015-12-11 12:11:59 -06:00
AIShip.hxx std:: namespace fixes, AIBase cleanup. 2013-03-28 16:49:52 +00:00
AIStatic.cxx Portability: Fix compile errors on MSVC (cmath) 2015-03-24 11:11:42 -05:00
AIStatic.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
AIStorm.cxx Portability: Fix compile errors on MSVC (cmath) 2015-03-24 11:11:42 -05:00
AIStorm.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
AITanker.cxx std:: namespace fixes, AIBase cleanup. 2013-03-28 16:49:52 +00:00
AITanker.hxx std:: namespace fixes, AIBase cleanup. 2013-03-28 16:49:52 +00:00
AIThermal.cxx Portability: Fix compile errors on MSVC (cmath) 2015-03-24 11:11:42 -05:00
AIThermal.hxx Use tiedPropertyLists instead of manually matched tie/untie calls. 2012-03-04 15:30:08 +01:00
AIWingman.cxx ATC/Traffic doesn’t crash reset. 2015-12-11 12:11:59 -06:00
AIWingman.hxx Remove redundant inclusion of math/SGMath.hxx 2012-05-05 11:20:04 +02:00
CMakeLists.txt CMake header support for XCode/Visual Studio 2011-07-19 07:58:03 +01:00
performancedata.cxx Compile AI wake numerical core in FG main executable. 2017-06-10 20:19:43 +02:00
performancedata.hxx Compile AI wake numerical core in FG main executable. 2017-06-10 20:19:43 +02:00
performancedb.cxx Work with new SGPath API. 2016-06-22 17:36:05 +01:00
performancedb.hxx Make PerformanceDB a real subsystem 2015-12-19 00:29:00 -08:00
submodel.cxx Build- and run-time concept of developer mode. 2017-02-27 23:37:59 +00:00
submodel.hxx submodel: Support <offsets> with <x-m>, <y-m>, and <z-m> 2015-05-28 10:43:06 +02:00