| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 5 days | feat: Add --seek command line option for fast-forward debugging | skal | |
| This feature allows developers to jump to a specific time in the demo sequence (e.g., './demo64k --seek 10.5'). It simulates the game logic, audio state (rendering silent buffers), and visual physics (compute shaders) from t=0 up to the target time before starting real-time playback. Audio initialization is refactored to separate device init and start. | |||
| 6 days | Chore: Add missing newlines at end of source files | skal | |
| 9 days | style: Add 3-line descriptive headers to all source files | skal | |
| This commit applies a new project-wide rule that every source file must begin with a concise 3-line comment header describing its purpose. - Updated CONTRIBUTING.md with the new rule. - Applied headers to all .cc and .h files in src/ and tools/. - Fixed various minor compilation errors and missing includes discovered during the header update process. | |||
| 9 days | initial commit | skal | |
