userMaverickcancel

1,654 Commits over 639 Days - 0.11cph!

1 Year Ago
Hook remaining wolf idles
1 Year Ago
Make sure state and transitions are always deep copying internal lists
1 Year Ago
Fix state cloning making a shallow copy of lists, causing clones to share the original transitions
1 Year Ago
Fix wolves sliding when waking up
1 Year Ago
When wolf braking too abruptly
1 Year Ago
Tick steering manually from serverMgr instead of unity's update
1 Year Ago
Fix typo in time warning comment
1 Year Ago
Remove hardcoded speed values
1 Year Ago
Fix hobo barrel and witch cauldron not scaring wolves when they are lit
1 Year Ago
Merge from ai_wolf_iteration
1 Year Ago
Undo accidental change to procedural map
1 Year Ago
Make wolves more accurately align with food when eating
1 Year 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
1 Year Ago
▅ ▉▄▇▍▉ ▄▄█▆ ▆▇▄▍
1 Year Ago
Merge from ai_wolf_iteration (huge perf boost)
1 Year Ago
Store fsm transitions in the state themselves to avoid having to do dictionary lookups, makes wolves twice as performant
1 Year 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
1 Year Ago
Instead of declaring multiple overloads for a method to allow a variable number of parameters, use optional parameters
1 Year Ago
Merge from ai_wolf_iteration
1 Year Ago
Temporarily prevent wolves from hunting scientists until we update their AI
1 Year Ago
Merge from ai_wolf_iteration
1 Year Ago
▋ ▅▉▇▋▄ ▇▇▆▍ ▊▄▍▌
1 Year Ago
Fix wolf mesh not being culled on client when occluded
1 Year Ago
Fix wolves not stopping when ai.move is set to false while the server is running
1 Year Ago
▄ ▌▍█▅▊ ▋▇▋▊ ▄▅▋▆▄▄▇▇▍▉▋▋▄▍▆█▊
1 Year Ago
Merge from ai_wolf_iteration
1 Year Ago
Make wolves reposition between attacks to vary the angles, instead of spamming frontal attacks
1 Year Ago
Fire fire blocking the wolves unreachable behaviour from triggering
1 Year Ago
Reduces wolf odds of trying to resist fire
1 Year Ago
Fix wolves counting themselves as an ally when deciding if it's worth fleeing to call reinforcements and come back
1 Year Ago
▆ ▄▅▅█▄ ▉▄▋▍ ▌█▌▋
1 Year Ago
Cache arrows item definitions so that they can be used for comparisons in code, instead of relying on comparing hardcoded names
1 Year Ago
Fix wolves switching target even though the current is was closer, just because they couldn't see it briefly
1 Year Ago
Fix wolves sometimes getting stuck eating dropped meat when another wolves eats the meat first
1 Year Ago
Fix wolves running in circles sometimes as they overshoot their destination, when the player is unreachable
1 Year Ago
Use a different syntax for HFSM declaration which results in a more compact and readable tree
1 Year Ago
Merge from ai_wolf_iteration
1 Year Ago
Fix wolf chasing its own tail
1 Year Ago
Fix a lot of the wolves state incorrectly returning base.OnStateEnter() from OnStateUpdate, causing a lot of weird behaviour
1 Year Ago
Merge from ai_wolf_iteration
1 Year Ago
Fix NRE
1 Year Ago
Make fsm declaration syntax more compact, fix scientist death
1 Year Ago
Update scientist FSM to new system
1 Year Ago
Fix scientist spinning when coming to a stop
1 Year Ago
Fix scientist not moving (merge)
1 Year Ago
Fix compile errors from merge
1 Year Ago
Merge from ai_wolf_iteration
1 Year Ago
Merge from ai_wolf_iteration
1 Year Ago
Fix wolf slowing down before jumping on foundation
1 Year Ago
Have wolf smoothly decelerate instead of stopping dead in its tracks