index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
EditorPlugin.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-1
/
+1
|
\
|
*
Fix more miscellaneous oddities around the class reference
Micky
2024-11-12
1
-1
/
+1
*
|
fix: replace "Godot" to "Redot"
Muhannad Elbolaky
2024-10-15
1
-1
/
+1
|
/
*
Fix minor typo in EditorPlugin remove_inspector_plugin
ev13bird
2024-09-20
1
-1
/
+1
*
Add EditorContextMenuPluginManager and refactor menu plugins
kobewi
2024-09-03
1
-18
/
+5
*
Merge pull request #94582 from citizenll/feat_context_menu_plugin4.x
Rémi Verschelde
2024-09-03
1
-0
/
+29
|
\
|
*
Add support for custom items to editor right-click context menus
citizenl
2024-09-03
1
-0
/
+29
*
|
Allow adding custom export platforms using scripts / GDExtension.
bruvzg
2024-08-28
1
-0
/
+14
*
|
Remove empty `[b]Example:[/b]` lines from the class reference
Micky
2024-08-19
1
-7
/
+3
*
|
Fix typo in EditorPlugin `_forward_3d_draw_over_viewport(overlay)` method exa...
Eric Tuvesson
2024-08-01
1
-1
/
+1
|
/
*
Fix "icon" parameter in EditorPlugin.add_custom_type is not optional, but doc...
Ashish Kumar
2024-06-30
1
-1
/
+1
*
Allow setting editor dock tabs to icon only
Haoyu Qiu
2024-04-30
1
-0
/
+8
*
Add editor shortcuts to toggle bottom panel visibility
Hugo Locurcio
2024-03-05
1
-2
/
+5
*
Overhaul some "uncommon" wording in class reference
Micky
2024-03-01
1
-2
/
+3
*
Documentation: Add support for deprecated/experimental messages
Danil Alexeev
2024-02-15
1
-4
/
+2
*
Clarify sizing of main screen plugins
kobewi
2024-01-28
1
-1
/
+1
*
[Editor] Add `EditorPlugin::scene_saved` signal
A Thousand Ships
2024-01-22
1
-2
/
+8
*
Fix various typos in documentation
Septian
2023-12-27
1
-1
/
+1
*
Fix node names of submenu items across the editor
Yuri Sizov
2023-11-08
1
-1
/
+1
*
Fix accessing editor theme items throughout the UI
Yuri Sizov
2023-09-15
1
-3
/
+3
*
Fix description of dock slot usage in the documentation
Haoyu Qiu
2023-09-08
1
-2
/
+3
*
Deprecate project_settings_changed signal
kobewi
2023-08-10
1
-1
/
+2
*
Make EditorInterface accessible as a singleton
Yuri Sizov
2023-08-09
1
-6
/
+7
*
Add separate editor plugin for TileMap and TileSet
kobewi
2023-07-26
1
-0
/
+1
*
Re-architect how Android plugins are packaged and handled at export time
Fredia Huya-Kouadio
2023-07-18
1
-0
/
+6
*
Check for unsaved changes when closing a scene
kobewi
2023-07-18
1
-5
/
+17
*
Add `_get_unsaved_status()` method to EditorPlugin
kobewi
2023-07-18
1
-0
/
+16
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
Decouple EditorInterface from EditorPlugin
Yuri Sizov
2023-04-17
1
-1
/
+1
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
Change `_can_handle` and `_edit` virtual methods to take `Object*`
Marc Gilleron
2023-02-17
1
-2
/
+2
*
Fix C# examples in documentation
Raul Santos
2023-01-31
1
-16
/
+19
*
Added documentation note for `add_custom_type()`
addmix
2023-01-30
1
-0
/
+1
*
Rework EditorPlugin editing logic
kobewi
2023-01-22
1
-0
/
+1
*
Make EditorResourceConversionPlugin usable.
TechnoPorg
2023-01-14
1
-0
/
+15
*
Uppercase references to color constants in documentation
Anthony Cossins
2023-01-13
1
-3
/
+3
*
Fix typos with codespell
Rémi Verschelde
2023-01-09
1
-1
/
+1
*
Fill random docs
kobewi
2022-11-22
1
-0
/
+20
*
[Editor] Better expose EditorDebuggerPlugin.
Fabio Alessandrelli
2022-11-14
1
-2
/
+2
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-4
/
+8
*
Fill random docs
kobewi
2022-10-07
1
-0
/
+2
*
Rename remaining "Spatial" in Plugins to "Node3D"
Micky
2022-10-04
1
-15
/
+15
*
Fix theme methods usage in docs
Raul Santos
2022-09-15
1
-2
/
+2
*
Merge pull request #64465 from TokageItLab/bind-after-gui-input
Rémi Verschelde
2022-09-10
1
-15
/
+24
|
\
|
*
bind AfterGUIInput
Silc Renew
2022-09-08
1
-15
/
+24
*
|
Merge pull request #58617 from KoBeWi/custom_something
Rémi Verschelde
2022-09-07
1
-0
/
+1
|
\
\
|
*
|
Improve handling of custom types
kobewi
2022-09-05
1
-0
/
+1
|
|
/
*
/
Rename EditorInterface.get_editor_main_control to get_editor_main_screen
Yuri Sizov
2022-09-07
1
-1
/
+1
|
/
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-1
/
+1
[next]