1
0
Fork 0
flightgear/src/Time
scttgs0 7061fc6be9 Maintenance: namespace
Clean up namespaces.
Don't use broad 'using namespace' context in header files.
Header Guards.
SPDX tags.
2023-05-20 17:36:08 -05:00
..
bodysolver.cxx Fix the calculation of the moons longitude since the moon does not specify xs but xg instead. This required a nasty strcmp of the body name so switch to parsing a boolean instead and convert to strings when required. 2020-10-26 10:23:54 +01:00
bodysolver.hxx Fix the calculation of the moons longitude since the moon does not specify xs but xg instead. This required a nasty strcmp of the body name so switch to parsing a boolean instead and convert to strings when required. 2020-10-26 10:23:54 +01:00
CMakeLists.txt Move tide calculations from FGLight into it's own subsystem 2020-10-19 14:28:56 +02:00
light.cxx Use std::function for callbacks 2022-05-25 10:38:20 +01:00
light.hxx Fix the calculation of the moons longitude since the moon does not specify xs but xg instead. This required a nasty strcmp of the body name so switch to parsing a boolean instead and convert to strings when required. 2020-10-26 10:23:54 +01:00
tide.cxx SGSubsystemMgr::get_subsystem(): Universal switch to the templated function. 2022-11-17 15:57:39 +00:00
tide.hxx The fixed 60 degrees offset at EHAL turned out to be the lattitude offset (actually 53.45 degrees): The moon seems to be dragging the tide with an almost perfect 45 degrees 'bow-wave' along the equator. 2020-10-27 08:31:54 +01:00
TimeManager.cxx Maintenance: namespace 2023-05-20 17:36:08 -05:00
TimeManager.hxx src/Time/TimeManager.*: fixed simple-time indeterminism that could cause hang on startup. 2021-12-19 15:57:16 +00:00