limboai/editor
Alexander Montag a5517313d2 Fix editor setting initialization for GDExtensions
This commit addresses an issue where editor settings were not properly
initialized when using GDExtensions. The problem manifested as an error
message: "Condition '!props.has(pinfo.name)' is true" when trying to
access the "limbo_ai/editor/layout" setting.

Changes:
- Replace Dictionary with PropertyInfo for adding property information
- Add a safeguard to ensure the setting is explicitly set if not present
2024-09-02 10:27:22 +02:00
..
debugger Make player filter in the debugger case-insensitive 2024-08-06 16:34:06 -03:00
action_banner.cpp Defer banner actions to not crash upon restart 2024-07-06 12:13:58 +02:00
action_banner.h Update file headers and fix whitespace 2024-03-21 21:38:57 +01:00
blackboard_plan_editor.cpp Add missing MarginContainer header 2024-06-29 14:52:05 -04:00
blackboard_plan_editor.h Clean up & renames 2024-05-15 20:43:24 +02:00
editor_property_bb_param.cpp Editor: Check if variable is of correct type for BBParam subtypes 2024-05-18 14:12:00 +02:00
editor_property_bb_param.h Editor: Check if variable is of correct type for BBParam subtypes 2024-05-18 14:12:00 +02:00
editor_property_variable_name.cpp Change to typed array in `BlackboardPlan::list_vars` 2024-05-31 11:57:27 +02:00
editor_property_variable_name.h BlackboardPlan: Improve inspector update while manually typing in mappings 2024-05-17 21:54:50 +02:00
limbo_ai_editor_plugin.cpp Fix editor setting initialization for GDExtensions 2024-09-02 10:27:22 +02:00
limbo_ai_editor_plugin.h Switch to contextual behavior tree upon undo action 2024-08-21 17:30:30 +02:00
mode_switch_button.cpp Update file headers and fix whitespace 2024-03-21 21:38:57 +01:00
mode_switch_button.h Update file headers and fix whitespace 2024-03-21 21:38:57 +01:00
owner_picker.cpp Handle built-in resources in "Jump to owner" tab action 2024-05-29 18:27:55 +02:00
owner_picker.h Editor: Fix "jump to owner" from subtree and refactor 2024-05-29 10:53:54 +02:00
task_palette.cpp Clean up unused string names 2024-08-21 20:04:35 +02:00
task_palette.h Tooltip improvements 2024-07-06 16:46:55 +02:00
task_tree.cpp Migrate to Tree::set_custom_draw_callback 2024-06-29 14:52:05 -04:00
task_tree.h Update file headers and fix whitespace 2024-03-21 21:38:57 +01:00