branchrust_reboot/main/ai_wolf_iterationcancel

490 Commits over 153 Days - 0.13cph!

4 Months Ago
Hook visual logger to AI code and have it wrap ddraw
4 Months Ago
Add editor window similar to unreal's visual logger for easier AI debugging
4 Months Ago
Make wolves eyes glow in the night
4 Months Ago
Fix wolf circling being broken
4 Months Ago
Only update the wolf's path if the new destination is far from the current one
4 Months Ago
Clean up wolf path following logic
4 Months Ago
Modify wolf senses and targetting to be lazily evaluated on demand, instead of ticking
4 Months Ago
Budget fsm tick
4 Months Ago
Fix wolf not spotting nearby preys in some cases
4 Months Ago
Disable leftover debug displays
4 Months Ago
First pass at wolf unreachable prey behaviour
4 Months Ago
Add other primitive items to bow editor loadout
4 Months Ago
Fix wolves being able to pick "valid" but unreachable destinations when roaming
4 Months Ago
Merge from main
4 Months Ago
Temporary fix for projectile violation when hitting a wolf's butt
4 Months Ago
Fix wolf not circling, add flee behaviour
4 Months Ago
Fix wolf overshooting destination, adapt roaming speed to how far is destination
4 Months Ago
Start work on wolf roam state
4 Months Ago
Fix wolf getting stuck in some situations
4 Months Ago
Prevent wolves being too synchronized by adding a random delay
4 Months Ago
Fix wolf sliding during some montages
4 Months Ago
Integrate spine animator and look animator
4 Months Ago
Fix wolves going very fast
4 Months Ago
Modify AI debug code to not require the removal IClientComponent or IServerComponent
4 Months Ago
Convert fsm to component
4 Months Ago
Add a custom version of the require component attribute that works with our IClient and IServerComponents
4 Months Ago
Add initshared and destroyshared to entityComponent
5 Months Ago
Use prefab attribute to avoid duplicating the anim list for every wolf
5 Months Ago
Allow wolves to reprioritize their target when fighting a group
5 Months Ago
Fix compile errors in server/client modes
5 Months Ago
Allow visualization of AI senses on the client via RPCs, fix wolves attacking dead players
5 Months Ago
Start setting up wolf senses
5 Months Ago
Merge from main
5 Months Ago
Stagger wolf when damaged a lot, instead of on every head shot
5 Months Ago
Add wolf bark before coordinated attack, add proper death state
5 Months Ago
Add wolf howl
5 Months Ago
Make fsms easier to edit by exposing them on the prefab
5 Months Ago
Reparent root motion SOs to baseScriptableObject to avoid duplicating them in bundles, remove unused animatorStateName
5 Months Ago
Allow fsm transitions to pass parameters to the destination state, use it to select different animations to play on wolf when hurt
5 Months Ago
Wrap animator into a playable, to allow playing one-shot animations without having to edit the animator every time
5 Months Ago
Allow lightweights entity components to handle RPCs
5 Months Ago
Create lightweight components that don't have the overhead of unity components
5 Months Ago
Merge from main
5 Months Ago
Merge from main
5 Months Ago
Make wolves more agile by making their turn radius speed independent, make the approach more interesting by adding speed and angle variations
5 Months Ago
Replace coroutine by invokes, pool the lists, also allow new montages to cancel currently playing one
5 Months Ago
Allow new wolf to deal damage and drop a corpse
5 Months Ago
exported wolf run 180 turn left to run rm and wolf attack 1 rm anims
5 Months Ago
Undo changes to old wolf animator
5 Months Ago
Fix missing convar