userAdam Wcancel

11,274 Commits over 3,500 Days - 0.13cph!

4 Years Ago
Added BaseNavigator.Moving MoveTowards & Roam return running or finished. Added StateFinished event.
4 Years Ago
small StateStatus refactor, now allows for Running and Finished
4 Years Ago
BasePathfinder roam positions, test roam state, navigator improvements
4 Years Ago
state change event refactor
4 Years Ago
state test
4 Years Ago
subtract
4 Years Ago
and another
4 Years Ago
applied yesterdays memory bank shelved changes
4 Years Ago
protobuf wip memorybank serialization
4 Years Ago
4 Years Ago
event fixes, start/stop design events, fixed test entity not being attackable.
4 Years Ago
merge from main
4 Years Ago
more events wip
4 Years Ago
More state container fixes and transition features. Added console.erroroverlay toggle.
4 Years Ago
live debug wip
4 Years Ago
Merge from nav branch
4 Years Ago
Added StateError. State ticking now returns a states code (error/ok initially). Added state error AI event. Changed existing states to return correct codes.
4 Years Ago
Navigator fixes and improvements
4 Years Ago
npc navigator rotation
4 Years Ago
Navigator test
4 Years Ago
NPCNavigator
4 Years Ago
Merge from navigator branch.
4 Years Ago
Legacy navigation toggle
4 Years Ago
Don't reset events
4 Years Ago
Memory bank fixes. Compile fixes. Test state.
4 Years Ago
Event system improvements & fixes. Test entity.
4 Years Ago
merge from main
4 Years Ago
4 Years Ago
statecontainer output linking
4 Years Ago
serialization
4 Years Ago
more wip
4 Years Ago
More RPCs, serialization. StateContainer improvements. Test UI.
4 Years Ago
Separated adding states from initialization. Add states first. More serialization
4 Years Ago
4 Years Ago
merge from main
4 Years Ago
State containers implementation. AI Serialization. Protobuf changes. Build fixes. State changing can use state containers, initial state, etc.
4 Years Ago
serialization wip
4 Years Ago
humanbrain rpc tests
4 Years Ago
generic type RPCCalls code gen change
4 Years Ago
ui/serialization/proto wip
4 Years Ago
progress + prefabs
4 Years Ago
more event work
4 Years Ago
em test
4 Years Ago
wip
4 Years Ago
Added AIMemoryBank<T>. Added AIMemory, Pass memory to event execution. Updated test events to use memory.
4 Years Ago
merge from root
4 Years Ago
merge from main
4 Years Ago
Execeution rate tweaks. Event fix.
4 Years Ago
Added event owners. More test events.
4 Years Ago
Added PostExecute. Clear accumulated delta times correctly.