limboai/editor/debugger
Serhii Snitsaruk 0ea8b9932c Debugger: Implement selective tree update in BehaviorTreeView
Flame graph showed performance bottleneck with recreating and redrawing the whole tree each frame.
This commit should improve debugger performance by a good margin.
2024-02-17 11:43:31 +01:00
..
behavior_tree_data.cpp Debugger: Implement selective tree update in BehaviorTreeView 2024-02-17 11:43:31 +01:00
behavior_tree_data.h Debugger: Implement selective tree update in BehaviorTreeView 2024-02-17 11:43:31 +01:00
behavior_tree_view.cpp Debugger: Implement selective tree update in BehaviorTreeView 2024-02-17 11:43:31 +01:00
behavior_tree_view.h Debugger: Implement selective tree update in BehaviorTreeView 2024-02-17 11:43:31 +01:00
limbo_debugger.cpp Expose BehaviorTreeView for tools and in-game use 2024-02-03 16:59:51 +01:00
limbo_debugger.h Refactor and clean up the code 2024-01-13 17:10:42 +01:00
limbo_debugger_plugin.cpp Expose BehaviorTreeView for tools and in-game use 2024-02-03 16:59:51 +01:00
limbo_debugger_plugin.h Expose BehaviorTreeView for tools and in-game use 2024-02-03 16:59:51 +01:00