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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #70863 from bruvzg/win_init_min
Rémi Verschelde
2023-01-09
1
-1
/
+4
|
\
|
*
Set main window min. size via Window object instead of DisplayServer to prese...
bruvzg
2023-01-03
1
-1
/
+4
*
|
Removed unused property hints and `Object::get_translatable_strings()`
Juan Linietsky
2023-01-09
1
-1
/
+1
*
|
Merge pull request #70463 from DarkKilauea/nav-server-const
Rémi Verschelde
2023-01-08
1
-10
/
+10
|
\
\
|
*
|
Rework const on NavigationServer methods
Josh Jones
2023-01-07
1
-10
/
+10
*
|
|
Merge pull request #71057 from EricEzaM/editor-node-cleanup
Rémi Verschelde
2023-01-08
1
-11
/
+4
|
\
\
\
|
*
|
|
Remove unnecessary changing of shortcut name.
Eric M
2023-01-08
1
-11
/
+4
|
|
/
/
*
/
/
Fix Undo/Redo not working until Scene menu is opened.
Eric M
2023-01-08
1
-4
/
+10
|
/
/
*
|
Merge pull request #68429 from KoBeWi/PropertySettings
Rémi Verschelde
2023-01-06
1
-2
/
+1
|
\
\
|
*
|
Add PropertyInfo overload for GLOBAL_DEF
kobewi
2022-12-11
1
-2
/
+1
*
|
|
Merge pull request #70500 from hakro/readd-renderer-options
Rémi Verschelde
2023-01-06
1
-7
/
+19
|
\
\
\
|
*
|
|
Bring back the renderer options button on the main editor
Hakim
2022-12-24
1
-7
/
+19
|
|
|
/
|
|
/
|
*
|
|
Simplify some editor plugin logic and remove dead code
Yuri Sizov
2023-01-05
1
-40
/
+18
*
|
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
/
*
|
Add inspector plugin for key time edit & Change find key argument
Silc Renew
2022-12-22
1
-0
/
+1
*
|
Do not add child twice and set initial focus
Marius Hanl
2022-12-21
1
-2
/
+2
*
|
Add a dialog for customizing FBX import
reduz
2022-12-18
1
-1
/
+14
*
|
Add scope prefix to undo actions
kobewi
2022-12-14
1
-3
/
+25
*
|
Remove high quality glow as it is not any higher quality than regular glow
clayjohn
2022-12-13
1
-2
/
+0
|
/
*
Fix Determining Window for Touchscreen
Markus Sauermann
2022-12-07
1
-8
/
+1
*
Make remote inspector groups not foldable
kobewi
2022-11-30
1
-1
/
+3
*
Merge pull request #66995 from HolonProduction/main_window_bug
Rémi Verschelde
2022-11-29
1
-1
/
+6
|
\
|
*
Solve a bug with main window plugins.
HolonProduction
2022-11-29
1
-1
/
+6
*
|
Merge pull request #66194 from YeldhamDev/feature_fixes
Rémi Verschelde
2022-11-29
1
-4
/
+0
|
\
\
|
*
|
Fix some stuff with the editor features
Michael Alexsander
2022-11-12
1
-4
/
+0
*
|
|
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-10
/
+8
*
|
|
Fix that the History Dock appears before other Docks in old projects
Markus Sauermann
2022-11-25
1
-2
/
+3
*
|
|
Merge pull request #69072 from souplamp/history-dock-check-connected
Rémi Verschelde
2022-11-24
1
-1
/
+1
|
\
\
\
|
*
|
|
History dock singleton, set default editor layout, ready notification
souplamp
2022-11-24
1
-1
/
+1
*
|
|
|
[Editor] Fix float dock shows untranslated title.
Zae
2022-11-24
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #60686 from trollodel/move_editor_registration
Rémi Verschelde
2022-11-18
1
-178
/
+4
|
\
\
\
|
*
|
|
Move editor class and plugin registrations to a dedicated file
trollodel
2022-11-18
1
-178
/
+4
*
|
|
|
Merge pull request #68709 from MewPurPur/instance-begone-part3
Rémi Verschelde
2022-11-16
1
-4
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove more instances of 'instance' being used as a verb
VolTer
2022-11-16
1
-4
/
+4
*
|
|
|
Add EditorInterface.get_selected_paths()
cespeute
2022-11-14
1
-1
/
+1
*
|
|
|
[Editor] Better expose EditorDebuggerPlugin.
Fabio Alessandrelli
2022-11-14
1
-0
/
+1
*
|
|
|
Use forward-declarations in EditorPlugin where possible
trollodel
2022-11-11
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Remove duplicate project settings definitions
kobewi
2022-11-08
1
-3
/
+3
*
|
|
Merge pull request #68342 from KoBeWi/Godot_museum't
Rémi Verschelde
2022-11-07
1
-3
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow to disable History Dock via feature profile
kobewi
2022-11-07
1
-3
/
+7
*
|
|
Fix disambiguate_filenames absolute paths on Unix
RedMser
2022-11-06
1
-13
/
+5
|
/
/
*
|
Merge pull request #65012 from KoBeWi/Godot_museum
Rémi Verschelde
2022-11-02
1
-0
/
+9
|
\
\
|
*
|
Add history dock
kobewi
2022-08-29
1
-0
/
+9
*
|
|
Cast dragged file extension name to lowercase, closes #68104
Alfred Reinold Baudisch
2022-11-01
1
-1
/
+1
*
|
|
Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finish
Rémi Verschelde
2022-10-31
1
-0
/
+8
|
\
\
\
|
*
|
|
Request attention on the editor window when done recording a movie
Hugo Locurcio
2022-06-26
1
-0
/
+8
*
|
|
|
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-22
/
+22
|
\
\
\
\
|
*
|
|
|
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-22
/
+22
*
|
|
|
|
Merge pull request #67055 from GuilhermeGSousa/custom-node-export
Rémi Verschelde
2022-10-31
1
-0
/
+21
|
\
\
\
\
\
|
*
|
|
|
|
Added custom node export
Guilherme Sousa
2022-10-14
1
-0
/
+21
[next]