userAdam Wcancel
reporust_rebootcancel

6,668 Commits over 2,404 Days - 0.12cph!

2 Years Ago
Added a stationary AI design and fille. Updated Bradley scientist prefabs to reference it as an additional design.
2 Years Ago
Compile fixes
2 Years Ago
Cache walkable navmesh layer. Added convar'd damage deploy check interval. Codegen.
2 Years Ago
Check for valid navmesh at scientist spawn points before deploying. Handle missing navmesh.
2 Years Ago
Randomise between take cover and combat states when spawning scientists
2 Years Ago
Deploy & recall smoke grenade usage (convar'd)
2 Years Ago
MonumentIsland_Bradley test scene
2 Years Ago
Updated bradley scientist AI design, more defensive, more use of bradley as cover.
2 Years Ago
Check scientist target move distance is within a suitable distance from bradley
2 Years Ago
▉▌██▌▍▍▉▋▆▄ ▋▍█▆ ▇▅▊▊▋▆▅ ▉▆▋▌▉▅ ▋▊▄▊▉▊▋▊ ▉▄ ▅▍ ▇▅▉▇▅▊▋ ▊▉▌█ ▋▄▊██▇
2 Years Ago
CanSeeTarget can now take a source position offset, used to check move points.
2 Years Ago
Refactor
2 Years Ago
Remove now unused LOS offset code
2 Years Ago
AIInformationZone LOS improvements for GetBestMovePointNear
2 Years Ago
Fix for recall loop when all scientists are killed, preventing the Bradley from leaving deployed state.
2 Years Ago
Merge from main
2 Years Ago
▌▇▊▋▄▆ █▌▋█▊ ▄▆▍ ▇▋▇█▍ ▆▇▇ ▅█▆ █▅▄▍▉▆ ▅▉▅▌█▅ ▍▉▌▍▆▄█
2 Years Ago
Bradley scientist AI design update. AIInformationZone can now place move points on terrain. Disable AI data on spawn.
2 Years Ago
Extra AI data
2 Years Ago
Merge from main
2 Years Ago
Disable navmesh obastacle and AI data after all scientists are back on board, so they don't run through the APC on their way to mount it.
2 Years Ago
Merge from main
2 Years Ago
Raycast distance fix from earlier
2 Years Ago
Increase not-attacked timeout duration
2 Years Ago
Codegen
2 Years Ago
Merge from main
2 Years Ago
Remove standing weapon rack from excluded list for Pickaxe
2 Years Ago
Much more accurate navmesh placement of spawned scientists. BaseNavigator.PlaceOnNavMesh now takes parameter to control Y offset. Ifdef debug data to Editor only.
2 Years Ago
Temp debug gizmo drawing. TimeSince init fix.
2 Years Ago
More deploy/mount logic and balance convars.
2 Years Ago
Renames
2 Years Ago
Redeopment interval convar
2 Years Ago
NavMeshObstacle tweaks
2 Years Ago
Scientists store APC in their entity memory. Scientists tell the APC when they've mounted it. Correctly track the number of alive scientists that re-mounted the APC. Added new MountNPC AI state and design. Added new SpecialEntity reserved memory entity slot. Updated AI design.
2 Years Ago
Merge from main
2 Years Ago
Make the UI designer screen larger to fit the extra states on. Update bradley scientist AI design with recall states/events.
2 Years Ago
Update state for recalling scientists
2 Years Ago
Merge from main
2 Years Ago
Add destroy self behaviour state. Recall coroutine rework.
2 Years Ago
Delete Sense.cs
2 Years Ago
More removal
2 Years Ago
Remove all code that calls Sense.Stimulate
2 Years Ago
Remove OnSensation and calls.
2 Years Ago
Merge from main
2 Years Ago
WIP logic for loading scientists back in. New related states, AI design updates.
2 Years Ago
Merge from main
2 Years Ago
More recall logic/testing.
2 Years Ago
Snappier scientist weapon equip on spawn
2 Years Ago
Merge from main
2 Years Ago
Reset scientist spawn count to max when Bradley heals after inaction.