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
/
gui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `.bind(...).call_deferred()` with `.call_deferred(...)`
A Thousand Ships
2024-05-27
1
-1
/
+1
*
Fix scene hash not updated when scene is empty
kobewi
2024-05-22
1
-1
/
+1
*
Create AudioStreamPlayer when dropping AudioStream
Haoyu Qiu
2024-05-19
1
-4
/
+17
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
8
-27
/
+27
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
4
-28
/
+28
*
Move "Add a new scene" button when Scene Tabs settings change
aaronp64
2024-05-11
1
-0
/
+1
*
Fix PropertyListHelper::_get_property returning a valid value even if an inde...
Gilles Roudière
2024-05-10
1
-0
/
+1
*
Merge pull request #90705 from AThousandShips/foreach_list
Rémi Verschelde
2024-05-07
1
-3
/
+3
|
\
|
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-3
/
+3
*
|
Merge pull request #91331 from dsnopek/expose-editor-file-dialog-popup-function
Rémi Verschelde
2024-05-06
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Expose `EditorFileDialog::popup_file_dialog()` to GDScript and GDExtension
David Snopek
2024-04-29
1
-0
/
+1
*
|
[Editor] Prevent some shortcut errors when generating docs
A Thousand Ships
2024-05-03
1
-5
/
+3
*
|
Fix editor spin slider RTL and margin
kit
2024-05-02
1
-7
/
+8
|
/
*
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-1
/
+1
*
Merge pull request #89747 from KoBeWi/icoNOT
Rémi Verschelde
2024-04-26
1
-1
/
+1
|
\
|
*
Remove stray item icon from tabs menu
kobewi
2024-03-21
1
-1
/
+1
*
|
Merge pull request #86605 from KoBeWi/update_all_of_the_tree_not
Rémi Verschelde
2024-04-26
1
-1
/
+0
|
\
\
|
*
|
Don't update tree on deselect
kobewi
2023-12-29
1
-1
/
+0
*
|
|
Fix error when moving FileSystem dock
Haoyu Qiu
2024-04-24
1
-12
/
+3
*
|
|
Merge pull request #90651 from Muller-Castro/folder-color
Rémi Verschelde
2024-04-18
2
-5
/
+24
|
\
\
\
|
*
|
|
Fix folder colors not present in editor dir dialog
Muller-Castro
2024-04-16
2
-5
/
+24
*
|
|
|
Merge pull request #90680 from jsjtxietian/skip-.godot
Rémi Verschelde
2024-04-17
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
Fix editor's file explorer will show directories that should be skipped
jsjtxietian
2024-04-15
1
-2
/
+4
|
|
/
/
/
*
|
|
|
Allow closing scene tab preview using Escape
unknown
2024-04-16
2
-0
/
+13
*
|
|
|
Add automatic checking for engine updates
kobewi
2024-04-15
1
-0
/
+1
|
/
/
/
*
|
|
Inspect hovered node while dragging
AeioMuch
2024-04-10
1
-0
/
+1
*
|
|
SceneTreeEditor: Fix crash when TreeItem is removed before callback
Rémi Verschelde
2024-04-05
2
-1
/
+11
*
|
|
Merge pull request #89735 from bruvzg/ed_native_fd2
Rémi Verschelde
2024-04-04
2
-3
/
+354
|
\
\
\
|
*
|
|
[Native File Dialog] Add support for using native dialogs in the editor.
bruvzg
2024-03-28
2
-3
/
+354
*
|
|
|
Improve SceneTreeEditor usability
RedMser
2024-03-31
2
-4
/
+27
|
/
/
/
*
|
|
Fix unexpected auto-translation of more editor components
Haoyu Qiu
2024-03-28
1
-1
/
+1
*
|
|
Merge pull request #89518 from AThousandShips/spin_slider_clean
Rémi Verschelde
2024-03-24
1
-23
/
+17
|
\
\
\
|
*
|
|
[Editor] Remove redundant code from `EditorSpinSlider`
A Thousand Ships
2024-03-15
1
-23
/
+17
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #88003 from kitbdev/dock-manager-fixes
Rémi Verschelde
2024-03-24
1
-5
/
+3
|
\
\
\
|
*
|
|
Refactor and fix issues in Editor Dock Manager
kit
2024-03-16
1
-5
/
+3
*
|
|
|
Fix sorting of files/dirs in dialogs
A Thousand Ships
2024-03-20
1
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
Fix main button margins in custom themes
Matt Enad
2024-03-13
1
-5
/
+1
*
|
|
Allow node visibility to work with custom user-provided node types
Aaron Franke
2024-03-07
1
-61
/
+26
*
|
|
Fix vertical alignment of editor version `LinkButton` in the bottom panel
passivestar
2024-03-06
1
-8
/
+2
*
|
|
Merge pull request #87452 from bruvzg/native_menu
Rémi Verschelde
2024-03-06
1
-10
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Move `global_menu_*` methods to a separate `NativeMenu` class.
bruvzg
2024-03-04
1
-10
/
+12
*
|
|
Add editor shortcuts to toggle bottom panel visibility
Hugo Locurcio
2024-03-05
2
-2
/
+18
*
|
|
Merge pull request #81177 from Calinou/filedialog-focus-path-shortcut
Rémi Verschelde
2024-03-05
1
-1
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialog
Hugo Locurcio
2024-03-05
1
-1
/
+5
*
|
|
Allow to easily rename multiple nodes
kobewi
2024-03-03
2
-16
/
+42
|
/
/
*
|
Display the build date in the editor and when starting the engine
Hugo Locurcio
2024-02-27
1
-1
/
+8
*
|
Merge pull request #88825 from adamscott/add-create-folder-icon
Rémi Verschelde
2024-02-27
2
-1
/
+7
|
\
\
|
*
|
Add create folder icon
Adam Scott
2024-02-26
2
-1
/
+7
*
|
|
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
6
-10
/
+10
|
/
/
*
|
Remove word duplicates in comments and strings, and fix casing and punctuation
Robert Yevdokimov
2024-02-23
1
-1
/
+1
[next]