branchrust_reboot/main/animal-survivalcancel

37 Commits over 30 Days - 0.05cph!

zon
10 Years Ago
Merged changes from main.
zon
10 Years Ago
Calories and hydration may now be configured with a lost per day value.
zon
10 Years Ago
Animals now avoid water using TerrainMeta.Math.
zon
10 Years Ago
Locomotion now handles destroyed move targets gracefully.
zon
10 Years Ago
* Animals now trot and gallop instead of run. * Animal attack range is now calculated as the space between the two colliders. * Animals now deal extra damage to each other. * Wolves now gallop closer to their real life speed.
zon
10 Years Ago
Reverted Content to main.
zon
10 Years Ago
Merged changes from main.
zon
10 Years Ago
Merged changes from main.
zon
10 Years Ago
Added missing SERVER blocks.
zon
10 Years Ago
Subtracted the animal survival rollback. (4028)
zon
10 Years Ago
Missing files from merge.
zon
10 Years Ago
Merged changes from main.
zon
10 Years Ago
Animals no longer use rigid bodies.
zon
10 Years Ago
Fixed animal patrols.
zon
10 Years Ago
Animals no longer need to drink. Wolves now only animal that needs to eat.
zon
10 Years Ago
Animals now only search when hungry.
zon
10 Years Ago
Animals now update their metabolism and can die from not drinking or eating.
zon
10 Years Ago
Animals now reset their search pattern when they run out of space.
zon
10 Years Ago
Improved how animals avoid deep water.
zon
10 Years Ago
Test spiral now resets if it runs out of area to search.
zon
10 Years Ago
Animals now search the environment using a spiral pattern.
zon
10 Years Ago
Spiral now responds to obstacles.
zon
10 Years Ago
Improved test spiral.
zon
10 Years Ago
Started working on animal search behaviour.
zon
10 Years Ago
Spiral now has equidistant nodes.
zon
10 Years Ago
Created spiral test scene.
zon
10 Years Ago
Animals now like to avoid deep water.
zon
10 Years Ago
Animals now only hunt when hungry and eat until they are full.
zon
10 Years Ago
Animals now gain calories from eating meat.
zon
10 Years Ago
Animals can now eat corpses.
zon
10 Years Ago
Fixed test level.
zon
10 Years Ago
Merged changes from main.
zon
10 Years Ago
Animals now use one behaviour tree.
zon
10 Years Ago
Animal attack stats now part of BaseAnimal.
zon
10 Years Ago
Fixed animal patrols on test level.
zon
10 Years Ago
Animals now have metabolism.
zon
10 Years Ago
Created base metabolism class.