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
/
editor
/
editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Organize existing code for editor plugins
Aaron Franke
2024-04-27
1
-678
/
+0
*
Allow docks to be closed
kit
2024-03-29
1
-2
/
+2
*
Add editor shortcuts to toggle bottom panel visibility
Hugo Locurcio
2024-03-05
1
-6
/
+7
*
Extract BottomPanel from EditorNode
kit
2024-02-20
1
-4
/
+5
*
[Editor] Add `EditorPlugin::scene_saved` signal
A Thousand Ships
2024-01-22
1
-0
/
+5
*
Extract editor dock manager
kit
2024-01-15
1
-2
/
+3
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-2
/
+2
*
Move 3D scene import classes to their own folder
Aaron Franke
2024-01-04
1
-1
/
+1
*
Fix referring to ResourceImporterScene static importers via instances
Aaron Franke
2023-12-11
1
-2
/
+2
*
Allow contextual plugins to persist temporarily
kobewi
2023-10-06
1
-0
/
+4
*
Merge pull request #80517 from YuriSizov/tsa-randomly-picked-you-for-mandator...
Rémi Verschelde
2023-08-28
1
-2
/
+2
|
\
|
*
Avoid unnecessary inspector updates when loading or switching scenes
Yuri Sizov
2023-08-12
1
-2
/
+2
*
|
Deprecate project_settings_changed signal
kobewi
2023-08-10
1
-2
/
+7
|
/
*
Re-architect how Android plugins are packaged and handled at export time
Fredia Huya-Kouadio
2023-07-18
1
-0
/
+9
*
Check for unsaved changes when closing a scene
kobewi
2023-07-18
1
-3
/
+3
*
Add `_get_unsaved_status()` method to EditorPlugin
kobewi
2023-07-18
1
-1
/
+7
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+1
*
Add relative path support for `EditorPlugin::add_autoload_singleton`
heppocogne
2023-06-12
1
-1
/
+8
*
Improve editor state persistence
Hendrik Brucker
2023-05-11
1
-1
/
+1
*
Extract editor run toolbar into its own component
Yuri Sizov
2023-04-19
1
-2
/
+2
*
Decouple EditorInterface from EditorPlugin
Yuri Sizov
2023-04-17
1
-357
/
+3
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-0
/
+1
*
Automatically reparent editor message dialogs to avoid error spam.
bruvzg
2023-02-21
1
-0
/
+1
*
Change `_can_handle` and `_edit` virtual methods to take `Object*`
Marc Gilleron
2023-02-17
1
-5
/
+1
*
Fix potential crash in EditorPlugin.edit()
kobewi
2023-01-22
1
-1
/
+1
*
Merge pull request #44596 from KoBeWi/🧹🧹🧹
Rémi Verschelde
2023-01-19
1
-3
/
+0
|
\
|
*
Cleanup unused engine code v2
kobewi
2023-01-19
1
-3
/
+0
*
|
Merge pull request #71443 from TechnoPorg/fix-resource-conversion-plugins
Rémi Verschelde
2023-01-19
1
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
Make EditorResourceConversionPlugin usable.
TechnoPorg
2023-01-14
1
-0
/
+11
*
|
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-2
/
+2
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+1
*
Add EditorInterface.get_selected_paths()
cespeute
2022-11-14
1
-3
/
+8
*
[Editor] Better expose EditorDebuggerPlugin.
Fabio Alessandrelli
2022-11-14
1
-4
/
+5
*
Use forward-declarations in EditorPlugin where possible
trollodel
2022-11-11
1
-0
/
+4
*
Unify usage of undo_redo in editor
kobewi
2022-11-02
1
-1
/
+1
*
Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finish
Rémi Verschelde
2022-10-31
1
-0
/
+11
|
\
|
*
Request attention on the editor window when done recording a movie
Hugo Locurcio
2022-06-26
1
-0
/
+11
*
|
Simplify GDVIRTUAL_CALL calls
kobewi
2022-10-19
1
-41
/
+18
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-3
/
+3
*
|
Rename remaining "Spatial" in Plugins to "Node3D"
Micky
2022-10-04
1
-7
/
+7
*
|
Merge pull request #64465 from TokageItLab/bind-after-gui-input
Rémi Verschelde
2022-09-10
1
-0
/
+4
|
\
\
|
*
|
bind AfterGUIInput
Silc Renew
2022-09-08
1
-0
/
+4
*
|
|
Rename EditorInterface.get_editor_main_control to get_editor_main_screen
Yuri Sizov
2022-09-07
1
-3
/
+3
*
|
|
Change Array arguments to TypedArray
kobewi
2022-09-01
1
-1
/
+1
|
/
/
*
|
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-1
/
+1
*
|
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-4
/
+4
*
|
Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDO
Rémi Verschelde
2022-08-22
1
-1
/
+6
|
\
\
|
*
|
Add per-scene UndoRedo
kobewi
2022-08-22
1
-1
/
+6
*
|
|
Add a method for restarting the editor to EditorInterface
Aaron Franke
2022-08-18
1
-0
/
+8
|
/
/
[next]