limboai/editor
Serhii Snitsaruk 5f40d38f8d
Add a hack to force documentation parsing on user scripts
As things currently stand in Godot Engine, documentation comments are
not loaded from user scripts into help system when the project is
started. This leads to empty tooltips for user tasks in LimboAI, unless
such a script is resaved.

This hack forces script documentation to be added to help system,
when the editor needs it to show a tooltip.
2024-07-07 12:13:07 +02:00
..
debugger Fix List<T> access 2024-06-29 14:52:05 -04: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 Merge pull request #157 from limbonaut/task-palette-placement 2024-07-06 10:08:01 +02:00
limbo_ai_editor_plugin.h Add Misc->Layout options 2024-07-06 09:18:50 +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 Add a hack to force documentation parsing on user scripts 2024-07-07 12:13:07 +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