limboai/editor
Alexander Montag ad11f401b1 Generalize EDITOR_DEF macro to fix potential editor setting issues
This commit provides a generalized solution to ensure editor settings are
properly initialized and available in both module and GDExtension versions.
While #204 fixed the specific issue with 'limbo_ai/editor/layout', this change
aims to prevent similar problems for all editor settings.

In particular, `limbo_ai/editor/prefer_online_documentation` was also not
available.

Changes:
- Updated EDITOR_DEF macro to handle both module and GDExtension cases
- Remove special case for `limbo_ai/editor/layout` in
  LimboAiEditorPlugin from earlier fix.
2024-09-03 16:37:54 +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 Generalize EDITOR_DEF macro to fix potential editor setting issues 2024-09-03 16:37:54 +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