Update todo

This commit is contained in:
Shinovon 2026-05-07 08:22:22 +05:00
parent 301498e09e
commit 00eb422ee4

View file

@ -3,15 +3,15 @@ Common:
- [x] Window implementation - [x] Window implementation
- [x] Fix shader compilation - [x] Fix shader compilation
- [x] Downscale textures - [x] Downscale textures
- [ ] Simplify geometry
- [x] Touch controls - [x] Touch controls
- [x] Keyboard controls - [x] Keyboard controls
- [ ] Audio?
- [x] Menu - [x] Menu
- [x] Config - [x] Config
- [x] Merge S60v3 and ^3 branches - [x] Merge S60v3 and ^3 branches
- [ ] Simplify geometry
- [ ] Move map to top left corner - [ ] Move map to top left corner
- [ ] Do something with sprites, they're still taking too much frame time - [ ] Do something with sprites, they're still taking too much frame time
- [ ] Audio?
GLES 2.0 specific: GLES 2.0 specific:
- [x] Optimize to always run 10+ fps - [x] Optimize to always run 10+ fps
@ -23,7 +23,7 @@ GLES 2.0 specific:
GLES 1.1 specific: GLES 1.1 specific:
- [x] Backport to STLport v4 - [x] Backport to STLport v4
- [x] GLES 1.1 engine - [x] GLES 1.1 engine
- [ ] Keyboard mappings for both QWERTY/12-keys - [x] Keyboard mappings for both QWERTY/12-keys
- [ ] Use pvrtc compression - [ ] Use pvrtc compression
Issues: Issues: