]> code.bitgloo.com Git - clyne/gamedev.git/commit
source cleanup; beginning of custom attacks
authorClyne Sullivan <tullivan99@gmail.com>
Sun, 23 Jul 2017 14:47:10 +0000 (10:47 -0400)
committerClyne Sullivan <tullivan99@gmail.com>
Sun, 23 Jul 2017 14:47:10 +0000 (10:47 -0400)
commit9e540db7d6492168cadcafddbf145ffdd7b21981
tree8019a7a67e66a5ec87ad7872278e8ee92431251a
parent215e5ee6ce089c3e0d5be28fd816bc7031b6acab
source cleanup; beginning of custom attacks
21 files changed:
config/items.xml
include/attack.hpp
include/inventory.hpp
include/vector2.hpp
main.cpp
src/attack.cpp
src/brice.cpp
src/common.cpp
src/fileio.cpp [new file with mode: 0644]
src/font.cpp
src/inventory.cpp
src/old/entities.cpp.bak [deleted file]
src/old/inventory.cpp.bak [deleted file]
src/old/items.cpp.bak [deleted file]
src/old/mob.cpp.bak [deleted file]
src/old/quest.cpp.bak [deleted file]
src/player.cpp
src/render.cpp
src/systems/dialog.cpp
src/systems/movement.cpp
src/world.cpp