]> git.localhorst.tv Git - blank.git/commit
simple (text) progress display for preloader
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 6 Aug 2015 15:20:23 +0000 (17:20 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 6 Aug 2015 15:22:48 +0000 (17:22 +0200)
commit376fc1fca87fcdd22dabadf6d01d245ef8c3cedd
tree4b8328efa50926ae3796520d91a997b02311c7b0
parent22b25d4b9cc24e249bc8007757267cea00ab18d3
simple (text) progress display for preloader
13 files changed:
src/app/PreloadState.cpp
src/app/PreloadState.hpp
src/graphics/FixedText.hpp [deleted file]
src/graphics/MessageBox.hpp [deleted file]
src/graphics/Text.hpp [deleted file]
src/graphics/render.cpp
src/ui/FixedText.hpp [new file with mode: 0644]
src/ui/HUD.hpp
src/ui/Interface.hpp
src/ui/MessageBox.hpp [new file with mode: 0644]
src/ui/Progress.hpp [new file with mode: 0644]
src/ui/Text.hpp [new file with mode: 0644]
src/ui/widgets.cpp [new file with mode: 0644]