From 12fd9d00d6168d7ab129eb738500b511bb2ee7f5 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Thu, 21 Mar 2024 21:38:57 +0100 Subject: [PATCH] Update file headers and fix whitespace --- blackboard/bb_param/bb_aabb.h | 4 ++-- blackboard/bb_param/bb_array.h | 4 ++-- blackboard/bb_param/bb_basis.h | 4 ++-- blackboard/bb_param/bb_bool.h | 4 ++-- blackboard/bb_param/bb_byte_array.h | 4 ++-- blackboard/bb_param/bb_color.h | 4 ++-- blackboard/bb_param/bb_color_array.h | 4 ++-- blackboard/bb_param/bb_dictionary.h | 4 ++-- blackboard/bb_param/bb_float.h | 4 ++-- blackboard/bb_param/bb_int.h | 4 ++-- blackboard/bb_param/bb_node.cpp | 2 +- blackboard/bb_param/bb_node.h | 4 ++-- blackboard/bb_param/bb_plane.h | 4 ++-- blackboard/bb_param/bb_quaternion.h | 4 ++-- blackboard/bb_param/bb_rect2.h | 4 ++-- blackboard/bb_param/bb_rect2i.h | 4 ++-- blackboard/bb_param/bb_string.h | 4 ++-- blackboard/bb_param/bb_string_array.h | 4 ++-- blackboard/bb_param/bb_string_name.h | 4 ++-- blackboard/bb_param/bb_transform2d.h | 4 ++-- blackboard/bb_param/bb_transform3d.h | 4 ++-- blackboard/bb_param/bb_vector2.h | 4 ++-- blackboard/bb_param/bb_vector2_array.h | 4 ++-- blackboard/bb_param/bb_vector2i.h | 4 ++-- blackboard/bb_param/bb_vector3.h | 4 ++-- blackboard/bb_param/bb_vector3_array.h | 4 ++-- blackboard/bb_param/bb_vector3i.h | 4 ++-- blackboard/bb_param/bb_vector4.h | 4 ++-- blackboard/bb_param/bb_vector4i.h | 4 ++-- bt/tasks/bt_action.cpp | 2 +- bt/tasks/bt_action.h | 2 +- bt/tasks/bt_comment.cpp | 2 +- bt/tasks/bt_comment.h | 2 +- bt/tasks/bt_composite.cpp | 2 +- bt/tasks/bt_composite.h | 2 +- bt/tasks/bt_condition.cpp | 2 +- bt/tasks/bt_condition.h | 2 +- bt/tasks/bt_decorator.cpp | 2 +- bt/tasks/bt_decorator.h | 2 +- bt/tasks/composites/bt_dynamic_selector.cpp | 4 ++-- bt/tasks/composites/bt_dynamic_selector.h | 4 ++-- bt/tasks/composites/bt_dynamic_sequence.cpp | 2 +- bt/tasks/composites/bt_dynamic_sequence.h | 2 +- bt/tasks/composites/bt_random_selector.cpp | 2 +- bt/tasks/composites/bt_random_selector.h | 2 +- bt/tasks/composites/bt_random_sequence.h | 2 +- bt/tasks/composites/bt_selector.cpp | 2 +- bt/tasks/composites/bt_selector.h | 5 +++-- bt/tasks/composites/bt_sequence.cpp | 4 ++-- bt/tasks/composites/bt_sequence.h | 4 ++-- bt/tasks/decorators/bt_always_fail.cpp | 2 +- bt/tasks/decorators/bt_always_fail.h | 2 +- bt/tasks/decorators/bt_always_succeed.cpp | 2 +- bt/tasks/decorators/bt_always_succeed.h | 2 +- bt/tasks/decorators/bt_invert.cpp | 2 +- bt/tasks/decorators/bt_invert.h | 2 +- bt/tasks/decorators/bt_repeat.h | 2 +- bt/tasks/decorators/bt_repeat_until_failure.cpp | 2 +- bt/tasks/decorators/bt_repeat_until_failure.h | 2 +- bt/tasks/decorators/bt_repeat_until_success.cpp | 2 +- bt/tasks/decorators/bt_repeat_until_success.h | 2 +- bt/tasks/decorators/bt_run_limit.h | 2 +- bt/tasks/utility/bt_fail.cpp | 2 +- bt/tasks/utility/bt_fail.h | 2 +- bt/tasks/utility/bt_wait.h | 2 +- demo/demo/agents/07_agent_melee_nuanced.tscn | 4 ++-- editor/action_banner.cpp | 2 +- editor/action_banner.h | 2 +- editor/debugger/behavior_tree_data.cpp | 2 +- editor/debugger/behavior_tree_data.h | 2 +- editor/debugger/behavior_tree_view.cpp | 2 +- editor/debugger/behavior_tree_view.h | 2 +- editor/debugger/limbo_debugger.cpp | 2 +- editor/debugger/limbo_debugger.h | 2 +- editor/debugger/limbo_debugger_plugin.cpp | 2 +- editor/debugger/limbo_debugger_plugin.h | 2 +- editor/limbo_ai_editor_plugin.cpp | 2 +- editor/limbo_ai_editor_plugin.h | 2 +- editor/mode_switch_button.cpp | 2 +- editor/mode_switch_button.h | 2 +- editor/task_palette.cpp | 2 +- editor/task_palette.h | 2 +- editor/task_tree.cpp | 2 +- editor/task_tree.h | 2 +- register_types.h | 2 +- tests/limbo_test.h | 2 +- tests/test_always_fail.h | 2 +- tests/test_always_succeed.h | 2 +- tests/test_await_animation.h | 2 +- tests/test_bb_param.h | 2 +- tests/test_call_method.h | 2 +- tests/test_check_agent_property.h | 2 +- tests/test_check_trigger.h | 2 +- tests/test_check_var.h | 2 +- tests/test_delay.h | 2 +- tests/test_dynamic_selector.h | 2 +- tests/test_dynamic_sequence.h | 2 +- tests/test_evaluate_expression.h | 2 +- tests/test_for_each.h | 2 +- tests/test_hsm.h | 2 +- tests/test_invert.h | 2 +- tests/test_new_scope.h | 2 +- tests/test_parallel.h | 2 +- tests/test_pause_animation.h | 2 +- tests/test_play_animation.h | 2 +- tests/test_probability.h | 2 +- tests/test_probability_selector.h | 2 +- tests/test_random_selector.h | 2 +- tests/test_random_sequence.h | 2 +- tests/test_repeat.h | 2 +- tests/test_repeat_until_failure.h | 2 +- tests/test_repeat_until_success.h | 2 +- tests/test_run_limit.h | 2 +- tests/test_selector.h | 2 +- tests/test_sequence.h | 4 ++-- tests/test_set_agent_property.h | 2 +- tests/test_set_var.h | 2 +- tests/test_stop_animation.h | 2 +- tests/test_subtree.h | 4 ++-- tests/test_task.h | 2 +- tests/test_time_limit.h | 2 +- tests/test_wait_actions.h | 2 +- util/limbo_compat.cpp | 4 ++-- util/limbo_string_names.cpp | 2 +- util/limbo_string_names.h | 2 +- util/limbo_task_db.cpp | 2 +- util/limbo_task_db.h | 2 +- util/limbo_utility.cpp | 2 +- util/limbo_utility.h | 2 +- 129 files changed, 167 insertions(+), 166 deletions(-) diff --git a/blackboard/bb_param/bb_aabb.h b/blackboard/bb_param/bb_aabb.h index 17fe311..7fc09e0 100644 --- a/blackboard/bb_param/bb_aabb.h +++ b/blackboard/bb_param/bb_aabb.h @@ -1,7 +1,7 @@ /** * bb_aabb.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::AABB; } }; -#endif // BB_AABB_H \ No newline at end of file +#endif // BB_AABB_H diff --git a/blackboard/bb_param/bb_array.h b/blackboard/bb_param/bb_array.h index 3f97fc9..68b7724 100644 --- a/blackboard/bb_param/bb_array.h +++ b/blackboard/bb_param/bb_array.h @@ -1,7 +1,7 @@ /** * bb_array.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::ARRAY; } }; -#endif // BB_ARRAY_H \ No newline at end of file +#endif // BB_ARRAY_H diff --git a/blackboard/bb_param/bb_basis.h b/blackboard/bb_param/bb_basis.h index ba7af05..93bf3ec 100644 --- a/blackboard/bb_param/bb_basis.h +++ b/blackboard/bb_param/bb_basis.h @@ -1,7 +1,7 @@ /** * bb_basis.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::BASIS; } }; -#endif // BB_BASIS_H \ No newline at end of file +#endif // BB_BASIS_H diff --git a/blackboard/bb_param/bb_bool.h b/blackboard/bb_param/bb_bool.h index e9a08a7..1216dcf 100644 --- a/blackboard/bb_param/bb_bool.h +++ b/blackboard/bb_param/bb_bool.h @@ -1,7 +1,7 @@ /** * bb_bool.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::BOOL; } }; -#endif // BB_BOOL_H \ No newline at end of file +#endif // BB_BOOL_H diff --git a/blackboard/bb_param/bb_byte_array.h b/blackboard/bb_param/bb_byte_array.h index 48b0b07..bbe0a27 100644 --- a/blackboard/bb_param/bb_byte_array.h +++ b/blackboard/bb_param/bb_byte_array.h @@ -1,7 +1,7 @@ /** * bb_byte_array.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::PACKED_BYTE_ARRAY; } }; -#endif // BB_BYTE_ARRAY_H \ No newline at end of file +#endif // BB_BYTE_ARRAY_H diff --git a/blackboard/bb_param/bb_color.h b/blackboard/bb_param/bb_color.h index 3cf9dd6..d1e371b 100644 --- a/blackboard/bb_param/bb_color.h +++ b/blackboard/bb_param/bb_color.h @@ -1,7 +1,7 @@ /** * bb_color.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::COLOR; } }; -#endif // BB_COLOR_H \ No newline at end of file +#endif // BB_COLOR_H diff --git a/blackboard/bb_param/bb_color_array.h b/blackboard/bb_param/bb_color_array.h index 4d167c9..580a6b7 100644 --- a/blackboard/bb_param/bb_color_array.h +++ b/blackboard/bb_param/bb_color_array.h @@ -1,7 +1,7 @@ /** * bb_color_array.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::PACKED_COLOR_ARRAY; } }; -#endif // BB_COLOR_ARRAY_H \ No newline at end of file +#endif // BB_COLOR_ARRAY_H diff --git a/blackboard/bb_param/bb_dictionary.h b/blackboard/bb_param/bb_dictionary.h index e598c86..e107d39 100644 --- a/blackboard/bb_param/bb_dictionary.h +++ b/blackboard/bb_param/bb_dictionary.h @@ -1,7 +1,7 @@ /** * bb_dictionary.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::DICTIONARY; } }; -#endif // BB_DICTIONARY_H \ No newline at end of file +#endif // BB_DICTIONARY_H diff --git a/blackboard/bb_param/bb_float.h b/blackboard/bb_param/bb_float.h index 799c16e..31f9f0a 100644 --- a/blackboard/bb_param/bb_float.h +++ b/blackboard/bb_param/bb_float.h @@ -1,7 +1,7 @@ /** * bb_float.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::FLOAT; } }; -#endif // BB_FLOAT_H \ No newline at end of file +#endif // BB_FLOAT_H diff --git a/blackboard/bb_param/bb_int.h b/blackboard/bb_param/bb_int.h index eeb0509..b3d9456 100644 --- a/blackboard/bb_param/bb_int.h +++ b/blackboard/bb_param/bb_int.h @@ -1,7 +1,7 @@ /** * bb_int.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::INT; } }; -#endif // BB_INT_H \ No newline at end of file +#endif // BB_INT_H diff --git a/blackboard/bb_param/bb_node.cpp b/blackboard/bb_param/bb_node.cpp index 8e45004..3110712 100644 --- a/blackboard/bb_param/bb_node.cpp +++ b/blackboard/bb_param/bb_node.cpp @@ -1,7 +1,7 @@ /** * bb_node.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_node.h b/blackboard/bb_param/bb_node.h index 931818f..e6db0c8 100644 --- a/blackboard/bb_param/bb_node.h +++ b/blackboard/bb_param/bb_node.h @@ -1,7 +1,7 @@ /** * bb_node.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -24,4 +24,4 @@ public: virtual Variant get_value(Object *p_agent, const Ref &p_blackboard, const Variant &p_default = Variant()) override; }; -#endif // BB_NODE_H \ No newline at end of file +#endif // BB_NODE_H diff --git a/blackboard/bb_param/bb_plane.h b/blackboard/bb_param/bb_plane.h index a2c2745..4114b8a 100644 --- a/blackboard/bb_param/bb_plane.h +++ b/blackboard/bb_param/bb_plane.h @@ -1,7 +1,7 @@ /** * bb_plane.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::PLANE; } }; -#endif // BB_PLANE_H \ No newline at end of file +#endif // BB_PLANE_H diff --git a/blackboard/bb_param/bb_quaternion.h b/blackboard/bb_param/bb_quaternion.h index 838b711..c3a1aa9 100644 --- a/blackboard/bb_param/bb_quaternion.h +++ b/blackboard/bb_param/bb_quaternion.h @@ -1,7 +1,7 @@ /** * bb_quaternion.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::QUATERNION; } }; -#endif // BB_QUATERNION_H \ No newline at end of file +#endif // BB_QUATERNION_H diff --git a/blackboard/bb_param/bb_rect2.h b/blackboard/bb_param/bb_rect2.h index ff7dd3a..d6e8680 100644 --- a/blackboard/bb_param/bb_rect2.h +++ b/blackboard/bb_param/bb_rect2.h @@ -1,7 +1,7 @@ /** * bb_rect2.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::RECT2; } }; -#endif // BB_RECT2_H \ No newline at end of file +#endif // BB_RECT2_H diff --git a/blackboard/bb_param/bb_rect2i.h b/blackboard/bb_param/bb_rect2i.h index c74108a..9f207f9 100644 --- a/blackboard/bb_param/bb_rect2i.h +++ b/blackboard/bb_param/bb_rect2i.h @@ -1,7 +1,7 @@ /** * bb_rect2i.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::RECT2I; } }; -#endif // BB_RECT2I_H \ No newline at end of file +#endif // BB_RECT2I_H diff --git a/blackboard/bb_param/bb_string.h b/blackboard/bb_param/bb_string.h index 11bb1cb..5cb8a58 100644 --- a/blackboard/bb_param/bb_string.h +++ b/blackboard/bb_param/bb_string.h @@ -1,7 +1,7 @@ /** * bb_string.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::STRING; } }; -#endif // BB_STRING_H \ No newline at end of file +#endif // BB_STRING_H diff --git a/blackboard/bb_param/bb_string_array.h b/blackboard/bb_param/bb_string_array.h index 6aeef84..5908c90 100644 --- a/blackboard/bb_param/bb_string_array.h +++ b/blackboard/bb_param/bb_string_array.h @@ -1,7 +1,7 @@ /** * bb_string_array.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::PACKED_STRING_ARRAY; } }; -#endif // BB_STRING_ARRAY_H \ No newline at end of file +#endif // BB_STRING_ARRAY_H diff --git a/blackboard/bb_param/bb_string_name.h b/blackboard/bb_param/bb_string_name.h index fd96856..b10e628 100644 --- a/blackboard/bb_param/bb_string_name.h +++ b/blackboard/bb_param/bb_string_name.h @@ -1,7 +1,7 @@ /** * bb_string_name.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::STRING_NAME; } }; -#endif // BB_STRING_H \ No newline at end of file +#endif // BB_STRING_H diff --git a/blackboard/bb_param/bb_transform2d.h b/blackboard/bb_param/bb_transform2d.h index 33101d8..8346c6d 100644 --- a/blackboard/bb_param/bb_transform2d.h +++ b/blackboard/bb_param/bb_transform2d.h @@ -1,7 +1,7 @@ /** * bb_transform2d.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::TRANSFORM2D; } }; -#endif // BB_TRANSFORM2D_H \ No newline at end of file +#endif // BB_TRANSFORM2D_H diff --git a/blackboard/bb_param/bb_transform3d.h b/blackboard/bb_param/bb_transform3d.h index c203c31..90cf74c 100644 --- a/blackboard/bb_param/bb_transform3d.h +++ b/blackboard/bb_param/bb_transform3d.h @@ -1,7 +1,7 @@ /** * bb_transform3d.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::TRANSFORM3D; } }; -#endif // BB_TRANSFORM3D_H \ No newline at end of file +#endif // BB_TRANSFORM3D_H diff --git a/blackboard/bb_param/bb_vector2.h b/blackboard/bb_param/bb_vector2.h index 2777d5c..96b10e9 100644 --- a/blackboard/bb_param/bb_vector2.h +++ b/blackboard/bb_param/bb_vector2.h @@ -1,7 +1,7 @@ /** * bb_vector2.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::VECTOR2; } }; -#endif // BB_VECTOR2_H \ No newline at end of file +#endif // BB_VECTOR2_H diff --git a/blackboard/bb_param/bb_vector2_array.h b/blackboard/bb_param/bb_vector2_array.h index 15486bb..f209210 100644 --- a/blackboard/bb_param/bb_vector2_array.h +++ b/blackboard/bb_param/bb_vector2_array.h @@ -1,7 +1,7 @@ /** * bb_vector2_array.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::PACKED_VECTOR2_ARRAY; } }; -#endif // BB_VECTOR2_ARRAY_H \ No newline at end of file +#endif // BB_VECTOR2_ARRAY_H diff --git a/blackboard/bb_param/bb_vector2i.h b/blackboard/bb_param/bb_vector2i.h index 45f9ade..ec962dd 100644 --- a/blackboard/bb_param/bb_vector2i.h +++ b/blackboard/bb_param/bb_vector2i.h @@ -1,7 +1,7 @@ /** * bb_vector2i.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::VECTOR2I; } }; -#endif // BB_VECTOR2I_H \ No newline at end of file +#endif // BB_VECTOR2I_H diff --git a/blackboard/bb_param/bb_vector3.h b/blackboard/bb_param/bb_vector3.h index e31c502..d2d4f82 100644 --- a/blackboard/bb_param/bb_vector3.h +++ b/blackboard/bb_param/bb_vector3.h @@ -1,7 +1,7 @@ /** * bb_vector3.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::VECTOR3; } }; -#endif // BB_VECTOR3_H \ No newline at end of file +#endif // BB_VECTOR3_H diff --git a/blackboard/bb_param/bb_vector3_array.h b/blackboard/bb_param/bb_vector3_array.h index f70e6be..f7c6383 100644 --- a/blackboard/bb_param/bb_vector3_array.h +++ b/blackboard/bb_param/bb_vector3_array.h @@ -1,7 +1,7 @@ /** * bb_vector3_array.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::PACKED_VECTOR3_ARRAY; } }; -#endif // BB_VECTOR3_ARRAY_H \ No newline at end of file +#endif // BB_VECTOR3_ARRAY_H diff --git a/blackboard/bb_param/bb_vector3i.h b/blackboard/bb_param/bb_vector3i.h index 65896c0..0c2f6c7 100644 --- a/blackboard/bb_param/bb_vector3i.h +++ b/blackboard/bb_param/bb_vector3i.h @@ -1,7 +1,7 @@ /** * bb_vector3i.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::VECTOR3I; } }; -#endif // BB_VECTOR3I_H \ No newline at end of file +#endif // BB_VECTOR3I_H diff --git a/blackboard/bb_param/bb_vector4.h b/blackboard/bb_param/bb_vector4.h index 4172a36..9621487 100644 --- a/blackboard/bb_param/bb_vector4.h +++ b/blackboard/bb_param/bb_vector4.h @@ -1,7 +1,7 @@ /** * bb_vector4.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::VECTOR4; } }; -#endif // BB_VECTOR4_H \ No newline at end of file +#endif // BB_VECTOR4_H diff --git a/blackboard/bb_param/bb_vector4i.h b/blackboard/bb_param/bb_vector4i.h index 63a47d1..e5cc6a2 100644 --- a/blackboard/bb_param/bb_vector4i.h +++ b/blackboard/bb_param/bb_vector4i.h @@ -1,7 +1,7 @@ /** * bb_vector4i.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -21,4 +21,4 @@ protected: virtual Variant::Type get_type() const override { return Variant::VECTOR4I; } }; -#endif // BB_VECTOR4I_H \ No newline at end of file +#endif // BB_VECTOR4I_H diff --git a/bt/tasks/bt_action.cpp b/bt/tasks/bt_action.cpp index 0735006..db5cf56 100644 --- a/bt/tasks/bt_action.cpp +++ b/bt/tasks/bt_action.cpp @@ -1,7 +1,7 @@ /** * bt_action.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_action.h b/bt/tasks/bt_action.h index a685d25..bf36252 100644 --- a/bt/tasks/bt_action.h +++ b/bt/tasks/bt_action.h @@ -1,7 +1,7 @@ /** * bt_action.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_comment.cpp b/bt/tasks/bt_comment.cpp index 56d28e9..b5689da 100644 --- a/bt/tasks/bt_comment.cpp +++ b/bt/tasks/bt_comment.cpp @@ -1,7 +1,7 @@ /** * bt_comment.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_comment.h b/bt/tasks/bt_comment.h index 78cc0e0..dbe34a2 100644 --- a/bt/tasks/bt_comment.h +++ b/bt/tasks/bt_comment.h @@ -1,7 +1,7 @@ /** * bt_comment.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_composite.cpp b/bt/tasks/bt_composite.cpp index 43b9186..9d37153 100644 --- a/bt/tasks/bt_composite.cpp +++ b/bt/tasks/bt_composite.cpp @@ -1,7 +1,7 @@ /** * bt_composite.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_composite.h b/bt/tasks/bt_composite.h index d747fca..ad80ae3 100644 --- a/bt/tasks/bt_composite.h +++ b/bt/tasks/bt_composite.h @@ -1,7 +1,7 @@ /** * bt_composite.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_condition.cpp b/bt/tasks/bt_condition.cpp index 376dae2..60500db 100644 --- a/bt/tasks/bt_condition.cpp +++ b/bt/tasks/bt_condition.cpp @@ -1,7 +1,7 @@ /** * bt_condition.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_condition.h b/bt/tasks/bt_condition.h index f1ab6a3..39c0eda 100644 --- a/bt/tasks/bt_condition.h +++ b/bt/tasks/bt_condition.h @@ -1,7 +1,7 @@ /** * bt_condition.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_decorator.cpp b/bt/tasks/bt_decorator.cpp index 1e683fb..1df4c1e 100644 --- a/bt/tasks/bt_decorator.cpp +++ b/bt/tasks/bt_decorator.cpp @@ -1,7 +1,7 @@ /** * bt_decorator.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_decorator.h b/bt/tasks/bt_decorator.h index f3a2cbc..4dd4320 100644 --- a/bt/tasks/bt_decorator.h +++ b/bt/tasks/bt_decorator.h @@ -1,7 +1,7 @@ /** * bt_decorator.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_dynamic_selector.cpp b/bt/tasks/composites/bt_dynamic_selector.cpp index d5f9195..44ee4d8 100644 --- a/bt/tasks/composites/bt_dynamic_selector.cpp +++ b/bt/tasks/composites/bt_dynamic_selector.cpp @@ -1,7 +1,7 @@ /** * bt_dynamic_selector.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -31,4 +31,4 @@ BT::Status BTDynamicSelector::_tick(double p_delta) { } last_running_idx = i; return status; -} \ No newline at end of file +} diff --git a/bt/tasks/composites/bt_dynamic_selector.h b/bt/tasks/composites/bt_dynamic_selector.h index 975952c..aeff118 100644 --- a/bt/tasks/composites/bt_dynamic_selector.h +++ b/bt/tasks/composites/bt_dynamic_selector.h @@ -1,7 +1,7 @@ /** * bt_dynamic_selector.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -26,4 +26,4 @@ protected: virtual Status _tick(double p_delta) override; }; -#endif // BT_DYNAMIC_SELECTOR_H \ No newline at end of file +#endif // BT_DYNAMIC_SELECTOR_H diff --git a/bt/tasks/composites/bt_dynamic_sequence.cpp b/bt/tasks/composites/bt_dynamic_sequence.cpp index dc676c3..015cd66 100644 --- a/bt/tasks/composites/bt_dynamic_sequence.cpp +++ b/bt/tasks/composites/bt_dynamic_sequence.cpp @@ -1,7 +1,7 @@ /** * bt_dynamic_sequence.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_dynamic_sequence.h b/bt/tasks/composites/bt_dynamic_sequence.h index 4663a55..027db6d 100644 --- a/bt/tasks/composites/bt_dynamic_sequence.h +++ b/bt/tasks/composites/bt_dynamic_sequence.h @@ -1,7 +1,7 @@ /** * bt_dynamic_sequence.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_random_selector.cpp b/bt/tasks/composites/bt_random_selector.cpp index b617829..55066ab 100644 --- a/bt/tasks/composites/bt_random_selector.cpp +++ b/bt/tasks/composites/bt_random_selector.cpp @@ -1,7 +1,7 @@ /** * bt_random_selector.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_random_selector.h b/bt/tasks/composites/bt_random_selector.h index eff5d1f..2b2050a 100644 --- a/bt/tasks/composites/bt_random_selector.h +++ b/bt/tasks/composites/bt_random_selector.h @@ -1,7 +1,7 @@ /** * bt_random_selector.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_random_sequence.h b/bt/tasks/composites/bt_random_sequence.h index 2d2c590..df02d46 100644 --- a/bt/tasks/composites/bt_random_sequence.h +++ b/bt/tasks/composites/bt_random_sequence.h @@ -1,7 +1,7 @@ /** * bt_random_sequence.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_selector.cpp b/bt/tasks/composites/bt_selector.cpp index e06a967..8a55615 100644 --- a/bt/tasks/composites/bt_selector.cpp +++ b/bt/tasks/composites/bt_selector.cpp @@ -1,7 +1,7 @@ /** * bt_selector.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_selector.h b/bt/tasks/composites/bt_selector.h index c09a8c4..18836bd 100644 --- a/bt/tasks/composites/bt_selector.h +++ b/bt/tasks/composites/bt_selector.h @@ -1,7 +1,7 @@ /** * bt_selector.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -25,4 +25,5 @@ protected: virtual void _enter() override; virtual Status _tick(double p_delta) override; }; -#endif // BT_SELECTOR_H \ No newline at end of file + +#endif // BT_SELECTOR_H diff --git a/bt/tasks/composites/bt_sequence.cpp b/bt/tasks/composites/bt_sequence.cpp index b734047..c35fc9c 100644 --- a/bt/tasks/composites/bt_sequence.cpp +++ b/bt/tasks/composites/bt_sequence.cpp @@ -1,7 +1,7 @@ /** * bt_sequence.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -25,4 +25,4 @@ BT::Status BTSequence::_tick(double p_delta) { } } return status; -} \ No newline at end of file +} diff --git a/bt/tasks/composites/bt_sequence.h b/bt/tasks/composites/bt_sequence.h index bd11fff..21e2d67 100644 --- a/bt/tasks/composites/bt_sequence.h +++ b/bt/tasks/composites/bt_sequence.h @@ -1,7 +1,7 @@ /** * bt_sequence.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -26,4 +26,4 @@ protected: virtual Status _tick(double p_delta) override; }; -#endif // BT_SEQUENCE_H \ No newline at end of file +#endif // BT_SEQUENCE_H diff --git a/bt/tasks/decorators/bt_always_fail.cpp b/bt/tasks/decorators/bt_always_fail.cpp index 7705858..85fe2c8 100644 --- a/bt/tasks/decorators/bt_always_fail.cpp +++ b/bt/tasks/decorators/bt_always_fail.cpp @@ -1,7 +1,7 @@ /** * bt_always_fail.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_always_fail.h b/bt/tasks/decorators/bt_always_fail.h index 405fe65..bad06b9 100644 --- a/bt/tasks/decorators/bt_always_fail.h +++ b/bt/tasks/decorators/bt_always_fail.h @@ -1,7 +1,7 @@ /** * bt_always_fail.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_always_succeed.cpp b/bt/tasks/decorators/bt_always_succeed.cpp index 2640fc9..2cc2553 100644 --- a/bt/tasks/decorators/bt_always_succeed.cpp +++ b/bt/tasks/decorators/bt_always_succeed.cpp @@ -1,7 +1,7 @@ /** * bt_always_succeed.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_always_succeed.h b/bt/tasks/decorators/bt_always_succeed.h index fe34e4f..7a82870 100644 --- a/bt/tasks/decorators/bt_always_succeed.h +++ b/bt/tasks/decorators/bt_always_succeed.h @@ -1,7 +1,7 @@ /** * bt_always_succeed.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_invert.cpp b/bt/tasks/decorators/bt_invert.cpp index e92b925..115962b 100644 --- a/bt/tasks/decorators/bt_invert.cpp +++ b/bt/tasks/decorators/bt_invert.cpp @@ -1,7 +1,7 @@ /** * bt_invert.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_invert.h b/bt/tasks/decorators/bt_invert.h index 63025db..74a2ab7 100644 --- a/bt/tasks/decorators/bt_invert.h +++ b/bt/tasks/decorators/bt_invert.h @@ -1,7 +1,7 @@ /** * bt_invert.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_repeat.h b/bt/tasks/decorators/bt_repeat.h index 2680432..be69b87 100644 --- a/bt/tasks/decorators/bt_repeat.h +++ b/bt/tasks/decorators/bt_repeat.h @@ -1,7 +1,7 @@ /** * bt_repeat.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_repeat_until_failure.cpp b/bt/tasks/decorators/bt_repeat_until_failure.cpp index 0fe7e10..3725dd2 100644 --- a/bt/tasks/decorators/bt_repeat_until_failure.cpp +++ b/bt/tasks/decorators/bt_repeat_until_failure.cpp @@ -1,7 +1,7 @@ /** * bt_repeat_until_failure.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_repeat_until_failure.h b/bt/tasks/decorators/bt_repeat_until_failure.h index 2b9cb5a..4e339dd 100644 --- a/bt/tasks/decorators/bt_repeat_until_failure.h +++ b/bt/tasks/decorators/bt_repeat_until_failure.h @@ -1,7 +1,7 @@ /** * bt_repeat_until_failure.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_repeat_until_success.cpp b/bt/tasks/decorators/bt_repeat_until_success.cpp index f2c0ab3..4ea27d7 100644 --- a/bt/tasks/decorators/bt_repeat_until_success.cpp +++ b/bt/tasks/decorators/bt_repeat_until_success.cpp @@ -1,7 +1,7 @@ /** * bt_repeat_until_success.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_repeat_until_success.h b/bt/tasks/decorators/bt_repeat_until_success.h index b125bc2..4440b5a 100644 --- a/bt/tasks/decorators/bt_repeat_until_success.h +++ b/bt/tasks/decorators/bt_repeat_until_success.h @@ -1,7 +1,7 @@ /** * bt_repeat_until_success.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_run_limit.h b/bt/tasks/decorators/bt_run_limit.h index edb21fe..1687dcc 100644 --- a/bt/tasks/decorators/bt_run_limit.h +++ b/bt/tasks/decorators/bt_run_limit.h @@ -1,7 +1,7 @@ /** * bt_run_limit.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_fail.cpp b/bt/tasks/utility/bt_fail.cpp index ee4c435..1793bba 100644 --- a/bt/tasks/utility/bt_fail.cpp +++ b/bt/tasks/utility/bt_fail.cpp @@ -1,7 +1,7 @@ /** * bt_fail.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_fail.h b/bt/tasks/utility/bt_fail.h index b54fd8d..36fa712 100644 --- a/bt/tasks/utility/bt_fail.h +++ b/bt/tasks/utility/bt_fail.h @@ -1,7 +1,7 @@ /** * bt_fail.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_wait.h b/bt/tasks/utility/bt_wait.h index 216e4c4..31f9a9a 100644 --- a/bt/tasks/utility/bt_wait.h +++ b/bt/tasks/utility/bt_wait.h @@ -1,7 +1,7 @@ /** * bt_wait.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/demo/demo/agents/07_agent_melee_nuanced.tscn b/demo/demo/agents/07_agent_melee_nuanced.tscn index 74d3193..cc8c88e 100644 --- a/demo/demo/agents/07_agent_melee_nuanced.tscn +++ b/demo/demo/agents/07_agent_melee_nuanced.tscn @@ -5,12 +5,12 @@ [ext_resource type="BehaviorTree" uid="uid://c2u6sljqkim0n" path="res://demo/ai/trees/07_agent_melee_nuanced.tres" id="3_b8kcf"] [sub_resource type="BlackboardPlan" id="BlackboardPlan_tnf02"] -var/speed/name = "speed" +var/speed/name = &"speed" var/speed/type = 3 var/speed/value = 400.0 var/speed/hint = 1 var/speed/hint_string = "10,1000,10" -var/flank_speed/name = "flank_speed" +var/flank_speed/name = &"flank_speed" var/flank_speed/type = 3 var/flank_speed/value = 600.0 var/flank_speed/hint = 1 diff --git a/editor/action_banner.cpp b/editor/action_banner.cpp index c5968d3..b3764a1 100644 --- a/editor/action_banner.cpp +++ b/editor/action_banner.cpp @@ -1,7 +1,7 @@ /** * action_banner.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/action_banner.h b/editor/action_banner.h index cc15ab8..b8854e8 100644 --- a/editor/action_banner.h +++ b/editor/action_banner.h @@ -1,7 +1,7 @@ /** * action_banner.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/behavior_tree_data.cpp b/editor/debugger/behavior_tree_data.cpp index e2d2e5a..b86265f 100644 --- a/editor/debugger/behavior_tree_data.cpp +++ b/editor/debugger/behavior_tree_data.cpp @@ -1,7 +1,7 @@ /** * behavior_tree_data.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/behavior_tree_data.h b/editor/debugger/behavior_tree_data.h index 0d5ee9e..200a4ae 100644 --- a/editor/debugger/behavior_tree_data.h +++ b/editor/debugger/behavior_tree_data.h @@ -1,7 +1,7 @@ /** * behavior_tree_data.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/behavior_tree_view.cpp b/editor/debugger/behavior_tree_view.cpp index 82cbcc8..9520e74 100644 --- a/editor/debugger/behavior_tree_view.cpp +++ b/editor/debugger/behavior_tree_view.cpp @@ -1,7 +1,7 @@ /** * behavior_tree_view.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/behavior_tree_view.h b/editor/debugger/behavior_tree_view.h index bfbc599..2e8a9f0 100644 --- a/editor/debugger/behavior_tree_view.h +++ b/editor/debugger/behavior_tree_view.h @@ -1,7 +1,7 @@ /** * behavior_tree_view.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/limbo_debugger.cpp b/editor/debugger/limbo_debugger.cpp index beeebe0..9b28333 100644 --- a/editor/debugger/limbo_debugger.cpp +++ b/editor/debugger/limbo_debugger.cpp @@ -1,7 +1,7 @@ /** * limbo_debugger.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/limbo_debugger.h b/editor/debugger/limbo_debugger.h index e739e20..1130d30 100644 --- a/editor/debugger/limbo_debugger.h +++ b/editor/debugger/limbo_debugger.h @@ -1,7 +1,7 @@ /** * limbo_debugger.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/limbo_debugger_plugin.cpp b/editor/debugger/limbo_debugger_plugin.cpp index b0074ba..9d75e70 100644 --- a/editor/debugger/limbo_debugger_plugin.cpp +++ b/editor/debugger/limbo_debugger_plugin.cpp @@ -1,7 +1,7 @@ /** * limbo_debugger_plugin.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/limbo_debugger_plugin.h b/editor/debugger/limbo_debugger_plugin.h index bb02e45..cfda769 100644 --- a/editor/debugger/limbo_debugger_plugin.h +++ b/editor/debugger/limbo_debugger_plugin.h @@ -1,7 +1,7 @@ /** * limbo_debugger_plugin.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/limbo_ai_editor_plugin.cpp b/editor/limbo_ai_editor_plugin.cpp index f11001f..99ef897 100644 --- a/editor/limbo_ai_editor_plugin.cpp +++ b/editor/limbo_ai_editor_plugin.cpp @@ -1,7 +1,7 @@ /** * limbo_ai_editor_plugin.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/limbo_ai_editor_plugin.h b/editor/limbo_ai_editor_plugin.h index 3b22d09..6ee0725 100644 --- a/editor/limbo_ai_editor_plugin.h +++ b/editor/limbo_ai_editor_plugin.h @@ -1,7 +1,7 @@ /** * limbo_ai_editor_plugin.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/mode_switch_button.cpp b/editor/mode_switch_button.cpp index a8abf4a..9c5ca50 100644 --- a/editor/mode_switch_button.cpp +++ b/editor/mode_switch_button.cpp @@ -1,7 +1,7 @@ /** * mode_switch_button.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/mode_switch_button.h b/editor/mode_switch_button.h index bedb05e..4bc6a09 100644 --- a/editor/mode_switch_button.h +++ b/editor/mode_switch_button.h @@ -1,7 +1,7 @@ /** * mode_switch_button.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/task_palette.cpp b/editor/task_palette.cpp index 9aa6cf9..8067b25 100644 --- a/editor/task_palette.cpp +++ b/editor/task_palette.cpp @@ -1,7 +1,7 @@ /** * task_palette.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/task_palette.h b/editor/task_palette.h index 52979b7..d6c02d6 100644 --- a/editor/task_palette.h +++ b/editor/task_palette.h @@ -1,7 +1,7 @@ /** * task_palette.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/task_tree.cpp b/editor/task_tree.cpp index 77e1809..ab27269 100644 --- a/editor/task_tree.cpp +++ b/editor/task_tree.cpp @@ -1,7 +1,7 @@ /** * task_tree.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/task_tree.h b/editor/task_tree.h index d12b28c..cbea5b5 100644 --- a/editor/task_tree.h +++ b/editor/task_tree.h @@ -1,7 +1,7 @@ /** * task_tree.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/register_types.h b/register_types.h index e18a5a6..ffae704 100644 --- a/register_types.h +++ b/register_types.h @@ -1,7 +1,7 @@ /** * register_types.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/limbo_test.h b/tests/limbo_test.h index 655a533..225b394 100644 --- a/tests/limbo_test.h +++ b/tests/limbo_test.h @@ -1,7 +1,7 @@ /** * limbo_test.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_always_fail.h b/tests/test_always_fail.h index 55fe97e..827d221 100644 --- a/tests/test_always_fail.h +++ b/tests/test_always_fail.h @@ -1,7 +1,7 @@ /** * test_always_fail.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_always_succeed.h b/tests/test_always_succeed.h index 92a7494..056e84f 100644 --- a/tests/test_always_succeed.h +++ b/tests/test_always_succeed.h @@ -1,7 +1,7 @@ /** * test_always_succeed.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_await_animation.h b/tests/test_await_animation.h index ee08347..4f949f3 100644 --- a/tests/test_await_animation.h +++ b/tests/test_await_animation.h @@ -1,7 +1,7 @@ /** * test_await_animation.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_bb_param.h b/tests/test_bb_param.h index 93f44ce..1618430 100644 --- a/tests/test_bb_param.h +++ b/tests/test_bb_param.h @@ -1,7 +1,7 @@ /** * test_bb_param.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_call_method.h b/tests/test_call_method.h index c2ccc9b..711908a 100644 --- a/tests/test_call_method.h +++ b/tests/test_call_method.h @@ -1,7 +1,7 @@ /** * test_call_method.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_check_agent_property.h b/tests/test_check_agent_property.h index c47593c..3465bad 100644 --- a/tests/test_check_agent_property.h +++ b/tests/test_check_agent_property.h @@ -1,7 +1,7 @@ /** * test_check_agent_property.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_check_trigger.h b/tests/test_check_trigger.h index 28b712d..af490af 100644 --- a/tests/test_check_trigger.h +++ b/tests/test_check_trigger.h @@ -1,7 +1,7 @@ /** * test_check_trigger.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_check_var.h b/tests/test_check_var.h index a5783ef..1406837 100644 --- a/tests/test_check_var.h +++ b/tests/test_check_var.h @@ -1,7 +1,7 @@ /** * test_check_var.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_delay.h b/tests/test_delay.h index e28b72a..5fa863c 100644 --- a/tests/test_delay.h +++ b/tests/test_delay.h @@ -1,7 +1,7 @@ /** * test_delay.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_dynamic_selector.h b/tests/test_dynamic_selector.h index 7fb52f2..77fa892 100644 --- a/tests/test_dynamic_selector.h +++ b/tests/test_dynamic_selector.h @@ -1,7 +1,7 @@ /** * test_dynamic_selector.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_dynamic_sequence.h b/tests/test_dynamic_sequence.h index fcefd09..5428695 100644 --- a/tests/test_dynamic_sequence.h +++ b/tests/test_dynamic_sequence.h @@ -1,7 +1,7 @@ /** * test_dynamic_sequence.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_evaluate_expression.h b/tests/test_evaluate_expression.h index 9058911..58d4ca5 100644 --- a/tests/test_evaluate_expression.h +++ b/tests/test_evaluate_expression.h @@ -1,7 +1,7 @@ /** * test_evaluate_expression.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * Copyright 2024 Wilson E. Alvarez * * Use of this source code is governed by an MIT-style diff --git a/tests/test_for_each.h b/tests/test_for_each.h index 59e9594..0ab4919 100644 --- a/tests/test_for_each.h +++ b/tests/test_for_each.h @@ -1,7 +1,7 @@ /** * test_for_each.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_hsm.h b/tests/test_hsm.h index 72a553e..184f086 100644 --- a/tests/test_hsm.h +++ b/tests/test_hsm.h @@ -1,7 +1,7 @@ /** * test_hsm.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_invert.h b/tests/test_invert.h index ee38e66..fffd183 100644 --- a/tests/test_invert.h +++ b/tests/test_invert.h @@ -1,7 +1,7 @@ /** * test_invert.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_new_scope.h b/tests/test_new_scope.h index ae2a831..988edd7 100644 --- a/tests/test_new_scope.h +++ b/tests/test_new_scope.h @@ -1,7 +1,7 @@ /** * test_new_scope.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_parallel.h b/tests/test_parallel.h index 518acbe..e81db45 100644 --- a/tests/test_parallel.h +++ b/tests/test_parallel.h @@ -1,7 +1,7 @@ /** * test_parallel.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_pause_animation.h b/tests/test_pause_animation.h index 41731bf..a438068 100644 --- a/tests/test_pause_animation.h +++ b/tests/test_pause_animation.h @@ -1,7 +1,7 @@ /** * test_pause_animation.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_play_animation.h b/tests/test_play_animation.h index 58061d4..245ee74 100644 --- a/tests/test_play_animation.h +++ b/tests/test_play_animation.h @@ -1,7 +1,7 @@ /** * test_play_animation.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_probability.h b/tests/test_probability.h index df3dc1a..6244cd8 100644 --- a/tests/test_probability.h +++ b/tests/test_probability.h @@ -1,7 +1,7 @@ /** * test_probability.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_probability_selector.h b/tests/test_probability_selector.h index 13337b5..3b47c59 100644 --- a/tests/test_probability_selector.h +++ b/tests/test_probability_selector.h @@ -1,7 +1,7 @@ /** * test_probability_selector.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_random_selector.h b/tests/test_random_selector.h index 4058b35..a0e8f1a 100644 --- a/tests/test_random_selector.h +++ b/tests/test_random_selector.h @@ -1,7 +1,7 @@ /** * test_random_selector.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_random_sequence.h b/tests/test_random_sequence.h index ee66d96..31220df 100644 --- a/tests/test_random_sequence.h +++ b/tests/test_random_sequence.h @@ -1,7 +1,7 @@ /** * test_random_sequence.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_repeat.h b/tests/test_repeat.h index a1f7948..fe1b5f6 100644 --- a/tests/test_repeat.h +++ b/tests/test_repeat.h @@ -1,7 +1,7 @@ /** * test_repeat.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_repeat_until_failure.h b/tests/test_repeat_until_failure.h index e1142e7..3903218 100644 --- a/tests/test_repeat_until_failure.h +++ b/tests/test_repeat_until_failure.h @@ -1,7 +1,7 @@ /** * test_repeat_until_failure.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_repeat_until_success.h b/tests/test_repeat_until_success.h index 64acd80..42a7f06 100644 --- a/tests/test_repeat_until_success.h +++ b/tests/test_repeat_until_success.h @@ -1,7 +1,7 @@ /** * test_repeat_until_success.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_run_limit.h b/tests/test_run_limit.h index 2d76468..be79f29 100644 --- a/tests/test_run_limit.h +++ b/tests/test_run_limit.h @@ -1,7 +1,7 @@ /** * test_run_limit.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_selector.h b/tests/test_selector.h index c06259a..194b89e 100644 --- a/tests/test_selector.h +++ b/tests/test_selector.h @@ -1,7 +1,7 @@ /** * test_selector.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_sequence.h b/tests/test_sequence.h index 49a961e..e08f179 100644 --- a/tests/test_sequence.h +++ b/tests/test_sequence.h @@ -1,7 +1,7 @@ /** * test_sequence.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -141,4 +141,4 @@ TEST_CASE("[Modules][LimboAI] BTSequence with no child tasks") { } //namespace TestSequence -#endif // TEST_SEQUENCE_H \ No newline at end of file +#endif // TEST_SEQUENCE_H diff --git a/tests/test_set_agent_property.h b/tests/test_set_agent_property.h index c9fe1c5..bb84e18 100644 --- a/tests/test_set_agent_property.h +++ b/tests/test_set_agent_property.h @@ -1,7 +1,7 @@ /** * test_set_agent_property.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_set_var.h b/tests/test_set_var.h index 11a1def..51f2c1f 100644 --- a/tests/test_set_var.h +++ b/tests/test_set_var.h @@ -1,7 +1,7 @@ /** * test_set_var.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_stop_animation.h b/tests/test_stop_animation.h index ad88477..1ffb960 100644 --- a/tests/test_stop_animation.h +++ b/tests/test_stop_animation.h @@ -1,7 +1,7 @@ /** * test_stop_animation.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_subtree.h b/tests/test_subtree.h index 064ad1d..ebaa4bc 100644 --- a/tests/test_subtree.h +++ b/tests/test_subtree.h @@ -1,7 +1,7 @@ /** * test_subtree.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at @@ -45,7 +45,7 @@ TEST_CASE("[Modules][LimboAI] BTSubtree") { CHECK(st->get_child_count() == 1); CHECK(st->get_child(0) != task); - Ref ta = st->get_child(0); + Ref ta = st->get_child(0); REQUIRE(ta.is_valid()); SUBCASE("When child succeeds") { diff --git a/tests/test_task.h b/tests/test_task.h index 084e982..1d1e71d 100644 --- a/tests/test_task.h +++ b/tests/test_task.h @@ -1,7 +1,7 @@ /** * test_task.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_time_limit.h b/tests/test_time_limit.h index 5c3eea6..bd453e1 100644 --- a/tests/test_time_limit.h +++ b/tests/test_time_limit.h @@ -1,7 +1,7 @@ /** * test_time_limit.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_wait_actions.h b/tests/test_wait_actions.h index ce55c86..9164e0e 100644 --- a/tests/test_wait_actions.h +++ b/tests/test_wait_actions.h @@ -1,7 +1,7 @@ /** * test_wait_actions.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_compat.cpp b/util/limbo_compat.cpp index 1e04f86..f3b64c0 100644 --- a/util/limbo_compat.cpp +++ b/util/limbo_compat.cpp @@ -1,7 +1,7 @@ /** - * limbo_def.cpp + * limbo_compat.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_string_names.cpp b/util/limbo_string_names.cpp index 1cad5f8..c1ad2d6 100644 --- a/util/limbo_string_names.cpp +++ b/util/limbo_string_names.cpp @@ -1,7 +1,7 @@ /** * limbo_string_names.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_string_names.h b/util/limbo_string_names.h index c553d6a..3814785 100644 --- a/util/limbo_string_names.h +++ b/util/limbo_string_names.h @@ -1,7 +1,7 @@ /** * limbo_string_names.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_task_db.cpp b/util/limbo_task_db.cpp index c5016c6..e6dbd9e 100644 --- a/util/limbo_task_db.cpp +++ b/util/limbo_task_db.cpp @@ -1,7 +1,7 @@ /** * limbo_task_db.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_task_db.h b/util/limbo_task_db.h index 146bb23..99c21ed 100644 --- a/util/limbo_task_db.h +++ b/util/limbo_task_db.h @@ -1,7 +1,7 @@ /** * limbo_task_db.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_utility.cpp b/util/limbo_utility.cpp index 2aa271c..e13c336 100644 --- a/util/limbo_utility.cpp +++ b/util/limbo_utility.cpp @@ -1,7 +1,7 @@ /** * limbo_utility.cpp * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_utility.h b/util/limbo_utility.h index 1786f5f..9dfff0e 100644 --- a/util/limbo_utility.h +++ b/util/limbo_utility.h @@ -1,7 +1,7 @@ /** * limbo_utility.h * ============================================================================= - * Copyright 2021-2023 Serhii Snitsaruk + * Copyright 2021-2024 Serhii Snitsaruk * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at