310 Commits (5eb3a844730aa6429952180a9de86baccf07ce28)
 

Author SHA1 Message Date
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 c6121e0712 fix: Use atan2 for argument_of_periapsis to resolve quadrature ambiguity 5 months ago
cinnaboot 64d3c12c52 fix: Update test expectations for normalized true_anomaly values 5 months ago
cinnaboot 7137b51926 fix: Correct true anomaly normalization to handle negative values 5 months ago
cinnaboot ed185dfbfe fix: Improve near-parabolic conversion numerical stability 5 months ago
cinnaboot 3d06425341 fix: Standardize parabolic detection and improve numerical stability 5 months ago
cinnaboot 18411e12b3 fix: Replace deprecated Approx() with WithinAbs() and fix orbital mechanics bugs 5 months ago
cinnaboot 9f01cc3e3c Reduce Newton-Raphson test plan from 14 to 11 files after overlap analysis 5 months ago
cinnaboot d8fa5d63d2 Add session summary: Newton-Raphson testing fixes 5 months ago
cinnaboot 5ce0ae0f18 Update test plan: all 80 tests now passing 5 months ago
cinnaboot 849a2125b0 Fix orbital_elements_to_cartesian: circular orbit velocity and refactor for clarity 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 986a94e055 Update test plan: document progress on 3 fixed test files 5 months ago
cinnaboot 01e54928cb Refactor orbital_mechanics: separate elliptical and hyperbolic Kepler solvers 5 months ago
cinnaboot 47f156b88b Add true anomaly validation for hyperbolic orbits in config validator 5 months ago
cinnaboot a46291a7e8 Fix test_extreme_eccentricity to skip invalid hyperbolic true anomalies 5 months ago
cinnaboot 9d97934175 Fix true anomaly calculation in cartesian_to_orbital_elements() 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 927a8d2027 Update future work doc - reference Newton-Raphson plan and stability findings 5 months ago
cinnaboot d891ebd117 Add session summary - Newton-Raphson propagation planning 5 months ago
cinnaboot c455c787ac Add Newton-Raphson analytical propagation implementation plan 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 73b7132bc0 update .gitignore 5 months ago
cinnaboot bad888c862 change the graphical sim step logic 5 months ago
cinnaboot ebb17607c3 update manual TODO 5 months ago
cinnaboot c56aeecbd3 update AGENTS.md 5 months ago
cinnaboot e41185c4be Complete rendering cleanup - all steps verified 5 months ago
cinnaboot a3f2731af3 Fix documentation: UIState fields moved from RenderState 5 months ago
cinnaboot 14526bf7bb Extract child indicator constants from magic numbers 5 months ago
cinnaboot d1d659d8f9 Extract UI panel constants from magic numbers 5 months ago
cinnaboot d7f11cb836 Simplify maneuver texture selection with direct array indexing 5 months ago
cinnaboot 82ff7e104b Remove unused render_body() function and FIXME comment 5 months ago
cinnaboot 395537540c Remove spacecraft texture system and rendering 5 months ago
cinnaboot 7fb87d7cb0 Move texture loading to initialization, remove per-frame calls 5 months ago
cinnaboot ba67611701 Add rendering cleanup plan for texture management and code simplification 5 months ago
cinnaboot c5c4a1c8e0 Update rendering.md with camera zoom constants and simplified targeting behavior 5 months ago
cinnaboot 6aa04dee46 Add session summary for camera zoom and UI cleanup improvements 5 months ago
cinnaboot b6ddca5dbb Fix spacecraft panel showing for 1 frame then disappearing 5 months ago
cinnaboot c288755ec4 Fix camera distance to account for body size when switching targets 5 months ago
cinnaboot 79725a7875 Simplify camera targeting by removing spacecraft selection from renderer 5 months ago
cinnaboot 24dee13e42 Fix camera culling by accounting for near cull plane in minimum distance calculation 5 months ago
cinnaboot e6c70acd77 Implement dynamic camera zoom with percentage-based speed and distance clamping 5 months ago
cinnaboot 4d2f254b81 Extract camera control constants to #define macros 5 months ago