Updated changelog

This commit is contained in:
mid 2026-01-18 13:52:01 +02:00
parent cf0f402da3
commit 8857b93f90

View File

@ -11,6 +11,10 @@ Homepage: https://mid.net.ua/k4.html
5. Replaced the font subsystem with one that uses TrueType fonts directly, and they are drawn using signed distance fields when possible 5. Replaced the font subsystem with one that uses TrueType fonts directly, and they are drawn using signed distance fields when possible
6. Added `game.near` and `game.far` values for editing the camera planes 6. Added `game.near` and `game.far` values for editing the camera planes
7. Added vsync parameter to command line 7. Added vsync parameter to command line
8. Graphics bug fixes
9. Improved mipmapping
10. Frustum culling
11. Added support for 32-bit indices in models
## v1 ## v1