74 Commits (22cb873c3a408a15529dc399d9e03da6a1081a91)

Author SHA1 Message Date
cinnaboot 22cb873c3a Add test_hybrid_energy_conservation for method comparison 5 months ago
cinnaboot fa27f98b7c Add test_hybrid_continuous_thrust for finite-duration burn handling 5 months ago
cinnaboot e132751c25 Add test_hybrid_impulse_burns for burn handling validation 5 months ago
cinnaboot 7faa559f83 Add test_extreme_timescales for orbital period extremes 5 months ago
cinnaboot ae5c819d3d Add test_extreme_orientation_mixed for high inclination/eccentricity 5 months ago
cinnaboot 5eb3a84473 feat: Implement Barker's equation for parabolic orbit propagation 5 months ago
cinnaboot b21a668b7c test: Tighten eccentricity tolerances for parabolic boundary cases 5 months ago
cinnaboot 68d61ee0ea docs: Add comments to orbital_mechanics and fix parabolic test design 5 months ago
cinnaboot 64d3c12c52 fix: Update test expectations for normalized true_anomaly values 5 months ago
cinnaboot 18411e12b3 fix: Replace deprecated Approx() with WithinAbs() and fix orbital mechanics bugs 5 months ago
cinnaboot acfb47aec6 Fix test_precision_boundaries: remove incorrect Z-coordinate check for polar orbit 5 months ago
cinnaboot 7471d064f2 Fix test_analytical_propagation_timesteps: tolerance, division by zero, and 2π wrapping 5 months ago
cinnaboot 5fc73488e5 Fix test_analytical_propagation_apsides: measure velocity at different anomaly 5 months ago
cinnaboot 01e54928cb Refactor orbital_mechanics: separate elliptical and hyperbolic Kepler solvers 5 months ago
cinnaboot a46291a7e8 Fix test_extreme_eccentricity to skip invalid hyperbolic true anomalies 5 months ago
cinnaboot 13ebe5d0aa Add Newton-Raphson analytical propagation tests 5 months ago
cinnaboot 679ae92e08 Add trailing whitespace enforcement with pre-commit hook and document style rule 5 months ago
cinnaboot a50280b1f6 add new test binary to .gitignore 5 months ago
cinnaboot 239279ee16 Add comprehensive results summary to time step stability test 5 months ago
cinnaboot 82759eaa87 Add informational tests directory with time step stability tests 5 months ago
cinnaboot 1ff00326bc Replace cout with INFO macros and remove unused test variables 5 months ago
cinnaboot 2c663baae1 Fix OrbitTracker to handle 3D inclined orbits 5 months ago
cinnaboot 217ca7a618 Remove [!mayfail] tags from now-passing inclined orbit tests 5 months ago
cinnaboot 3c884445c7 Apply 3D rotation matrices to orbital elements conversion 5 months ago
cinnaboot d53b68b972 Add 3x3 matrix implementation for orbital rotations 5 months ago
cinnaboot b221251787 Remove altitude parameter to fix spacecraft initialization bug 5 months ago
cinnaboot cfb2c92bd4 Add Molniya orbit test cases and document config loader bug 5 months ago
cinnaboot 98905fc846 Phase 0: Refactor update_camera() with helper functions 6 months ago
cinnaboot d51e94830e add test case to verify spacecraft state vectors 6 months ago
cinnaboot a0166aee5d fix: render prograde orbits counter-clockwise by removing sign flip 6 months ago
cinnaboot 11103afa5c add test coverage for remaining physics.h functions 6 months ago
cinnaboot f79ae5ac84 reorganize test configs: 1:1 mapping with test files 6 months ago
cinnaboot 1d8e9c6d94 remove obsolete tests from test_invalid_parent_assignment 6 months ago
cinnaboot 3bd35bb90e create config_validator module and refactor validation logic 6 months ago
cinnaboot 4c8050be84 fix missing commas in orbit TOML blocks 6 months ago
cinnaboot e8202e930e Fix parabolic orbit velocity components 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 64f20ef309 Phase 5: Update all test configs to new orbit table format 6 months ago
cinnaboot dbf9231f14 fix whitespace 6 months ago
cinnaboot 76157ed4bc remove old mission_planning references and sources 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 51831923a2 Fix Hohmann transfer test: fix retrograde bug and simplify validation 6 months ago
cinnaboot daa4867cf6 removed unused velocity from test config 6 months ago
cinnaboot 899fa3bae6 Add config validation for parent-child distances 6 months ago
cinnaboot 0239cc18a7 Add test suite for invalid parent assignment bugs 6 months ago
cinnaboot 5ebac26118 Implement config-based spacecraft with LEO initialization and impulse burn 6 months ago
cinnaboot 9cfed48b16 fix compiler warnings in test cases 6 months ago