.. |
AIAircraft.cxx
|
Change a hot-spot in the AI code, to use cartesian instead of geodetic math.
|
2011-10-26 17:26:11 +01:00 |
AIAircraft.hxx
|
Several Bugfixes:
|
2011-10-09 00:25:04 +02:00 |
AIBallistic.cxx
|
Use more specific log classes.
|
2011-10-11 21:55:50 +02:00 |
AIBallistic.hxx
|
Use computed gravity instead of hardcoded value
|
2011-06-08 20:17:40 +02:00 |
AIBase.cxx
|
Use more specific log classes.
|
2011-10-11 21:55:50 +02:00 |
AIBase.hxx
|
Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'.
|
2011-10-17 17:41:59 +01:00 |
AICarrier.cxx
|
Use more specific log classes.
|
2011-10-11 21:55:50 +02:00 |
AICarrier.hxx
|
Fix an uninitialized value valgrind warning.
|
2010-05-29 16:31:05 +02:00 |
AIEscort.cxx
|
Use more specific log classes.
|
2011-10-11 21:55:50 +02:00 |
AIEscort.hxx
|
Merged commit from Vivian Meazza: Rationalize methods (ea85e50c2093942164bbc02f371a0c05b259f9f4)
|
2010-09-30 01:05:04 +02:00 |
AIFlightPlan.cxx
|
Fix a problem in AITraffic where waypoint iterator is trashed by push_back. A cleaner solution would be to use indices instead of iterators to track position in the waypoint vector
|
2011-10-22 10:15:16 +02:00 |
AIFlightPlan.hxx
|
Fix a problem in AITraffic where waypoint iterator is trashed by push_back. A cleaner solution would be to use indices instead of iterators to track position in the waypoint vector
|
2011-10-22 10:15:16 +02:00 |
AIFlightPlanCreate.cxx
|
* Updated routing algorithm. Just sorting the schedules by usage heuristics doesn't work well for major multihub airlines.
|
2011-10-26 22:26:37 +02:00 |
AIFlightPlanCreateCruise.cxx
|
AITraffic fix - forgot two files
|
2011-10-22 10:31:38 +02:00 |
AIFlightPlanCreatePushBack.cxx
|
AITraffic fix - forgot two files
|
2011-10-22 10:31:38 +02:00 |
AIGroundVehicle.cxx
|
Use more specific log classes.
|
2011-10-11 21:55:50 +02:00 |
AIGroundVehicle.hxx
|
Rationalize methods.
|
2010-09-30 01:08:50 +02:00 |
AIManager.cxx
|
Make LOD properties of AI/MP aircraft run-time configurable.
|
2011-10-03 12:01:58 +02:00 |
AIManager.hxx
|
Make LOD properties of AI/MP aircraft run-time configurable.
|
2011-10-03 12:01:58 +02:00 |
AIMultiplayer.cxx
|
Use more specific log classes.
|
2011-10-11 21:55:50 +02:00 |
AIMultiplayer.hxx
|
Expose vertical speed for MP planes
|
2011-02-25 21:12:35 +01:00 |
AIShip.cxx
|
Use more specific log classes.
|
2011-10-11 21:55:50 +02:00 |
AIShip.hxx
|
A fairly major interal reorganization of the AI code
|
2011-07-31 19:27:44 +02:00 |
AIStatic.cxx
|
#221, #242: Fix/work-around for AI traffic issues
|
2011-06-25 20:44:44 +02: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
|
#221, #242: Fix/work-around for AI traffic issues
|
2011-06-25 20:44:44 +02: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
|
Add <name> tag so that AIWingman or other suitable AI Object can be attached.
|
2010-09-17 21:44:58 +02:00 |
AITanker.hxx
|
Consistency fix
|
2007-06-16 15:57:42 +00:00 |
AIThermal.cxx
|
#221, #242: Fix/work-around for AI traffic issues
|
2011-06-25 20:44:44 +02:00 |
AIThermal.hxx
|
Implementation of ridge lift from Patrice Poly based on an algorithm of Ian Forster-Lewis
|
2009-05-02 00:44:20 +02:00 |
AIWingman.cxx
|
Use more specific log classes.
|
2011-10-11 21:55:50 +02:00 |
AIWingman.hxx
|
More rationalization of methods, and other clean-ups
|
2010-10-28 17:29:41 +01:00 |
CMakeLists.txt
|
CMake header support for XCode/Visual Studio
|
2011-07-19 07:58:03 +01:00 |
performancedata.cxx
|
Finetuning of AI Aircraft landing performance. Aircraft slow down to taxi speeds just before leaving the runway. Increased vTaxi on the runway to further reduce time on the runway and slow down to vTouchdown well ahead of touching down.
|
2011-10-10 21:55:09 +02:00 |
performancedata.hxx
|
AITraffic exits the runway as soon as possible (in theory; the code still needs some fine tuning).
|
2011-10-09 23:44:42 +02:00 |
performancedb.cxx
|
more include SGMath.hxx to keep MSVC happy
|
2009-10-26 18:40:12 +01:00 |
performancedb.hxx
|
Removed hardcoded performance data.
|
2009-05-18 12:24:15 +02:00 |
submodel.cxx
|
Remove persistent references to AI mananger and its objects from the submodel-manager.
|
2010-10-28 15:10:37 +01:00 |
submodel.hxx
|
Remove persistent references to AI mananger and its objects from the submodel-manager.
|
2010-10-28 15:10:37 +01:00 |