From 4e180c10516649492358f0db9973988181c2c122 Mon Sep 17 00:00:00 2001 From: Shinovon Date: Sat, 9 May 2026 19:07:55 +0500 Subject: [PATCH] Update todo --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 11a6b91..698f30f 100644 --- a/TODO.md +++ b/TODO.md @@ -21,6 +21,7 @@ GLES 2.0 specific: - [ ] Fix face animations in optimized builds - [ ] Skinning shader is still broken on VC4 - [ ] Disappearing background in cutscenes +- [ ] HUD still disappearing sometimes GLES 1.1 specific: - [x] Backport to STLport v4 @@ -28,9 +29,10 @@ GLES 1.1 specific: - [x] Keyboard mappings for both QWERTY/12-keys - [ ] Use pvrtc compression - [ ] Optimize to always run 10+ fps +- [ ] Fix z-buffer issues (world clips through hud) +- [ ] Fix lighting Issues: - [x] Fix crash in Texture::destroy on exit - [x] Save menu is too slow -- [x] HUD disappearing on GLES 2.0 (mostly fixed, was caused by OOM) - [x] Crash when picking up a bat