34 Commits (f7c43594d5ecc4a4aa633553bb666370beede160)

Author SHA1 Message Date
cinnaboot 680a8f4a90 Implement exact position burn execution for true anomaly triggers 5 months ago
cinnaboot 3d06425341 fix: Standardize parabolic detection and improve numerical stability 5 months ago
cinnaboot 840623d34d Refactor config loader to extract orbit parsing into helper function 5 months ago
cinnaboot b221251787 Remove altitude parameter to fix spacecraft initialization bug 5 months ago
cinnaboot 3b63dc7a16 remove unused config_loader function 6 months ago
cinnaboot 3bd35bb90e create config_validator module and refactor validation logic 6 months ago
cinnaboot c4c06d4cd3 Phase 7: Implement parabolic orbit support with union 6 months ago
cinnaboot c5946acdc4 WIP: Phase 4-6 - Initialization, validation, and test updates 6 months ago
cinnaboot dade860e89 Phase 4: Update initialization to use orbital mechanics module 6 months ago
cinnaboot ec1d115676 Phase 3: Update config parser to use orbital elements 6 months ago
cinnaboot 121f1b9d29 Phase 2: Update data structures with global_position/global_velocity 6 months ago
cinnaboot dbf9231f14 fix whitespace 6 months ago
cinnaboot 3717e3ba4d remove spacecraft and maneuver config_loader messages 6 months ago
cinnaboot ce35c618d6 Implement maneuver planning system with config-based scheduled burns 6 months ago
cinnaboot f5a1fdd245 Refactor: Integrate spacecraft into SimulationState 6 months ago
cinnaboot 2f7ae72bf0 Add local frame spacecraft maneuvering interface 6 months ago
cinnaboot 899fa3bae6 Add config validation for parent-child distances 6 months ago
cinnaboot c4262ab096 Store and display config file name in simulation state 6 months ago
cinnaboot 185b736614 Consolidate body initialization into single loop 6 months ago
cinnaboot 65855caecd Refactor simulation code to remove FIXMEs 6 months ago
cinnaboot 915e32147a only verify integer type for parent index 6 months ago
cinnaboot 92be7f8111 Phase 1: Add local coordinate frame storage (no behavior change) 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 9432682f61 fix whitespace in config_loader.cpp 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 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 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 ae4c31f688 Implement barycentric orbital calculations for binary star systems 6 months ago
cinnaboot e8a56c93c1 Initial commit 6 months ago