Go to file
Serhii Snitsaruk 62310a75df Compile BehaviorTree only into "tools" builds 2023-04-27 09:41:59 +02:00
bb_param Update BBParam classes for Godot 4 2022-12-17 14:30:04 +01:00
bt Debugger: Add performance monitoring 2023-04-15 15:49:34 +02:00
debugger Compile BehaviorTree only into "tools" builds 2023-04-27 09:41:59 +02:00
doc_classes Update and improve class documentation 2023-04-11 09:02:16 +02:00
editor Don't compile debugger plugin for non-tools builds 2023-04-16 11:30:31 +02:00
icons Update icons 2023-04-14 14:05:44 +02:00
test Fix support for user script class icons 2023-04-16 08:26:47 +02:00
.clang-format Initial commit 2022-08-28 12:54:16 +02:00
.gitignore Initial commit 2022-08-28 12:54:16 +02:00
README.md Initial commit 2022-08-28 12:54:16 +02:00
SCsub Implement basics of behavior tree debugger 2023-04-13 12:46:48 +02:00
blackboard.cpp Blackboard: Add erase_var() 2022-12-16 12:13:03 +01:00
blackboard.h Blackboard: Add erase_var() 2022-12-16 12:13:03 +01:00
config.py Add mostly minimal changes in order to compile and run with godot 4 2022-12-15 14:33:03 +01:00
limbo_hsm.cpp Use double instead of float when dealing with time 2023-04-10 10:08:11 +02:00
limbo_hsm.h Use double instead of float when dealing with time 2023-04-10 10:08:11 +02:00
limbo_state.cpp Use double instead of float when dealing with time 2023-04-10 10:08:11 +02:00
limbo_state.h Use double instead of float when dealing with time 2023-04-10 10:08:11 +02:00
limbo_string_names.cpp Add mostly minimal changes in order to compile and run with godot 4 2022-12-15 14:33:03 +01:00
limbo_string_names.h Add mostly minimal changes in order to compile and run with godot 4 2022-12-15 14:33:03 +01:00
limbo_utility.cpp Don't use editor for non-tools builds 2023-04-26 18:05:08 +02:00
limbo_utility.h Implement basics of behavior tree debugger 2023-04-13 12:46:48 +02:00
register_types.cpp Compile BehaviorTree only into "tools" builds 2023-04-27 09:41:59 +02:00
register_types.h Add mostly minimal changes in order to compile and run with godot 4 2022-12-15 14:33:03 +01:00

README.md