userMaverickcancel
reporust_rebootcancel

2,008 Commits over 792 Days - 0.11cph!

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