Add MIT license - LimboAI is now Open Source!

This commit is contained in:
Serhii Snitsaruk 2023-07-21 11:50:06 +02:00
parent 0c2ee8ba8e
commit 62e07e4395
132 changed files with 1323 additions and 125 deletions

7
LICENSE Normal file
View File

@ -0,0 +1,7 @@
Copyright 2021-2023 Serhii Snitsaruk
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,4 +1,13 @@
/* bb_aabb.h */ /**
* bb_aabb.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_AABB_H #ifndef BB_AABB_H
#define BB_AABB_H #define BB_AABB_H

View File

@ -1,4 +1,13 @@
/* bb_array.h */ /**
* bb_array.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_ARRAY_H #ifndef BB_ARRAY_H
#define BB_ARRAY_H #define BB_ARRAY_H

View File

@ -1,4 +1,13 @@
/* bb_basis.h */ /**
* bb_basis.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_BASIS_H #ifndef BB_BASIS_H
#define BB_BASIS_H #define BB_BASIS_H

View File

@ -1,4 +1,13 @@
/* bb_bool.h */ /**
* bb_bool.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_BOOL_H #ifndef BB_BOOL_H
#define BB_BOOL_H #define BB_BOOL_H

View File

@ -1,4 +1,13 @@
/* bb_byte_array.h */ /**
* bb_byte_array.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_BYTE_ARRAY_H #ifndef BB_BYTE_ARRAY_H
#define BB_BYTE_ARRAY_H #define BB_BYTE_ARRAY_H

View File

@ -1,4 +1,13 @@
/* bb_color.h */ /**
* bb_color.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_COLOR_H #ifndef BB_COLOR_H
#define BB_COLOR_H #define BB_COLOR_H

View File

@ -1,4 +1,13 @@
/* bb_color_array.h */ /**
* bb_color_array.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_COLOR_ARRAY_H #ifndef BB_COLOR_ARRAY_H
#define BB_COLOR_ARRAY_H #define BB_COLOR_ARRAY_H

View File

@ -1,4 +1,13 @@
/* bb_dictionary.h */ /**
* bb_dictionary.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_DICTIONARY_H #ifndef BB_DICTIONARY_H
#define BB_DICTIONARY_H #define BB_DICTIONARY_H

View File

@ -1,4 +1,13 @@
/* bb_float.h */ /**
* bb_float.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_FLOAT_H #ifndef BB_FLOAT_H
#define BB_FLOAT_H #define BB_FLOAT_H

View File

@ -1,4 +1,13 @@
/* bb_real_array.h */ /**
* bb_float_array.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_FLOAT_ARRAY_H #ifndef BB_FLOAT_ARRAY_H
#define BB_FLOAT_ARRAY_H #define BB_FLOAT_ARRAY_H

View File

@ -1,4 +1,13 @@
/* bb_int.h */ /**
* bb_int.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_INT_H #ifndef BB_INT_H
#define BB_INT_H #define BB_INT_H

View File

@ -1,4 +1,13 @@
/* bb_int_array.h */ /**
* bb_int_array.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_INT_ARRAY_H #ifndef BB_INT_ARRAY_H
#define BB_INT_ARRAY_H #define BB_INT_ARRAY_H

View File

@ -1,4 +1,13 @@
/* bb_node.cpp */ /**
* bb_node.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bb_node.h" #include "bb_node.h"
#include "core/error/error_macros.h" #include "core/error/error_macros.h"

View File

@ -1,4 +1,13 @@
/* bb_node.h */ /**
* bb_node.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_NODE_H #ifndef BB_NODE_H
#define BB_NODE_H #define BB_NODE_H

View File

@ -1,4 +1,13 @@
/* bb_param.cpp */ /**
* bb_param.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bb_param.h" #include "bb_param.h"

View File

@ -1,4 +1,13 @@
/* bb_param.h */ /**
* bb_param.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_PARAM_H #ifndef BB_PARAM_H
#define BB_PARAM_H #define BB_PARAM_H

View File

@ -1,4 +1,13 @@
/* bb_plane.h */ /**
* bb_plane.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_PLANE_H #ifndef BB_PLANE_H
#define BB_PLANE_H #define BB_PLANE_H

View File

@ -1,4 +1,13 @@
/* bb_quat.h */ /**
* bb_quaternion.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_QUATERNION_H #ifndef BB_QUATERNION_H
#define BB_QUATERNION_H #define BB_QUATERNION_H

View File

@ -1,4 +1,13 @@
/* bb_rect2.h */ /**
* bb_rect2.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_RECT2_H #ifndef BB_RECT2_H
#define BB_RECT2_H #define BB_RECT2_H

View File

@ -1,4 +1,13 @@
/* bb_rect2.h */ /**
* bb_rect2i.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_RECT2I_H #ifndef BB_RECT2I_H
#define BB_RECT2I_H #define BB_RECT2I_H

View File

@ -1,4 +1,13 @@
/* bb_string.h */ /**
* bb_string.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_STRING_H #ifndef BB_STRING_H
#define BB_STRING_H #define BB_STRING_H

View File

@ -1,4 +1,13 @@
/* bb_string_array.h */ /**
* bb_string_array.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_STRING_ARRAY_H #ifndef BB_STRING_ARRAY_H
#define BB_STRING_ARRAY_H #define BB_STRING_ARRAY_H

View File

@ -1,4 +1,13 @@
/* bb_string.h */ /**
* bb_string_name.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_STRING_NAME_H #ifndef BB_STRING_NAME_H
#define BB_STRING_NAME_H #define BB_STRING_NAME_H

View File

@ -1,4 +1,13 @@
/* bb_transform2d.h */ /**
* bb_transform2d.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_TRANSFORM2D_H #ifndef BB_TRANSFORM2D_H
#define BB_TRANSFORM2D_H #define BB_TRANSFORM2D_H

View File

@ -1,4 +1,13 @@
/* bb_transform.h */ /**
* bb_transform3d.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_TRANSFORM3D_H #ifndef BB_TRANSFORM3D_H
#define BB_TRANSFORM3D_H #define BB_TRANSFORM3D_H

View File

@ -1,4 +1,13 @@
/* bb_variant.cpp */ /**
* bb_variant.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bb_variant.h" #include "bb_variant.h"
#include "core/object/object.h" #include "core/object/object.h"

View File

@ -1,4 +1,13 @@
/* bb_variant.h */ /**
* bb_variant.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_VARIANT_H #ifndef BB_VARIANT_H
#define BB_VARIANT_H #define BB_VARIANT_H

View File

@ -1,4 +1,13 @@
/* bb_vector2.h */ /**
* bb_vector2.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_VECTOR2_H #ifndef BB_VECTOR2_H
#define BB_VECTOR2_H #define BB_VECTOR2_H

View File

@ -1,4 +1,13 @@
/* bb_vector2_array.h */ /**
* bb_vector2_array.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_VECTOR2_ARRAY_H #ifndef BB_VECTOR2_ARRAY_H
#define BB_VECTOR2_ARRAY_H #define BB_VECTOR2_ARRAY_H

View File

@ -1,4 +1,13 @@
/* bb_vector2.h */ /**
* bb_vector2i.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_VECTOR2I_H #ifndef BB_VECTOR2I_H
#define BB_VECTOR2I_H #define BB_VECTOR2I_H

View File

@ -1,4 +1,13 @@
/* bb_vector3.h */ /**
* bb_vector3.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_VECTOR3_H #ifndef BB_VECTOR3_H
#define BB_VECTOR3_H #define BB_VECTOR3_H

View File

@ -1,4 +1,13 @@
/* bb_vector3_array.h */ /**
* bb_vector3_array.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_VECTOR3_ARRAY_H #ifndef BB_VECTOR3_ARRAY_H
#define BB_VECTOR3_ARRAY_H #define BB_VECTOR3_ARRAY_H

View File

@ -1,4 +1,13 @@
/* bb_vector3.h */ /**
* bb_vector3i.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_VECTOR3I_H #ifndef BB_VECTOR3I_H
#define BB_VECTOR3I_H #define BB_VECTOR3I_H

View File

@ -1,4 +1,13 @@
/* bb_vector3.h */ /**
* bb_vector4.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_VECTOR4_H #ifndef BB_VECTOR4_H
#define BB_VECTOR4_H #define BB_VECTOR4_H

View File

@ -1,4 +1,13 @@
/* bb_vector3.h */ /**
* bb_vector4i.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BB_VECTOR4I_H #ifndef BB_VECTOR4I_H
#define BB_VECTOR4I_H #define BB_VECTOR4I_H

View File

@ -1,4 +1,13 @@
/* blackboard.cpp */ /**
* blackboard.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "blackboard.h" #include "blackboard.h"

View File

@ -1,4 +1,13 @@
/* blackboard.h */ /**
* blackboard.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BLACKBOARD_H #ifndef BLACKBOARD_H
#define BLACKBOARD_H #define BLACKBOARD_H

View File

@ -1,4 +1,13 @@
/* bt_action.cpp */ /**
* bt_action.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_action.h" #include "bt_action.h"

View File

@ -1,4 +1,13 @@
/* bt_action.h */ /**
* bt_action.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_ACTION_H #ifndef BT_ACTION_H
#define BT_ACTION_H #define BT_ACTION_H

View File

@ -1,4 +1,13 @@
/* bt_console_print.cpp */ /**
* bt_console_print.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_console_print.h" #include "bt_console_print.h"

View File

@ -1,4 +1,13 @@
/* bt_console_print.h */ /**
* bt_console_print.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_CONSOLE_PRINT_H #ifndef BT_CONSOLE_PRINT_H
#define BT_CONSOLE_PRINT_H #define BT_CONSOLE_PRINT_H

View File

@ -1,4 +1,13 @@
/* bt_fail.cpp */ /**
* bt_fail.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_fail.h" #include "bt_fail.h"

View File

@ -1,4 +1,13 @@
/* bt_fail.h */ /**
* bt_fail.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_FAIL_H #ifndef BT_FAIL_H
#define BT_FAIL_H #define BT_FAIL_H

View File

@ -1,4 +1,13 @@
/* bt_random_wait.cpp */ /**
* bt_random_wait.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_random_wait.h" #include "bt_random_wait.h"

View File

@ -1,4 +1,13 @@
/* bt_random_wait.h */ /**
* bt_random_wait.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_RANDOM_WAIT_H #ifndef BT_RANDOM_WAIT_H
#define BT_RANDOM_WAIT_H #define BT_RANDOM_WAIT_H

View File

@ -1,4 +1,13 @@
/* bt_wait.cpp */ /**
* bt_wait.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_wait.h" #include "bt_wait.h"

View File

@ -1,4 +1,13 @@
/* bt_wait.h */ /**
* bt_wait.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_WAIT_H #ifndef BT_WAIT_H
#define BT_WAIT_H #define BT_WAIT_H

View File

@ -1,4 +1,13 @@
/* bt_wait_ticks.cpp */ /**
* bt_wait_ticks.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_wait_ticks.h" #include "bt_wait_ticks.h"

View File

@ -1,4 +1,13 @@
/* bt_wait_num_ticks.h */ /**
* bt_wait_ticks.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_WAIT_TICKS_H #ifndef BT_WAIT_TICKS_H
#define BT_WAIT_TICKS_H #define BT_WAIT_TICKS_H

View File

@ -1,4 +1,13 @@
/* behavior_tree.cpp */ /**
* behavior_tree.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "behavior_tree.h" #include "behavior_tree.h"

View File

@ -1,4 +1,13 @@
/* behavior_tree.h */ /**
* behavior_tree.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BEHAVIOR_TREE_H #ifndef BEHAVIOR_TREE_H
#define BEHAVIOR_TREE_H #define BEHAVIOR_TREE_H

View File

@ -1,4 +1,13 @@
/* bt_player.cpp */ /**
* bt_player.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_player.h" #include "bt_player.h"

View File

@ -1,4 +1,13 @@
/* bt_player.h */ /**
* bt_player.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_PLAYER_H #ifndef BT_PLAYER_H
#define BT_PLAYER_H #define BT_PLAYER_H

View File

@ -1,4 +1,13 @@
/* bt_state.cpp */ /**
* bt_state.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_state.h" #include "bt_state.h"

View File

@ -1,4 +1,13 @@
/* bt_state.h */ /**
* bt_state.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_STATE_H #ifndef BT_STATE_H
#define BT_STATE_H #define BT_STATE_H

View File

@ -1,4 +1,13 @@
/* bt_task.cpp */ /**
* bt_task.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_task.h" #include "bt_task.h"

View File

@ -1,4 +1,13 @@
/* bt_task.h */ /**
* bt_task.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BTTASK_H #ifndef BTTASK_H
#define BTTASK_H #define BTTASK_H

View File

@ -1,4 +1,13 @@
/* bt_composite.cpp */ /**
* bt_composite.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_composite.h" #include "bt_composite.h"

View File

@ -1,4 +1,13 @@
/* bt_composite.h */ /**
* bt_composite.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_COMPOSITE_H #ifndef BT_COMPOSITE_H
#define BT_COMPOSITE_H #define BT_COMPOSITE_H

View File

@ -1,4 +1,13 @@
/* bt_dynamic_selector.cpp */ /**
* bt_dynamic_selector.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_dynamic_selector.h" #include "bt_dynamic_selector.h"

View File

@ -1,4 +1,13 @@
/* bt_dynamic_selector.h */ /**
* bt_dynamic_selector.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_DYNAMIC_SELECTOR_H #ifndef BT_DYNAMIC_SELECTOR_H
#define BT_DYNAMIC_SELECTOR_H #define BT_DYNAMIC_SELECTOR_H

View File

@ -1,4 +1,13 @@
/* bt_dynamic_sequence.cpp */ /**
* bt_dynamic_sequence.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_dynamic_sequence.h" #include "bt_dynamic_sequence.h"

View File

@ -1,4 +1,13 @@
/* bt_dynamic_sequence.h */ /**
* bt_dynamic_sequence.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_DYNAMIC_SEQUENCE_H #ifndef BT_DYNAMIC_SEQUENCE_H
#define BT_DYNAMIC_SEQUENCE_H #define BT_DYNAMIC_SEQUENCE_H

View File

@ -1,4 +1,13 @@
/* bt_parallel.cpp */ /**
* bt_parallel.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_parallel.h" #include "bt_parallel.h"

View File

@ -1,4 +1,13 @@
/* bt_parallel.h */ /**
* bt_parallel.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_PARALLEL_H #ifndef BT_PARALLEL_H
#define BT_PARALLEL_H #define BT_PARALLEL_H

View File

@ -1,4 +1,13 @@
/* bt_random_selector.cpp */ /**
* bt_random_selector.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_random_selector.h" #include "bt_random_selector.h"

View File

@ -1,4 +1,13 @@
/* bt_random_selector.h */ /**
* bt_random_selector.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_RANDOM_SELECTOR_H #ifndef BT_RANDOM_SELECTOR_H
#define BT_RANDOM_SELECTOR_H #define BT_RANDOM_SELECTOR_H

View File

@ -1,4 +1,13 @@
/* bt_random_sequence.cpp */ /**
* bt_random_sequence.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_random_sequence.h" #include "bt_random_sequence.h"

View File

@ -1,4 +1,13 @@
/* bt_random_sequence.h */ /**
* bt_random_sequence.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_RANDOM_SEQUENCE_H #ifndef BT_RANDOM_SEQUENCE_H
#define BT_RANDOM_SEQUENCE_H #define BT_RANDOM_SEQUENCE_H

View File

@ -1,4 +1,13 @@
/* bt_selector.cpp */ /**
* bt_selector.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_selector.h" #include "bt_selector.h"

View File

@ -1,4 +1,13 @@
/* bt_selector.h */ /**
* bt_selector.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_SELECTOR_H #ifndef BT_SELECTOR_H
#define BT_SELECTOR_H #define BT_SELECTOR_H

View File

@ -1,4 +1,13 @@
/* bt_sequence.cpp */ /**
* bt_sequence.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_sequence.h" #include "bt_sequence.h"

View File

@ -1,4 +1,13 @@
/* bt_sequence.h */ /**
* bt_sequence.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_SEQUENCE_H #ifndef BT_SEQUENCE_H
#define BT_SEQUENCE_H #define BT_SEQUENCE_H

View File

@ -1,4 +1,13 @@
/* bt_condition.cpp */ /**
* bt_condition.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_condition.h" #include "bt_condition.h"

View File

@ -1,4 +1,13 @@
/* bt_condition.h */ /**
* bt_condition.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_CONDITION_H #ifndef BT_CONDITION_H
#define BT_CONDITION_H #define BT_CONDITION_H

View File

@ -1,4 +1,13 @@
/* bt_always_fail.cpp */ /**
* bt_always_fail.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_always_fail.h" #include "bt_always_fail.h"

View File

@ -1,4 +1,13 @@
/* bt_always_fail.h */ /**
* bt_always_fail.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_ALWAYS_FAIL_H #ifndef BT_ALWAYS_FAIL_H
#define BT_ALWAYS_FAIL_H #define BT_ALWAYS_FAIL_H

View File

@ -1,4 +1,13 @@
/* bt_always_succeed.cpp */ /**
* bt_always_succeed.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_always_succeed.h" #include "bt_always_succeed.h"

View File

@ -1,4 +1,13 @@
/* bt_always_succeed.h */ /**
* bt_always_succeed.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_ALWAYS_SUCCEED_H #ifndef BT_ALWAYS_SUCCEED_H
#define BT_ALWAYS_SUCCEED_H #define BT_ALWAYS_SUCCEED_H

View File

@ -1,4 +1,13 @@
/* bt_cooldown.cpp */ /**
* bt_cooldown.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_cooldown.h" #include "bt_cooldown.h"

View File

@ -1,4 +1,13 @@
/* bt_cooldown.h */ /**
* bt_cooldown.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_COOLDOWN_H #ifndef BT_COOLDOWN_H
#define BT_COOLDOWN_H #define BT_COOLDOWN_H

View File

@ -1,4 +1,13 @@
/* bt_decorator.cpp */ /**
* bt_decorator.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_decorator.h" #include "bt_decorator.h"

View File

@ -1,4 +1,13 @@
/* bt_decorator.h */ /**
* bt_decorator.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_DECORATOR_H #ifndef BT_DECORATOR_H
#define BT_DECORATOR_H #define BT_DECORATOR_H

View File

@ -1,4 +1,13 @@
/* bt_delay.cpp */ /**
* bt_delay.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_delay.h" #include "bt_delay.h"

View File

@ -1,4 +1,13 @@
/* bt_delay.h */ /**
* bt_delay.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_DELAY_H #ifndef BT_DELAY_H
#define BT_DELAY_H #define BT_DELAY_H

View File

@ -1,4 +1,13 @@
/* bt_for_each.cpp */ /**
* bt_for_each.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_for_each.h" #include "bt_for_each.h"

View File

@ -1,4 +1,13 @@
/* bt_for_each.h */ /**
* bt_for_each.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_FOR_EACH_H #ifndef BT_FOR_EACH_H
#define BT_FOR_EACH_H #define BT_FOR_EACH_H

View File

@ -1,4 +1,13 @@
/* bt_invert.cpp */ /**
* bt_invert.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_invert.h" #include "bt_invert.h"

View File

@ -1,4 +1,13 @@
/* bt_invert.h */ /**
* bt_invert.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_INVERT_H #ifndef BT_INVERT_H
#define BT_INVERT_H #define BT_INVERT_H

View File

@ -1,4 +1,13 @@
/* bt_new_scope.cpp */ /**
* bt_new_scope.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_new_scope.h" #include "bt_new_scope.h"

View File

@ -1,4 +1,13 @@
/* bt_new_scope.h */ /**
* bt_new_scope.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_NEW_SCOPE_H #ifndef BT_NEW_SCOPE_H
#define BT_NEW_SCOPE_H #define BT_NEW_SCOPE_H

View File

@ -1,4 +1,13 @@
/* bt_probability.cpp */ /**
* bt_probability.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_probability.h" #include "bt_probability.h"

View File

@ -1,4 +1,13 @@
/* bt_probability.h */ /**
* bt_probability.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_PROBABILITY_H #ifndef BT_PROBABILITY_H
#define BT_PROBABILITY_H #define BT_PROBABILITY_H

View File

@ -1,4 +1,13 @@
/* bt_repeat.cpp */ /**
* bt_repeat.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_repeat.h" #include "bt_repeat.h"

View File

@ -1,4 +1,13 @@
/* bt_repeat.h */ /**
* bt_repeat.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_REPEAT_H #ifndef BT_REPEAT_H
#define BT_REPEAT_H #define BT_REPEAT_H

View File

@ -1,4 +1,13 @@
/* bt_repeat_until_failure.cpp */ /**
* bt_repeat_until_failure.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_repeat_until_failure.h" #include "bt_repeat_until_failure.h"

View File

@ -1,4 +1,13 @@
/* bt_repeat_until_failure.h */ /**
* bt_repeat_until_failure.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_REPEAT_UNTIL_FAILURE_H #ifndef BT_REPEAT_UNTIL_FAILURE_H
#define BT_REPEAT_UNTIL_FAILURE_H #define BT_REPEAT_UNTIL_FAILURE_H

View File

@ -1,4 +1,13 @@
/* bt_repeat_until_success.cpp */ /**
* bt_repeat_until_success.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#include "bt_repeat_until_success.h" #include "bt_repeat_until_success.h"

View File

@ -1,4 +1,13 @@
/* bt_repeat_until_success.h */ /**
* bt_repeat_until_success.h
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
#ifndef BT_REPEAT_UNTIL_SUCCESS_H #ifndef BT_REPEAT_UNTIL_SUCCESS_H
#define BT_REPEAT_UNTIL_SUCCESS_H #define BT_REPEAT_UNTIL_SUCCESS_H

Some files were not shown because too many files have changed in this diff Show More