]> git.localhorst.tv Git - blobs.git/commit
split creature when it's "ripe" lol
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 26 Nov 2017 21:30:59 +0000 (22:30 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 26 Nov 2017 21:30:59 +0000 (22:30 +0100)
commit42db7d9d2286e50896ad172e2e4a8fbe65c8a4a9
tree7c951358310cd3608166c5ce7afdfcdf8cf52509
parent8f6530c75730f901efd6708e4fde7e68a178adf1
split creature when it's "ripe" lol

first split is at 293s
spoiler alert: they get stuck in the ocean and starve
18 files changed:
src/app/states.cpp
src/blobs.cpp
src/creature/Creature.hpp
src/creature/Genome.hpp
src/creature/Goal.hpp
src/creature/IdleGoal.hpp [new file with mode: 0644]
src/creature/Need.hpp
src/creature/Situation.hpp
src/creature/creature.cpp
src/creature/goal.cpp
src/creature/need.cpp
src/graphics/shader.cpp
src/ui/CreaturePanel.hpp
src/ui/ui.cpp
src/ui/widgets.cpp
src/world/Simulation.hpp
src/world/sim.cpp
src/world/world.cpp