.. |
.gitignore
|
update gitignore
|
2013-02-28 13:37:49 +01:00 |
Airplane.cpp
|
YASim bufix segfault with helicopters.
|
2017-05-05 13:47:47 +02:00 |
Airplane.hpp
|
YASim: initialize floats with 'f' suffix to avoid problems with windows build
|
2017-05-03 22:17:08 +02:00 |
Atmosphere.cpp
|
YASim: convert Atmosphere to a non-static class so we can pass around air parameters in one object instead of several variables.
|
2017-04-22 16:14:52 +02:00 |
Atmosphere.hpp
|
YASim: convert Atmosphere to a non-static class so we can pass around air parameters in one object instead of several variables.
|
2017-04-22 16:14:52 +02:00 |
BodyEnvironment.hpp
|
YASim BodyEnvironment rename methods and split setupState into two methods.
|
2017-04-25 09:19:25 +02:00 |
CMakeLists.txt
|
YASim: convert Atmosphere to a non-static class so we can pass around air parameters in one object instead of several variables.
|
2017-04-22 16:14:52 +02:00 |
ControlMap.cpp
|
YASim: Move variables and methods for input properties from FGFDM to ControlMap.
|
2017-03-07 17:50:01 +01:00 |
ControlMap.hpp
|
YASim: Move variables and methods for input properties from FGFDM to ControlMap.
|
2017-03-07 17:50:01 +01:00 |
Engine.hpp
|
|
|
FGFDM.cpp
|
YASim: changed constructor for Wing. Creating a Wing object without basic geometry data is pointless and this data cannot change during runtime.
|
2017-05-04 14:31:43 +02:00 |
FGFDM.hpp
|
YASIM move constants to a common header file.
|
2017-04-29 12:54:55 +02:00 |
FGGround.cpp
|
Push SGMaterial use into these classes that need it.
|
2012-08-29 06:29:29 +02:00 |
FGGround.hpp
|
Push SGMaterial use into these classes that need it.
|
2012-08-29 06:29:29 +02:00 |
Gear.cpp
|
YASim BodyEnvironment rename methods and split setupState into two methods.
|
2017-04-25 09:19:25 +02:00 |
Gear.hpp
|
YASim Gear: move one-liners to header
|
2017-03-11 21:06:16 +01:00 |
Glue.cpp
|
|
|
Glue.hpp
|
|
|
Ground.cpp
|
Push SGMaterial use into these classes that need it.
|
2012-08-29 06:29:29 +02:00 |
Ground.hpp
|
Push SGMaterial use into these classes that need it.
|
2012-08-29 06:29:29 +02:00 |
Hitch.cpp
|
YASim BodyEnvironment rename methods and split setupState into two methods.
|
2017-04-25 09:19:25 +02:00 |
Hitch.hpp
|
Viktor Radnai:
|
2016-12-22 11:49:15 +01:00 |
Hook.cpp
|
YASim BodyEnvironment rename methods and split setupState into two methods.
|
2017-04-25 09:19:25 +02:00 |
Hook.hpp
|
|
|
Integrator.cpp
|
YASim: move one-liners and add 'const'
|
2017-04-21 22:17:27 +02:00 |
Integrator.hpp
|
YASim: move one-liners and add 'const'
|
2017-04-21 22:17:27 +02:00 |
Jet.cpp
|
YASim: convert Atmosphere to a non-static class so we can pass around air parameters in one object instead of several variables.
|
2017-04-22 16:14:52 +02:00 |
Jet.hpp
|
YASim: convert Atmosphere to a non-static class so we can pass around air parameters in one object instead of several variables.
|
2017-04-22 16:14:52 +02:00 |
Launchbar.cpp
|
YASim BodyEnvironment rename methods and split setupState into two methods.
|
2017-04-25 09:19:25 +02:00 |
Launchbar.hpp
|
|
|
Math.hpp
|
YASim clarification. Add const to method parameters in Math.hpp
|
2017-03-07 17:50:04 +01:00 |
Model.cpp
|
YASim: revert a change in Model.cpp that caused segfaults on some systems.
|
2017-05-10 16:27:46 +02:00 |
Model.hpp
|
YASim: add initalizer to Model.hpp, cleanup constructor.
|
2017-04-29 12:54:56 +02:00 |
PistonEngine.cpp
|
|
|
PistonEngine.hpp
|
|
|
Propeller.cpp
|
|
|
Propeller.hpp
|
|
|
PropEngine.cpp
|
YASim: convert Atmosphere to a non-static class so we can pass around air parameters in one object instead of several variables.
|
2017-04-22 16:14:52 +02:00 |
PropEngine.hpp
|
|
|
proptest.cpp
|
YASIM move constants to a common header file.
|
2017-04-29 12:54:55 +02:00 |
RigidBody.cpp
|
YASim declared get methods as const. (correction to previous commit)
|
2017-04-18 19:12:23 +02:00 |
RigidBody.hpp
|
YASim declared get methods as const. (correction to previous commit)
|
2017-04-18 19:12:23 +02:00 |
Rotor.cpp
|
YASim BodyEnvironment rename methods and split setupState into two methods.
|
2017-04-25 09:19:25 +02:00 |
Rotor.hpp
|
YASim removed unused include from Rotor.cpp
|
2017-03-07 17:50:05 +01:00 |
Rotorpart.cpp
|
Remove unused variables (moment/ias)
|
2012-04-05 21:02:09 +02:00 |
Rotorpart.hpp
|
|
|
SimpleJet.cpp
|
|
|
SimpleJet.hpp
|
|
|
Surface.cpp
|
YASim Surface move initialization
|
2017-04-29 12:54:56 +02:00 |
Surface.hpp
|
YASim: initialize floats with 'f' suffix to avoid problems with windows build
|
2017-05-03 22:17:08 +02:00 |
Thruster.hpp
|
YASim: Airplane solver uses standard atmosphere so we can replaced atmosphere members with floats for altitude and pass those to setup atmo where needed directly from altitude.
|
2017-04-25 09:19:25 +02:00 |
TurbineEngine.cpp
|
|
|
TurbineEngine.hpp
|
Fix some warnings identified by Clang
|
2013-11-16 09:41:33 +00:00 |
Turbulence.cpp
|
Fix unused constants in YASim
|
2016-01-12 12:50:44 -06:00 |
Turbulence.hpp
|
|
|
Vector.hpp
|
YASim declared get methods as const. (correction to previous commit)
|
2017-04-18 19:12:23 +02:00 |
Version.cpp
|
YASim Version: add tag for version 2017.2
|
2017-03-07 17:50:05 +01:00 |
Version.hpp
|
YASim: mark methods of Version 'const'
|
2017-04-22 14:59:03 +02:00 |
Wing.cpp
|
YASim: trivial code clarification in Wing.cpp
|
2017-05-04 15:33:13 +02:00 |
Wing.hpp
|
YASim: code dedup in class Wing.
|
2017-05-04 15:18:48 +02:00 |
yasim-atmotest.cpp
|
YASim: convert Atmosphere to a non-static class so we can pass around air parameters in one object instead of several variables.
|
2017-04-22 16:14:52 +02:00 |
yasim-common.hpp
|
YASim: initialize floats with 'f' suffix to avoid problems with windows build
|
2017-05-03 22:17:08 +02:00 |
yasim-test.cpp
|
YASim bufix segfault with helicopters.
|
2017-05-05 13:47:47 +02:00 |
YASim.cxx
|
YASIM move constants to a common header file.
|
2017-04-29 12:54:55 +02:00 |
YASim.hxx
|
Synchronized FG with the removal of 'using std::*' in simgear's easyxml
|
2013-11-14 22:07:50 +00:00 |