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_node.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract editor run toolbar into its own component
Yuri Sizov
2023-04-19
1
-46
/
+13
*
Decouple EditorInterface from EditorPlugin
Yuri Sizov
2023-04-17
1
-1
/
+1
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-26
/
+26
*
Scene tab closing refactor
kobewi
2023-04-03
1
-4
/
+6
*
Streamline class icon resolution in the editor
Yuri Sizov
2023-03-31
1
-3
/
+3
*
Prevent cache corruption when saving resources in the editor
Yuri Sizov
2023-03-08
1
-0
/
+1
*
Merge pull request #73365 from bruvzg/no_transient_children
Rémi Verschelde
2023-03-02
1
-5
/
+6
|
\
|
*
Automatically reparent editor message dialogs to avoid error spam.
bruvzg
2023-02-21
1
-5
/
+6
*
|
Fix ownership bug on ancestor nodes when scene is reimported.
SaracenOne
2023-02-22
1
-0
/
+4
|
/
*
Merge pull request #72552 from m4gr3d/cleanup_custom_build_main
Rémi Verschelde
2023-02-06
1
-1
/
+1
|
\
|
*
Rename Godot's 'custom build' to 'gradle build' to better reflect the underly...
Fredia Huya-Kouadio
2023-02-02
1
-1
/
+1
*
|
More fixes to over plugin handling
kobewi
2023-02-06
1
-0
/
+1
|
/
*
Prevent wrong unedit when clicking editor viewport
kobewi
2023-02-01
1
-0
/
+1
*
Fix broken bottom panel switching
Silc Renew
2023-01-31
1
-0
/
+1
*
Merge pull request #57606 from SaracenOne/update_on_reimport
Rémi Verschelde
2023-01-23
1
-0
/
+35
|
\
|
*
Update instances of scenes which have been reimported.
SaracenOne
2023-01-16
1
-0
/
+35
*
|
Merge pull request #71770 from KoBeWi/better_editing_or_something
Rémi Verschelde
2023-01-22
1
-7
/
+5
|
\
\
|
*
|
Rework EditorPlugin editing logic
kobewi
2023-01-22
1
-7
/
+5
|
|
/
*
|
Merge pull request #67253 from KoBeWi/PICKER_USAGE_NO_EDITOR
Rémi Verschelde
2023-01-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove editor dependencies from ColorPicker
kobewi
2022-10-11
1
-1
/
+1
*
|
Merge pull request #70668 from KoBeWi/never_give_up
Rémi Verschelde
2023-01-16
1
-0
/
+2
|
\
\
|
*
|
Retry loading addons after filesystem scan
kobewi
2022-12-28
1
-0
/
+2
*
|
|
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-1
/
+0
*
|
|
Move remote debug buttons to a single menu.
bruvzg
2023-01-14
1
-1
/
+1
*
|
|
Fix Undo/Redo not working until Scene menu is opened.
Eric M
2023-01-08
1
-0
/
+2
*
|
|
Simplify some editor plugin logic and remove dead code
Yuri Sizov
2023-01-05
1
-1
/
+0
*
|
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
/
*
|
Add a dialog for customizing FBX import
reduz
2022-12-18
1
-0
/
+4
*
|
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-4
/
+9
*
|
Merge pull request #60686 from trollodel/move_editor_registration
Rémi Verschelde
2022-11-18
1
-3
/
+2
|
\
\
|
*
|
Move editor class and plugin registrations to a dedicated file
trollodel
2022-11-18
1
-3
/
+2
*
|
|
Merge pull request #68709 from MewPurPur/instance-begone-part3
Rémi Verschelde
2022-11-16
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove more instances of 'instance' being used as a verb
VolTer
2022-11-16
1
-1
/
+1
*
|
|
Allow to disable History Dock via feature profile
kobewi
2022-11-07
1
-0
/
+2
|
/
/
*
|
Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finish
Rémi Verschelde
2022-10-31
1
-0
/
+3
|
\
\
|
*
|
Request attention on the editor window when done recording a movie
Hugo Locurcio
2022-06-26
1
-0
/
+3
*
|
|
Added custom node export
Guilherme Sousa
2022-10-14
1
-0
/
+2
|
|
/
|
/
|
*
|
Rename remaining "Spatial" in Plugins to "Node3D"
Micky
2022-10-04
1
-3
/
+3
*
|
Merge pull request #58049 from jmb462/fix-distraction-mode-docks-tab
Rémi Verschelde
2022-09-28
1
-1
/
+1
|
\
\
|
*
|
Prevent docks to be reset to first tab when switching dock visibility
jmb462
2022-05-16
1
-1
/
+1
*
|
|
[macOS extend-to-title] Add scene/project name to the editor title, fix incor...
bruvzg
2022-09-22
1
-1
/
+5
*
|
|
Merge pull request #65541 from clayjohn/renderer-setting
Rémi Verschelde
2022-09-20
1
-6
/
+6
|
\
\
\
|
*
|
|
Split rendering driver project setting into renderer_name and rendering_drive...
clayjohn
2022-09-19
1
-6
/
+6
*
|
|
|
Merge pull request #44143 from KoBeWi/callable_multiplayer
Rémi Verschelde
2022-09-18
1
-3
/
+5
|
\
\
\
\
|
*
|
|
|
Port remaining connections to callable_mp
Tomasz Chabora
2022-09-18
1
-5
/
+5
|
|
/
/
/
*
|
|
|
Merge pull request #65561 from ryburnj/inconsistent-cap-scene-file-name
Rémi Verschelde
2022-09-18
1
-6
/
+8
|
\
\
\
\
|
*
|
|
|
Fix inconsistent scene file name casing by moving existing Name_Casing code t...
ryburnj
2022-09-18
1
-6
/
+8
|
|
/
/
/
*
/
/
/
Remove unused _clear_undo_history method
kobewi
2022-09-17
1
-2
/
+0
|
/
/
/
*
|
|
Merge pull request #65494 from V-Sekai/fix_inspect_command_context
Rémi Verschelde
2022-09-14
1
-1
/
+1
|
\
\
\
|
*
|
|
In inspector, show 'edit' button instead of 'inspect' when resource is part o...
SaracenOne
2022-09-07
1
-1
/
+1
[next]