179 Commits (main)
 

Author SHA1 Message Date
cinnaboot be2eadd6e7 update main TODO 4 years ago
cinnaboot 9a9bb6f02e update main TODO 4 years ago
cinnaboot 98bf0a954e add a coordinate overlay graphic that shows IJK frame coords 4 years ago
cinnaboot 0a2e01909d add functions to convert orbital elements to state vectors 4 years ago
cinnaboot a3dba7e372 swap apoapsis and periapsis distance in systemInit() 4 years ago
cinnaboot 8d3ba3c75e use new applyManeuver() signature 4 years ago
cinnaboot fd868b0f45 fix the case where step passes through 0 in testManeuverStep() 4 years ago
cinnaboot 6591b094ac add more detailed logging to applyManeuver() 4 years ago
cinnaboot 065b44085b add more detailed debug logging for addManeuver() 4 years ago
cinnaboot d5a789bec2 re-add orbital elements to gooey 4 years ago
cinnaboot 5b0f556b19 use ImpulseType enum in maneuver functions 4 years ago
cinnaboot f6e49b7476 add TODO about compiling with -pedantic 4 years ago
cinnaboot 244072c265 update libtangerine dependency 4 years ago
cinnaboot 7c54cb2ad8 initial work for impulsive maneuvers 4 years ago
cinnaboot 5d98f1f85e update main TODO 4 years ago
cinnaboot 57af44e7d0 add note to removeManeuver() 4 years ago
cinnaboot a03cef852e add helper functions for preFrameCallback() 4 years ago
cinnaboot 1a312ae1e5 add FIXME for ellipseInitAE() 4 years ago
cinnaboot 7d4f96f82b update main TODO 4 years ago
cinnaboot c6058d49f8 begin work on maneuver nodes 4 years ago
cinnaboot 8994b8bcbc update Makefile so g++ gives unitialized variable warnings 4 years ago
cinnaboot 29f5aec399 fix compiler uninitialized warning 4 years ago
cinnaboot 2e89b9c0d8 add getSelectedOrbit() interface 4 years ago
cinnaboot 5efd583d64 add selectOrbit() game interface 4 years ago
cinnaboot d22fdb27b7 update main TODO 4 years ago
cinnaboot 3c12a4ea42 use ImGui namespace in gooey.cpp 4 years ago
cinnaboot 80322773a9 update gooey text alignment 4 years ago
cinnaboot 7690b46cd0 change DEFAULT_SIM_SPEED 4 years ago
cinnaboot f44bdc90fc update ellipse colors when selecting from gooey 4 years ago
cinnaboot 153ec55d33 reorder main todo list 4 years ago
cinnaboot 829459e5dd use asset arena for manual models 4 years ago
cinnaboot 4b956ab8dd move Ellipse3D to game.h 4 years ago
cinnaboot b2f9d304d0 update satellite creation with entity names 4 years ago
cinnaboot c079147090 add FIXMEs for Ellipse3D 4 years ago
cinnaboot ed62935797 update gooey to handle multiple orbits 4 years ago
cinnaboot 3a8be29148 break out GameOrbit and GameState to game.h 4 years ago
cinnaboot cc934945de impletment multiple orbits 4 years ago
cinnaboot dcbd5bc21d always update tags file when compiling 4 years ago
cinnaboot eb92810331 update main TODO 4 years ago
cinnaboot 895526649d rename getPropagatedTrueAnomaly to orbitGetPropagatedTrueAnomaly 4 years ago
cinnaboot 3e563a22f9 clean up comments in orbits.h/cpp 4 years ago
cinnaboot 069783f116 inline one-line functions in orbits.h/cpp 4 years ago
cinnaboot a18cf925aa add test case for orbit determination 4 years ago
cinnaboot cb1ac9ce8e replace reused test variables with constants 4 years ago
cinnaboot 4f9d3e2589 update ctags when compiling 4 years ago
cinnaboot 4be3569771 update struct names to consistant PascalCase style 4 years ago
cinnaboot a91489153c update main TODO 4 years ago
cinnaboot f2ad9b249a add time of flight info to gooey 4 years ago
cinnaboot a7f1bfa141 add gooey input for sim speed 4 years ago
cinnaboot 4408ebc980 add orbitGetTimeOfFlight interface 4 years ago