202,071 Commits over 4,171 Days - 2.02cph!
ignore zone spawn overrides when not in editor
zone editor cleanup
Seasons editing tweaks, moving classes and enums out of BiomeSettings
- Enemies now have a max distance they can move from their starting position before they snap back. (needs a teleport/pathfind home)
- Reduced the frequency of tants
added dylan's electric shock and hex effect to deuce
- Objectives can now have countdown timers. (Needs UI hooking up and fail state)
- Missions now check for fail state
GameManifest holds guid too
BsaeCorpse ragdollPrefab to GameObjectRef
Fixed pumpkin plant spawning
ResourceRef only stores the GUID of the target object
Put the name first in the game manifest
Added warnings for debugging manifest guid to path
Updated inputs for non Xinput controllers
A Consideration can now be weighted, so that the less you want it to be taken into account at scoring a decision, the less the value should be. The weight is limited to [0,1].
Changed Consideration "Weight" to "Contribution", a better name for something limited to [0,1].
- Made some simple whitebox prefabs for level tests
- WIP new rough level layout idea
If there's multiple items of same type, only display one of them in the radial menu.
Changed Save/Restore for speed
Fixed the duplicates in radial menu for when holding two or more items.
Added scoring for a unit's need for food to the Value of Harvest consideration, but looks like we're having some issues triggering the Need.Food. Will have to solve that before this change can be tested (it depends on needs).
human imports, attachment mesh filter/renderer cleanup in view creation
Fixed NeedSettings not creating triggers from paramaters on init
Reset the step value of hunger to -0.1
Made terrain normal calculation more accurate
Reduced terrain heightmap memory usage by 50%
Audio clips, optimizing for CPU, loadtime + memory
adding water area and new court rocks play area
adding water area and new court rocks play area to test court WIP
Fixed issue with number of games / sets being displayed properly
Added match stats state
Unified transition handling across modes
HumanView randomisation placeholder, split IK to partial
Human control rig updates, new idles
Fixed some wrong path names
Croc/terrorbird import and asset setup
BeforeAnimal shader now supports optional valpha as blend or tint
-generic activity system wip