summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-02 15:55:21 +0100
committerskal <pascal.massimino@gmail.com>2026-02-02 15:55:21 +0100
commit06670897f15695c5bd33221841ce057a1778ee24 (patch)
tree619213800ed9c832a9434636023920bcef3f703f
parentc194f59e171a1e58ce1704f37d99ffcd09a42433 (diff)
docs: Update TODO.md with recent bug fixes and formatting pass
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 8d0904d..3f74c80 100644
--- a/TODO.md
+++ b/TODO.md
@@ -41,5 +41,7 @@ This file tracks the next set of immediate, actionable tasks for the project.
- Vertically compact C++ source code.
- Create top-level `README.md`.
- Move non-essential documentation to `doc/`.
+- **Bug Fixes:** Resolved high-DPI "squished" rendering by implementing dynamic resolution uniforms and explicit viewport settings. Fixed missing 3D shadows by adding PLANE support and standardizing soft shadow logic.
+- **Code Hygiene:** Completed a project-wide code formatting pass with `clang-format`.
- **Task #4b:** Create `scripts/check_all.sh` to build and test all platform targets (macOS, Windows, Linux) to ensure stability before commits.
- **Task #10:** Modify `spectool` to trim leading and trailing silent frames from `.spec` files to reduce asset size. \ No newline at end of file