limboai/blackboard
Serhii Snitsaruk 9da78e52e7 Fix BlackboardPlan arrays shouldn't be shared between instanced agents
Variable values are deep copied now using Variant.duplicate(true). Note that currently it doesn't duplicate objects.
2024-08-06 19:14:42 +02:00
..
bb_param Fix compile-time errors with updated godot-cpp 2024-05-28 19:50:57 +02:00
bb_variable.cpp Fix BlackboardPlan arrays shouldn't be shared between instanced agents 2024-08-06 19:14:42 +02:00
bb_variable.h Fix BlackboardPlan arrays shouldn't be shared between instanced agents 2024-08-06 19:14:42 +02:00
blackboard.cpp Fix `Blackboard.unbind_var` failing for existing bound variable 2024-06-01 10:53:56 +02:00
blackboard.h Fix `Blackboard.unbind_var` failing for existing bound variable 2024-06-01 10:53:56 +02:00
blackboard_plan.cpp Fix BlackboardPlan arrays shouldn't be shared between instanced agents 2024-08-06 19:14:42 +02:00
blackboard_plan.h Change to typed array in `BlackboardPlan::list_vars` 2024-05-31 11:57:27 +02:00