65 Commits (18411e12b34c88e41d4c0bd510dd8dccbdfb7903)

Author SHA1 Message Date
cinnaboot 1ec6249208 Add parabolic orbit support and test case 6 months ago
cinnaboot 3a20dafc45 fix moon starting positions in solar_system test config 6 months ago
cinnaboot 370438874f remove extra time steps from comet orbit test 6 months ago
cinnaboot c53c598ffe Add moon orbit test suite and fix solar system config 6 months ago
cinnaboot 81e799c2ec Rename bodies.h/cpp to simulation.h/cpp 6 months ago
cinnaboot af6c214e38 Fix TOML config issues: remove duplicate Venus, fix binary star array format, remove obsolete .txt files, update README 6 months ago
cinnaboot 1ac7e359a4 Migrate config system from space-separated to TOML format 6 months ago
cinnaboot 203e88cc05 Use config_loader in all tests 6 months ago
cinnaboot c613d212e9 Refactor verbose test output to separate functions 6 months ago
cinnaboot 4a313f8420 remove extra debugging not added by claude 6 months ago
cinnaboot 8e21f714bb Refactor test to use same code path as simulation 6 months ago
cinnaboot 89931c3571 Fix SOI calculation and orbit direction bugs 6 months ago
cinnaboot 0e2f9dd92f Refactor orbital elements to reusable code and track SOI transitions 6 months ago
cinnaboot 95ba4de348 Add Catch2 testing and implement RK4 integration 6 months ago