limboai/bt/tasks
Serhii Snitsaruk d5bc62830a
Duplicate BBParam instances inside arrays in `BTTask::clone()`
Fixes issue with `CallMethod` arguments being shared between tasks after duplication.
2024-10-28 15:06:29 +01:00
..
blackboard Fix error if `changed` signal is already connected to a BBParam in a bunch of tasks 2024-08-02 10:07:42 +02:00
composites Fix compile-time errors with updated godot-cpp 2024-05-28 19:50:57 +02:00
decorators Fix BTForEach crash if elements are removed from the array during iteration 2024-09-14 16:42:30 +02:00
scene Fix `BTSetAgentProperty` name generation 2024-09-14 19:56:31 +02:00
utility Fix error if `changed` signal is already connected to a BBParam in a bunch of tasks 2024-08-02 10:07:42 +02:00
bt_action.cpp Update file headers and fix whitespace 2024-03-21 21:38:57 +01:00
bt_action.h Fix compile-time errors with updated godot-cpp 2024-05-28 19:50:57 +02:00
bt_comment.cpp Update file headers and fix whitespace 2024-03-21 21:38:57 +01:00
bt_comment.h Fix compile-time errors with updated godot-cpp 2024-05-28 19:50:57 +02:00
bt_composite.cpp Update file headers and fix whitespace 2024-03-21 21:38:57 +01:00
bt_composite.h Fix compile-time errors with updated godot-cpp 2024-05-28 19:50:57 +02:00
bt_condition.cpp Update file headers and fix whitespace 2024-03-21 21:38:57 +01:00
bt_condition.h Fix compile-time errors with updated godot-cpp 2024-05-28 19:50:57 +02:00
bt_decorator.cpp BTDecorator: Add default `_tick` implementation 2024-04-22 11:07:50 +02:00
bt_decorator.h Fix compile-time errors with updated godot-cpp 2024-05-28 19:50:57 +02:00
bt_task.cpp Duplicate BBParam instances inside arrays in `BTTask::clone()` 2024-10-28 15:06:29 +01:00
bt_task.h Override _to_string() to print useful info about objects in GDExtension 2024-09-05 13:39:47 +02:00