249,462 Commits over 3,959 Days - 2.63cph!
- Added a consideration IsItemHeld.
- Added the DSE Drop Item
- Added a comment text area to DSEs. The intention of the consideration list can be hard to desipher without a text to guide it.
- Misc...
Decision Context now knows whether Myself is a Unit or not.
Momentum now diminish per tick based on a Drain Rate, rather than a Drain Time... meaning that higher starting momentum will result in longer drain time (when drain rate stays constant).
Player Controller can now set the initial momentum on subscription to a smart object.
- BeforeDebug now prints out Decision Score as well.
- Decision now sets TimeNow when we reuse an old instance to set new data.
- Twealed down Maslow Type bonus massively, to make results more readable.
Entity debugger tweaks, displaying Agent.DecisionMaker.CurrentDecisions list
Fixed so we can change DecisionMakerSetting TickRate at runtime.
finished the animations and sounds for the bone club viewmodel
Fixed blueprints not loading proper
BeforeEditor DM data assets tweaks
Added BeforeDebug window, with basic unit attribute display for now
-FOV displayed with candlelight
-merge with main
-little fix on unity+sound
Tweaking some texture sizes
Forcing a network++ because servers aren't updating and then blaming us for their clients crashing
user persistance unit test
Changing shader load order
user persistance unit test
user persistance unit test
Split BeforeEditor in partials and improved tab handling
Don't lower torch viewmodel right into the line of sight when running while it's lit
A few tweaks to Maslow levels for Interaction + tweaked so distance yield less score.
Added a test in CanAttach that says IsAttackmentPointValid, rather than to expect any dictionary lookup will result in a valid value.
Fixed rockets not dying after exploding
Fixed rockets not dying after exploding
Converting layers to static defines
Animal DM, assigned to all animal agents
Fixed occasional NREs when generating manifest
* GitSync
* Added Entity.AddToMotionController
* Added Entity.RemoveFromMotionController
Fixing crash on import casued by FindAssets in OnValidate
Fixed infinite loop crash (sorry guys, totally my fuck up, patch coming)
viewmodel for the bone club
Initial AssetStoreExtract
Decisions for current and last tick is now cached. And rather than instanciating new decisions, when there's room the content of a decision is just replaced with new data to reduce the number of "new" calls each decision tick.
Fixed chat history not culling proper