424 Commits (main)
 

Author SHA1 Message Date
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
cinnaboot 1ff00326bc Replace cout with INFO macros and remove unused test variables 5 months ago
cinnaboot dcf9779f87 removed the wrong section of the TODO in previous commit 5 months ago
cinnaboot 50d0ef74d5 update ctags when running make 5 months ago
cinnaboot 3164adca3e Update technical_reference.md with 3D orbital orientation documentation 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 78711fb1db fix whitespace 5 months ago
cinnaboot 81afa42032 add FIXME about configurable camera settings 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 161198d9db Update planning doc and add session summary for Molniya orbit implementation 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 cfb2c92bd4 Add Molniya orbit test cases and document config loader bug 5 months ago
cinnaboot 00d1b99208 update manual TODO 5 months ago
cinnaboot db2194dd10 add session summary 5 months ago
cinnaboot 2b68e2e579 Update rendering documentation to reflect relative rendering implementation 5 months ago
cinnaboot 80375c8b47 add FIXMEs 5 months ago
cinnaboot f47e60e945 update manual TODO 5 months ago
cinnaboot 0ec7646fca Implement relative rendering with linear scaling and child indicators 5 months ago
cinnaboot 59bac0b036 Remove TrackingMode and RenderFrameMode enums 6 months ago
cinnaboot 98905fc846 Phase 0: Refactor update_camera() with helper functions 6 months ago
cinnaboot 4459a86301 Add enums and new fields for local frame rendering 6 months ago
cinnaboot d51e94830e add test case to verify spacecraft state vectors 6 months ago
cinnaboot 2ad3e12ec3 add fix for circular orbit rendering 6 months ago
cinnaboot b9d325acd3 feat: implement logarithmic radius scaling for body sizes 6 months ago
cinnaboot 7c6ee1ddec update coordinate transform info in rendering doc 6 months ago
cinnaboot 26754ab565 update default config 6 months ago
cinnaboot 82f6858997 update default config 6 months ago
cinnaboot 7a579ff4ac correct transform was -y direction 6 months ago
cinnaboot a0166aee5d fix: render prograde orbits counter-clockwise by removing sign flip 6 months ago
cinnaboot 60906844ca remove unused function and variable 6 months ago
cinnaboot 3b63dc7a16 remove unused config_loader function 6 months ago
cinnaboot c023723aff add session summary: test config reorganization and physics test coverage 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