290 Commits (9d979341759e7df8cb32b0b56cec97d3690d559d)
 

Author SHA1 Message Date
cinnaboot 9d97934175 Fix true anomaly calculation in cartesian_to_orbital_elements() 7 months ago
cinnaboot 13ebe5d0aa Add Newton-Raphson analytical propagation tests 7 months ago
cinnaboot 679ae92e08 Add trailing whitespace enforcement with pre-commit hook and document style rule 7 months ago
cinnaboot 927a8d2027 Update future work doc - reference Newton-Raphson plan and stability findings 7 months ago
cinnaboot d891ebd117 Add session summary - Newton-Raphson propagation planning 7 months ago
cinnaboot c455c787ac Add Newton-Raphson analytical propagation implementation plan 7 months ago
cinnaboot a50280b1f6 add new test binary to .gitignore 7 months ago
cinnaboot 239279ee16 Add comprehensive results summary to time step stability test 7 months ago
cinnaboot 82759eaa87 Add informational tests directory with time step stability tests 7 months ago
cinnaboot 73b7132bc0 update .gitignore 7 months ago
cinnaboot bad888c862 change the graphical sim step logic 7 months ago
cinnaboot ebb17607c3 update manual TODO 7 months ago
cinnaboot c56aeecbd3 update AGENTS.md 7 months ago
cinnaboot e41185c4be Complete rendering cleanup - all steps verified 7 months ago
cinnaboot a3f2731af3 Fix documentation: UIState fields moved from RenderState 7 months ago
cinnaboot 14526bf7bb Extract child indicator constants from magic numbers 7 months ago
cinnaboot d1d659d8f9 Extract UI panel constants from magic numbers 7 months ago
cinnaboot d7f11cb836 Simplify maneuver texture selection with direct array indexing 7 months ago
cinnaboot 82ff7e104b Remove unused render_body() function and FIXME comment 7 months ago
cinnaboot 395537540c Remove spacecraft texture system and rendering 7 months ago
cinnaboot 7fb87d7cb0 Move texture loading to initialization, remove per-frame calls 7 months ago
cinnaboot ba67611701 Add rendering cleanup plan for texture management and code simplification 7 months ago
cinnaboot c5c4a1c8e0 Update rendering.md with camera zoom constants and simplified targeting behavior 7 months ago
cinnaboot 6aa04dee46 Add session summary for camera zoom and UI cleanup improvements 7 months ago
cinnaboot b6ddca5dbb Fix spacecraft panel showing for 1 frame then disappearing 7 months ago
cinnaboot c288755ec4 Fix camera distance to account for body size when switching targets 7 months ago
cinnaboot 79725a7875 Simplify camera targeting by removing spacecraft selection from renderer 7 months ago
cinnaboot 24dee13e42 Fix camera culling by accounting for near cull plane in minimum distance calculation 7 months ago
cinnaboot e6c70acd77 Implement dynamic camera zoom with percentage-based speed and distance clamping 7 months ago
cinnaboot 4d2f254b81 Extract camera control constants to #define macros 7 months ago
cinnaboot 1ff00326bc Replace cout with INFO macros and remove unused test variables 7 months ago
cinnaboot dcf9779f87 removed the wrong section of the TODO in previous commit 7 months ago
cinnaboot 50d0ef74d5 update ctags when running make 7 months ago
cinnaboot 3164adca3e Update technical_reference.md with 3D orbital orientation documentation 7 months ago
cinnaboot 2c663baae1 Fix OrbitTracker to handle 3D inclined orbits 7 months ago
cinnaboot 217ca7a618 Remove [!mayfail] tags from now-passing inclined orbit tests 7 months ago
cinnaboot 78711fb1db fix whitespace 7 months ago
cinnaboot 81afa42032 add FIXME about configurable camera settings 7 months ago
cinnaboot 3c884445c7 Apply 3D rotation matrices to orbital elements conversion 7 months ago
cinnaboot d53b68b972 Add 3x3 matrix implementation for orbital rotations 7 months ago
cinnaboot 161198d9db Update planning doc and add session summary for Molniya orbit implementation 7 months ago
cinnaboot 840623d34d Refactor config loader to extract orbit parsing into helper function 7 months ago
cinnaboot b221251787 Remove altitude parameter to fix spacecraft initialization bug 7 months ago
cinnaboot cfb2c92bd4 Add Molniya orbit test cases and document config loader bug 7 months ago
cinnaboot 00d1b99208 update manual TODO 7 months ago
cinnaboot db2194dd10 add session summary 7 months ago
cinnaboot 2b68e2e579 Update rendering documentation to reflect relative rendering implementation 7 months ago
cinnaboot 80375c8b47 add FIXMEs 7 months ago
cinnaboot f47e60e945 update manual TODO 7 months ago
cinnaboot 0ec7646fca Implement relative rendering with linear scaling and child indicators 7 months ago