branchrust_reboot/main/ai_wolf_iterationcancel

404 Commits over 123 Days - 0.14cph!

Today
Re-use results of sense component grid search for allies instead of doing another query (when the range is small enough)
Today
Fix debug info showing up even when convar is off
Yesterday
Make wolves lie down less often but slightly longer (they need to lie down sometimes for server performance), remove the pause before the idles for a more natural transition
Yesterday
Change howl audio sound types from small to medium as it was not audible unless a few meters away (but then the wolf would cancel the howl and charge), fix new growl sound not playing
Yesterday
Add debug convar for fire melee, fix some events being dropped
Yesterday
wolf sound updates
Yesterday
Fix error caused by adding already present key to dictionary, fix distance check being inverted
Yesterday
Fix NRE caused by dictionary trying to add an already present key
Yesterday
Fix wolf circling corpse for a long time sometimes when moving to eat
Yesterday
Prevent wolf walking underwater, it'll give up thechase if the player starts swimming
Yesterday
Reduce odds of wolf attacking animal when it's likely it'll lose
Yesterday
Add top secret hidden feature to wolves
2 Days Ago
Add placeholder wolf eating sounds
2 Days Ago
Fix pragma restore 414 being in the wrong place
2 Days Ago
Remove unused fields, redundant checks, and fix issue where compoosite transitions are not cloned properly
2 Days Ago
▋▄▉▅▆ ▇█▄▍ ▅▌▍▇
3 Days Ago
Prevent fsm from waiting one frame to change state when a state succeeds or fails Fixes wolves sometimes pausing for one frame and losing momentum Added some infinite change protection in the hypothetical case a group of states keep cycling during the same frame After 3 same-tick changes we postpone the next state change for the next tick
3 Days Ago
Have wolf fsm tick slower when no player is nearby, similar to senses
3 Days Ago
Combine wolf senses and fsm into a single budget for simpler tracking, and also because we want senses to drive the fsm tick rate in the future
3 Days Ago
Fix wolves not playing 180 anim anymore when fire is lit right in front of them (regression)
3 Days Ago
Hook remaining wolf idles
3 Days Ago
Make sure state and transitions are always deep copying internal lists
3 Days Ago
Fix state cloning making a shallow copy of lists, causing clones to share the original transitions
3 Days Ago
Fix wolves sliding when waking up
3 Days Ago
When wolf braking too abruptly
3 Days Ago
Tick steering manually from serverMgr instead of unity's update
3 Days Ago
Fix typo in time warning comment
3 Days Ago
Remove hardcoded speed values
3 Days Ago
Fix hobo barrel and witch cauldron not scaring wolves when they are lit
4 Days Ago
Undo accidental change to procedural map
4 Days Ago
Make wolves more accurately align with food when eating
4 Days Ago
Make wolf decelerate faster when approaching a player holding fire, as to not end up charging them by accident, which would make them think the fire is not working
4 Days Ago
▅▉▄▇▍ ▉▄▄█ ▆▆▇▄
4 Days Ago
Store fsm transitions in the state themselves to avoid having to do dictionary lookups, makes wolves twice as performant
4 Days Ago
- Optimize the fsm transitions that are called often: cache distance to target (per frame) and components - Optimize roaming and flee: don't project all points in a circle around the wolf, once points are scored, early out after both nav projection and path succeed - Remove allocation caused by List.GetRange in GetFirstReachablePointInTopPct - Remove transitions updates (time elapsed now uses a timestamp) - Add more TimeWarning coverage
5 Days Ago
Instead of declaring multiple overloads for a method to allow a variable number of parameters, use optional parameters
5 Days Ago
Temporarily prevent wolves from hunting scientists until we update their AI
5 Days Ago
▋▅▉▇▋ ▄▇▇▆ ▍▊▄▍
5 Days Ago
Fix wolf mesh not being culled on client when occluded
5 Days Ago
Fix wolves not stopping when ai.move is set to false while the server is running
6 Days Ago
Make wolves reposition between attacks to vary the angles, instead of spamming frontal attacks
6 Days Ago
Fire fire blocking the wolves unreachable behaviour from triggering
6 Days Ago
Reduces wolf odds of trying to resist fire
6 Days Ago
Fix wolves counting themselves as an ally when deciding if it's worth fleeing to call reinforcements and come back
6 Days Ago
▆▄▅▅█ ▄▉▄▋ ▍▌█▌
6 Days Ago
Cache arrows item definitions so that they can be used for comparisons in code, instead of relying on comparing hardcoded names
6 Days Ago
Fix wolves switching target even though the current is was closer, just because they couldn't see it briefly
6 Days Ago
Fix wolves sometimes getting stuck eating dropped meat when another wolves eats the meat first
6 Days Ago
Fix wolves running in circles sometimes as they overshoot their destination, when the player is unreachable
6 Days Ago
Use a different syntax for HFSM declaration which results in a more compact and readable tree