355 Commits (10595cbaa0ac9030d6a90c068a2a4f65064f38d3)
 

Author SHA1 Message Date
cinnaboot 10595cbaa0 Update rendering.md: UIState and ManeuverDialogState documentation 5 months ago
cinnaboot c76380f569 Fix UI: maneuver status updates, ZII initialization, helper functions for cache checks 5 months ago
cinnaboot 028b8a8fcc Fix UI buffer caching: remove dead code, use count-based invalidation, fix update bug 5 months ago
cinnaboot b37497a504 Implement UIState buffer caching to eliminate per-frame malloc/free calls 5 months ago
cinnaboot 79a972a183 Fix GuiDropdownBox behavior with static edit mode variables 5 months ago
cinnaboot e16d9e0c6e update manual TODO 5 months ago
cinnaboot 479f234e0f feat: Add keyboard shortcuts and improved error messages (Phase 6) 5 months ago
cinnaboot 0af8ece649 feat: Enhance maneuver list (Phase 5) 5 months ago
cinnaboot b0d9d99aa8 feat: Implement Edit Maneuver tab (Phase 4) 5 months ago
cinnaboot 94a7dcb6f7 feat: Implement Hohmann Transfer tab (Phase 3) 5 months ago
cinnaboot 03b73095a7 docs: Save maneuver dialog progress tracking 5 months ago
cinnaboot f45b111064 fix: Add conditional rendering for GUI dropdowns 5 months ago
cinnaboot 2874c5ebea feat: Add auto-generated maneuver names with edit capability 5 months ago
cinnaboot 351f647c11 fix: Initialize UIState maneuver_dialog fields properly 5 months ago
cinnaboot 9c55c7ca02 feat: Implement maneuver dialog Create tab (Phase 2) 5 months ago
cinnaboot 883695cd43 docs: Add maneuver management dialog design 5 months ago
cinnaboot 5ecd8805e2 feat: Add maneuver UI control functions 5 months ago
cinnaboot 9da7e80a90 docs: Add maneuver UI controls implementation plan 5 months ago
cinnaboot 0e08adbc14 add FIXME to hybrid burn testing 5 months ago
cinnaboot a9313810a0 Add simulation type context to RK4 comment 5 months ago
cinnaboot b234c1fd45 update manual TODO 5 months ago
cinnaboot a458fa8d96 Rewrite technical documentation 5 months ago
cinnaboot f6dc12c24d add session summary 5 months ago
cinnaboot ec064a28d6 Remove unused solve_kepler_hyperbolic_with_prev() function 5 months ago
cinnaboot 31f38b9d89 Implement analytical propagation for all orbit types 5 months ago
cinnaboot a68b5e43f0 Move 4 toml config files from tests/configs/ to tests/ 5 months ago
cinnaboot f292fea518 Consolidate hybrid burn tests: merge impulse + continuous into hybrid_burns 5 months ago
cinnaboot 1781190fed Consolidate analytical propagation tests: merge apsides + timesteps 5 months ago
cinnaboot 5b4048d11e Consolidate cartesian tests: merge extreme + quadrature into advanced 5 months ago
cinnaboot 5a5386811f add session summary and update testing plan 5 months ago
cinnaboot 040a9180fa Merge branch 'fix/hybrid_impulse_burns_maneuver_system' into maneuvers 5 months ago
cinnaboot 31dc42a2c9 Fix test_hybrid_impulse_burns to use maneuver system 5 months ago
cinnaboot 4f89fa2129 Merge branch 'test/hybrid_energy_conservation' into maneuvers 5 months ago
cinnaboot 22cb873c3a Add test_hybrid_energy_conservation for method comparison 5 months ago
cinnaboot 176942f7cf Merge branch 'test/hybrid_continuous_thrust' into maneuvers 5 months ago
cinnaboot fa27f98b7c Add test_hybrid_continuous_thrust for finite-duration burn handling 5 months ago
cinnaboot b0ea8e8408 Merge branch 'test/hybrid_impulse_burns' into maneuvers 5 months ago
cinnaboot e132751c25 Add test_hybrid_impulse_burns for burn handling validation 5 months ago
cinnaboot cc3f6e8ee4 Merge branch 'test/extreme_timescales' into maneuvers 5 months ago
cinnaboot 7faa559f83 Add test_extreme_timescales for orbital period extremes 5 months ago
cinnaboot 67c5155aca Merge branch 'test/extreme_orientation_mixed' into maneuvers 5 months ago
cinnaboot ae5c819d3d Add test_extreme_orientation_mixed for high inclination/eccentricity 5 months ago
cinnaboot 26d7c94767 update testing plan 5 months ago
cinnaboot 8418eb24ca docs: Add session summary for 2026-02-01 5 months ago
cinnaboot 47c5975c0a docs: Update newton_raphson_test_plan with completed work 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 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