]> git.localhorst.tv Git - blobs.git/commit
eating and drinking
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 23 Nov 2017 23:11:46 +0000 (00:11 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 23 Nov 2017 23:11:46 +0000 (00:11 +0100)
commit8a3907bb0bed257bf5d6f40f39f15114e8345913
tree412491648c86b275047e8d5ee625dcc6e846dc78
parent2025d49798b93180237b6ce62d3ff5d6ee8ebc6e
eating and drinking

the aim is a bit off so the little guy starves in the end :/
13 files changed:
src/blobs.cpp
src/creature/Creature.hpp
src/creature/Goal.hpp [new file with mode: 0644]
src/creature/IngestNeed.hpp
src/creature/LocateResourceGoal.hpp [new file with mode: 0644]
src/creature/Situation.hpp
src/creature/Steering.hpp [new file with mode: 0644]
src/creature/creature.cpp
src/creature/goal.cpp [new file with mode: 0644]
src/creature/need.cpp
src/graphics/glm.hpp
src/world/TileType.hpp
src/world/world.cpp