userAdam Woolridgecancel
branchrust_reboot/main/ai_test_changes/events/em_testcancel

414 Commits over 365 Days - 0.05cph!

3 Years Ago
base mounted state to handle disabling navigation.
3 Years Ago
merge from main
3 Years Ago
mounted event ui + fixes
3 Years Ago
IsMounted event prefab, manifest update
3 Years Ago
Added IAIMounted interface, implemented for scientists. Added IsMounted event. Added scientist dismounted state.
3 Years Ago
merge from main
3 Years Ago
more HS setup
3 Years Ago
heavy scientist/ch47 initial setup and wip
3 Years Ago
Added warning log when an oil rig waypoint isn't reachable and added failsafe behaviour.
3 Years Ago
animal ai design tweak
3 Years Ago
BaseNavigator respects ai.move convar
3 Years Ago
merge from main
3 Years Ago
bit of cleanup
3 Years Ago
movement speeds
3 Years Ago
merge from main
3 Years Ago
cover/reloading tweaks
3 Years Ago
more wip oilrig behaviour
3 Years Ago
rate tweak
3 Years Ago
Added built-in SetDestination rate limiting to the new base navigator.
3 Years Ago
AIInformationZone optimizations & cleanup.
3 Years Ago
Senses update now ticks regularly. IsVisible ai event optimizations.
3 Years Ago
Scientist aiming/direction. Moved remains of targeting and attack ticking out of HumanNPC.
3 Years Ago
Added AttackTick event. Scientist ai design update.
3 Years Ago
merge from m ain
3 Years Ago
Position-around refactor. Bunch of attack tick related stuff. AI memory now caches LOS value per entity in its memory.
3 Years Ago
Fixed chase state. Fixed events with no output state container linked not continuing execution correctly. Fixed IsVisible event using the targets attack interface instead of the owners. Brain senses can now handle the LOS checks. UI serialization improvements. More scientist AI design wip.
3 Years Ago
GetBestTarget interface/implementation. Events can now allow execution to continue past them if they trigger but have no output state container linked. Added BestTargetDetected and IsVisible events.
3 Years Ago
Serialize initial state and correctly show it when opening designer.
3 Years Ago
merge from main
3 Years Ago
AI design hot reloading for all instances of current entity type when saving designs.
3 Years Ago
designer delete event
3 Years Ago
State delete designer functionality
3 Years Ago
chase wip
3 Years Ago
wip states, cover & design
3 Years Ago
merge from main
3 Years Ago
more nav/cover
3 Years Ago
more cover wip
3 Years Ago
cover wip
3 Years Ago
Added new AmmoBelow event, protobuf & UI. Added GetAmmoFraction() to IAIAttack and implementations.
3 Years Ago
scientist IAAttack initial implementation
3 Years Ago
started splitting scientist combat state into separate states and events. updated AI design.
3 Years Ago
Implemented IAISenses for scientists
3 Years Ago
ai design
3 Years Ago
moved player-player visibility tests from HumanNPC to BasePlayer
3 Years Ago
scientist roam state. added some blockout scientist states. oilrig scientist AI design wip.
3 Years Ago
merge from main
3 Years Ago
direction fix, vision cones
3 Years Ago
Removed some last remains of navigation form HumanNPC
3 Years Ago
merge from main
3 Years Ago
Applied some navigation change shelves. Bunch of navigation work and refactoring to decouple navigation from npcs. Removed a bunch of debug. Better debug visualisation for navigation.