userAdam Wcancel
branchrust_reboot/main/xmas_2022cancel

19 Commits over 30 Days - 0.03cph!

2 Years Ago
Xmasdwelling_A to D now spawn barricades using spawners so that there's not an extra copy client-side.
2 Years Ago
Increased coverpoint usage range
2 Years Ago
merge from melee
2 Years Ago
Roam design failsafe
2 Years Ago
Duplicated the scientist AI design being used by gingerbreads, pointed gingerbread brain to use this one.
2 Years Ago
compille fix
2 Years Ago
Re-implemented clientside brain state listening as an interface, IClientBrainStateListener. Moved client state based facial blendshape control from GingerbreadBrain to GingerbreadNPC
2 Years Ago
Increased gingerbread dungeon navmesh resolution so that the navmesh isn't floating way off the floor and with large ramps
2 Years Ago
Fixed gingerbreads damaging each other
2 Years Ago
data tweaks
2 Years Ago
more AI data
2 Years Ago
first pass AI data
2 Years Ago
merge from ai (still wip)
2 Years Ago
Create, size and init an AIInformationZone for dungeon instances. AIInformationZone can be manually init'd.
2 Years Ago
Deleted custom chase state and reverted to BaseChaseState. Not needed for gingerbreads.
2 Years Ago
Move blendshape control stuff from GingerbreadBrain to GingerbreadNPC
2 Years Ago
Refactored GingerbreadNPC so it doesn't override Scarecrow, ready for future changes. Switch Gingerbread NPC to use ginger bread brain. Added separate ginger bread AI design file.
2 Years Ago
Added GingerBread brain. Removed temp code from ScarecrowBrain. Moved ScarecrowNPC and ScarecrowBrain to new Gingerbread folder. Added gingerbread custom states.
2 Years Ago
Merge from client_ai_state_and_blendshapes