190 Commits (5b154db7cfa886e72050d0ddffdd1d0c3c916e3e)

Author SHA1 Message Date
cinnaboot ed1e50e8f8 remove simulation dependencies from physics module 6 months ago
cinnaboot 45939c66c2 remove unused calculate_gravity_force function 6 months ago
cinnaboot 64d9284477 Fix parent body transition bug in simulation 6 months ago
cinnaboot d25df0c022 update fixmes about root body simulation 6 months ago
cinnaboot 1672cc4acf change default view of orbit_sim, and update manual TODO 6 months ago
cinnaboot 757eb05ef4 add FIXMEs, and update manual TODO 6 months ago
cinnaboot e857ce57a5 add debugging to problematic simulation function 6 months ago
cinnaboot 915e32147a only verify integer type for parent index 6 months ago
cinnaboot 45bb58dfdf add a focus_camera function to rederer for debugging 6 months ago
cinnaboot 052efff5d1 Phase 2: Local frame integration (Earth Moon test now passing!) 6 months ago
cinnaboot 92be7f8111 Phase 1: Add local coordinate frame storage (no behavior change) 6 months ago
cinnaboot a64e1ab17c Remove multiple root bodies support from simulation.cpp 6 months ago
cinnaboot c53c598ffe Add moon orbit test suite and fix solar system config 6 months ago
cinnaboot e374c0529a Remove unused add_body() and consolidate velocity initialization 6 months ago
cinnaboot b6636e429b Make config loader helper functions private 6 months ago
cinnaboot 9aafbd5ccf Refactor velocity initialization into smaller functions 6 months ago
cinnaboot 81e799c2ec Rename bodies.h/cpp to simulation.h/cpp 6 months ago
cinnaboot 1c59da8c41 Remove headless mode and legacy test documentation: simplify main.cpp, update README with Testing section, delete obsolete test_verification.md, remove test-manual target from Makefile 6 months ago
cinnaboot 9432682f61 fix whitespace in config_loader.cpp 6 months ago
cinnaboot 4b9e776577 update defalut config 6 months ago
cinnaboot 2107cf1ace Fix formatting issues in TOML config loader 6 months ago
cinnaboot 1ac7e359a4 Migrate config system from space-separated to TOML format 6 months ago
cinnaboot 060ff40323 Add dynamic orbital rendering with hyperbolic/parabolic support 6 months ago
cinnaboot 232614d950 Revert cross product direction in config_loader 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 89f064b41f review and remove the old euler integration code 6 months ago
cinnaboot 95ba4de348 Add Catch2 testing and implement RK4 integration 6 months ago
cinnaboot 4e2f00a581 Fix render scaling to match simulation coordinates 6 months ago
cinnaboot 9b4009d576 Set DEFAULT_HEADLESS to 0 for renderer development 6 months ago
cinnaboot d7d49b7dce Add orbit path visualization with sim-to-render coordinate transform 6 months ago
cinnaboot 17f11bbc6f Add eccentric orbit support with unified config format 6 months ago
cinnaboot e5da7aa202 Refactor main.cpp into focused functions 6 months ago
cinnaboot b0bd6716a4 Add configuration macros for default run mode 6 months ago
cinnaboot 40a83ad241 Add human-readable output mode with polar coordinates 6 months ago
cinnaboot ae4c31f688 Implement barycentric orbital calculations for binary star systems 6 months ago
cinnaboot 14038dae62 Add headless mode for terminal-based simulation 6 months ago
cinnaboot e8a56c93c1 Initial commit 6 months ago