userAdam Wcancel

6,013 Commits over 2,284 Days - 0.11cph!

5 Years Ago
Initial junkpile scientist prefab, brain setup, empty design.
5 Years Ago
Added TargetLostRange to AIBrainSenses. TarrgetLostAIEvent now checks distance too. Oilrig scientist design update.
5 Years Ago
merge from main
5 Years Ago
Added enum for navigation speed settign and per-type speed values. Switch all calls to BaseNavigator.SetDestination to use the new enum. Test scenes updated.
5 Years Ago
realm removed some scripts on animal prefabs
5 Years Ago
same for NPCPlayerNavigator
5 Years Ago
Fix some BaseNavigator script changes getting lost between client/server switch
5 Years Ago
merge from compile fixes
5 Years Ago
5 Years Ago
continued
5 Years Ago
compile fixes
5 Years Ago
BaseNavigator can toggle braking. Follow path state disables braking.
5 Years Ago
Design permission check
5 Years Ago
added ai.designing convar toggle
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
refactored scientist AttackTick. Bunch of scientist state and behaviour improvements. Base/NPC navigator improvements. Oilrig AI design update.
5 Years Ago
Added a DisableWithMainMenu script, added it to the quit and suicide confirmation panels so they close properly if closing the menu with them open.
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
Brain sense query optimization when exclusively looking for players
5 Years Ago
Bunch of profiling
5 Years Ago
Updated monument AI converter tool to also convert the links from the original brain based prefabs to the newest
5 Years Ago
Coverpoint stuff now uses the ai grid too.
5 Years Ago
Test porting the new AI grid and related optimizations to main (just AI grid related stuff, none of the other AI changes)
5 Years Ago
Merge from griduse
5 Years Ago
▊▌██▄ ▌▍█▌▅▊▇ ▍▍▅▊▅▆▉ █▆▍ ▍█▄ ▄▊▅▊ ▄▅▍▍▋ ▌▇▄▄ ▋▊ ▉▅▄ █▇▍▆ ▍▊▍▆▄▅, ▉▋ ▊▍▍█ ▄▆ ▋▌ ▌▍▋█▅▄ ▋▉▄█▌. ▌▅▍▉▅ ▄▋ ▊█▋ ▌▅▋▇▄▆█ ▄▊▋█▋▇▅, █▉▉▅ ▍▌▇▅/▉▆▋▉▊ ▇▌▇▆▉▇▄ + ▍▌▄▅▅▌▇▉█▋█▄ ▌▋▄▉▉▊▋▉, █▋▊█▊ █▉▄▅▇█▌, █▆▆▊▉▇▄▄▉▋.
5 Years Ago
Refactored move point list lookup
5 Years Ago
Roaming point calculation can now use the AI grid. Fixed some range parameters.
5 Years Ago
AIInformationGrid.GetMovePointsInRange implementation. AIInformationZone can now use the ai grid for optimizations. AI can now use the grid if available for a monument. Added ai.usegrid convar to toggle use of the new grid system at runtime.
5 Years Ago
merge from main
5 Years Ago
merge from aipoint
5 Years Ago
Profile GetBestRoamPoint
5 Years Ago
clear any invokes first in SetUsedBy
5 Years Ago
AIPoint/MovePoint/CoverPoint refactor to eliminate duplicated behaviour.
5 Years Ago
Probable fix for if BaseFollowPathState starts running before nav data
5 Years Ago
Monument AI conversion tool now replaces old bandit guard prefabs with the new one. Manifest.
5 Years Ago
new bandit guard prefab, setup, starting point AI design/config.
5 Years Ago
Bandit town test scene
5 Years Ago
rename scene
5 Years Ago
merge from outpost
5 Years Ago
merge from main
5 Years Ago
Refactor reservation/used by stuff down from AICoverPoint to AIPoint
5 Years Ago
AIInformationZone.GetCellsInRange implementation and visualisation/tester
5 Years Ago
AIInformationGrid.GetCell implementation. Added AIInformationGridTester.
5 Years Ago
Added AIPoint as a base for AICoverPoint and AIMovePoint (and anything else going forward). wip AIInformationGrid/Cell/Contents for partitioning and lookup of all the AIInformationZone move + cover points.
5 Years Ago
Fixed TargetLost event invert result
5 Years Ago
Added TargetLost ai event. Updated peacekeeper AI design to return to their patrolling after combat.
5 Years Ago
initial outpost peacekeeper AI design
5 Years Ago
merge from main