repowiseguyscancel

8,451 Commits over 2,131 Days - 0.17cph!

9 Years Ago
Beginning the setup of an AI "brain" that controls non-player character movement and actions
9 Years Ago
Something is cancelling my NavMeshAgent movement. Committing as a reference before I track it down.
9 Years Ago
Basic AI working, can walk around.
9 Years Ago
Can collide with AI characters
9 Years Ago
Added push physics
9 Years Ago
Handling AI death more thoroughly. Creating ragdolls. Ragdoll boneTransforms seemed to need to be serialised since they only got set in editor - Not sure how this worked before?
9 Years Ago
Cleaning up.
9 Years Ago
Merging in major refactoring of Character, with partially complete work on NPC support. AI stuff is incomplete and probably buggy but existing character stuff (i.e. what the game actually uses at the moment) should hopefully be stable and run the same as before.
9 Years Ago
ignored some bullshit...
9 Years Ago
Added plugins folder. Added HEM, Geometry, Utilities.
9 Years Ago
More plugins
9 Years Ago
Extra checks for already-created components
9 Years Ago
Imported Apex Utility AI + minor edits
9 Years Ago
Added support for different character model appearances via CharacterVisualSet ScriptableObject
9 Years Ago
Moved ragdolls into the visual set as well
9 Years Ago
Added NPC type and visual option system. Different looks for pedestrians and cops (no different behaviour yet)
9 Years Ago
Ragdolls now match different player type visuals that they had when alive
9 Years Ago
Instancing.
9 Years Ago
Apex work. Changed vehicle namespace name
9 Years Ago
Shuffling things around to better match the original folder organisation
9 Years Ago
Shuffling things around again
9 Years Ago
AI work
9 Years Ago
Converting NPCs to Apx-based brains
9 Years Ago
Basic Apex-based random walk brains working for NPCs
9 Years Ago
Handling inputs - facing in walk direction
9 Years Ago
Don't need random walker anymore
9 Years Ago
Resolves #55. Explosions now ignoring ragdolls .
9 Years Ago
Enabled projection on ragdolls as it fixes some other issues with ragdoll glitches
9 Years Ago
Basic AI for pedestrians fleeing crime
9 Years Ago
Probably fixed animation offsets.
9 Years Ago
Merging character in ground fix
9 Years Ago
Less #SERVER tags
9 Years Ago
Workaround for network level size bug (Issue #57). Limiting min size to 256.
9 Years Ago
Extra bit for the previous commit.
9 Years Ago
Merging in level size bug workaround
9 Years Ago
Fixed wreckage pooling bug
9 Years Ago
AI work. Walking animation change
9 Years Ago
Forgot to re-enable ragdoll creation physics after testing some stuff earlier.
9 Years Ago
9 Years Ago
Only using animators on doors when they're needed.
9 Years Ago
Subtractive merged minhs stuff
9 Years Ago
Fixes #54. Removed TransfromVelocity scripts that were heavily affecting performance with many NPCs active. Applying character's overall velocity to the ragdoll's bones instead. Ragdoll movement at spawn not visibly any worse than before (quite possibly better).
9 Years Ago
Fixed null references in AI when character died but wasn't destroyed yet.
9 Years Ago
Netting up NPC inventories + crime spot work
9 Years Ago
Fixed tracer script warnings on server
9 Years Ago
sway and irongishgint animations
9 Years Ago
Small stuff
9 Years Ago
Experimenting with a "nothing" HeldItem
9 Years Ago
Added one single #define to ItemManager but it required adding a whole bunch of others.
9 Years Ago
zeroed out all the animations fixed the ironsight animations