Skip to content
Success

Changes

Summary

  1. Redone all UI (not ingame) (commit: c0ecbed) (details)
Commit c0ecbedb9f03f140d9165a1d490aa04eeb5c460e by xtreme8000
Redone all UI (not ingame)

* add category to key inputs
* font now considers line breaks (rendering & length)
* redone UI using microui library
* add sort function to list
* add collapsed/expanded textures for ui
* blur background image
* fetch key names directly from some OS
(commit: c0ecbed)
The file was modified resources/png/ui/box_check.png (diff)
The file was modified src/hud.c (diff)
The file was modified src/hud.h (diff)
The file was modified src/CMakeLists.txt (diff)
The file was modified src/list.h (diff)
The file was modified resources/png/ui/bg.png (diff)
The file was modified src/list.c (diff)
The file was modified src/main.c (diff)
The file was modified src/texture.h (diff)
The file was modified src/font.c (diff)
The file was addedresources/png/ui/collapsed.png
The file was addedresources/png/ui/expanded.png
The file was modified src/texture.c (diff)
The file was modified src/config.c (diff)
The file was modified resources/config.ini (diff)
The file was modified src/window.h (diff)
The file was modified src/config.h (diff)
The file was modified src/window.c (diff)