]> git.localhorst.tv Git - blobs.git/commit
basic info box
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 19 Nov 2017 20:56:30 +0000 (21:56 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 19 Nov 2017 20:56:30 +0000 (21:56 +0100)
commit76b630bd0a147bf7c78d3380237c86b9bfc48530
treebaf719f347910a6ddbbf1d19b09c7fa3b8137881
parent343b4f7e7cdd53dc1eab7dc32196ae5fa604ba48
basic info box

well, not much info in there, but at least the guy has a name now
21 files changed:
src/app/Assets.hpp
src/app/MasterState.hpp
src/app/app.cpp
src/app/states.cpp
src/blobs.cpp
src/graphics/AlphaSprite.hpp [new file with mode: 0644]
src/graphics/CreatureSkin.hpp
src/graphics/Font.hpp
src/graphics/PlainColor.hpp [new file with mode: 0644]
src/graphics/PlanetSurface.hpp
src/graphics/SimpleVAO.hpp
src/graphics/SunSurface.hpp
src/graphics/Texture.hpp
src/graphics/Viewport.hpp
src/graphics/render.cpp
src/graphics/shader.cpp
src/graphics/viewport.cpp
src/ui/CreaturePanel.hpp [new file with mode: 0644]
src/ui/Label.hpp [new file with mode: 0644]
src/ui/align.hpp [new file with mode: 0644]
src/ui/ui.cpp [new file with mode: 0644]