4 Years Ago
Added AIThinkMode to base brain, all brains can set their think mode: interval or fixed update, as well as individual tick rates. Moved a bunch of ShouldThink/DoThink logic to base brain so it can be used by all brains instead of each having its own delta implementation, age tracking etc. Added "time in current state" to debug display.