]> code.bitgloo.com Git - clyne/gamedev.git/commit
killed common, more inventory, other random stuff
authorClyne Sullivan <tullivan99@gmail.com>
Thu, 19 Jan 2017 21:20:13 +0000 (16:20 -0500)
committerClyne Sullivan <tullivan99@gmail.com>
Thu, 19 Jan 2017 21:20:13 +0000 (16:20 -0500)
commit59edd60ebec61bf24dd27063f85bcd049fd0af13
tree902bb77c940134d20e35dfcb556b8e755bc373ef
parent36ed75a7749b81fab69f66b9ef8bbf0d18489f73
killed common, more inventory, other random stuff
43 files changed:
config/items.xml
include/brice.hpp
include/color.hpp [new file with mode: 0644]
include/common.hpp
include/components.hpp
include/config.hpp
include/debug.hpp [new file with mode: 0644]
include/engine.hpp
include/error.hpp [new file with mode: 0644]
include/events.hpp
include/fileio.hpp [new file with mode: 0644]
include/gametime.hpp
include/glm.hpp [new file with mode: 0644]
include/inventory.hpp
include/particle.hpp
include/player.hpp
include/quest.hpp
include/random.hpp [new file with mode: 0644]
include/render.hpp
include/shader_utils.hpp
include/texture.hpp
include/ui.hpp
include/ui_menu.hpp
include/ui_quest.hpp
include/vector2.hpp
include/vector3.hpp [new file with mode: 0644]
include/weather.hpp
include/world.hpp
main.cpp
src/brice.cpp
src/common.cpp
src/components.cpp
src/engine.cpp
src/gametime.cpp
src/inventory.cpp
src/quest.cpp
src/render.cpp
src/shader_utils.cpp
src/texture.cpp
src/ui.cpp
src/ui_menu.cpp
src/window.cpp
src/world.cpp