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
/
filesystem_dock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-6
/
+6
*
Fix signature for 'folder_moved' signal of FileSystemDock
meap
2022-10-07
1
-1
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-58
/
+56
*
Tree recursive folding
Ninni Pipping
2022-09-21
1
-16
/
+1
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-3
/
+3
*
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-3
/
+3
*
Merge pull request #65039 from Mickeon/rename-treeitem-tooltip
Rémi Verschelde
2022-08-30
1
-1
/
+1
|
\
|
*
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-1
/
+1
*
|
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-14
/
+14
|
/
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-7
/
+7
*
`FileSystemDock` Fix crash when renaming a file in split mode
kleonc
2022-08-07
1
-2
/
+1
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-4
/
+4
*
Merge pull request #63265 from reduz/stream-bpm-support
Rémi Verschelde
2022-07-23
1
-2
/
+23
|
\
|
*
Implement BPM support
reduz
2022-07-23
1
-2
/
+23
*
|
Adding shader preprocessor support
Yuri Roubinsky
2022-07-22
1
-0
/
+4
|
/
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-4
/
+4
*
Rework scene creation dialog
kobewi
2022-06-21
1
-48
/
+12
*
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-2
/
+2
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-4
/
+10
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-13
/
+13
*
Cleanups after changes in ItemList signals
Aleksey Smirnov
2022-05-10
1
-4
/
+8
*
Changed signals of ItemList
Vitika9
2022-05-06
1
-2
/
+6
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Add Copy UID option to filesystem dock
kobewi
2022-05-02
1
-0
/
+16
*
Implement Label3D node.
bruvzg
2022-04-22
1
-3
/
+3
*
Import scenes as AnimationLibrary
reduz
2022-04-13
1
-2
/
+22
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-14
/
+14
*
Fix missing favorite files in filesystem dock
Daniel Kříž
2022-04-06
1
-3
/
+4
*
Fix false warning folder already exists
Aleksey Smirnov
2022-04-06
1
-1
/
+1
*
Fix Project Manager hard crashes due to invalid access to Editor Nodes
Marios Staikopoulos
2022-04-05
1
-7
/
+7
*
Merge pull request #59453 from DanielKriz/master
Rémi Verschelde
2022-03-28
1
-0
/
+13
|
\
|
*
Fix persistent favorites after rename
Daniel Kříž
2022-03-25
1
-0
/
+13
*
|
Add better alert dialogs if directory already exists
Daniel Kříž
2022-03-25
1
-0
/
+6
|
/
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-5
/
+0
*
Merge pull request #59050 from KoBeWi/tsal_eht_morf_ssecca
Rémi Verschelde
2022-03-12
1
-7
/
+7
|
\
|
*
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-7
/
+7
*
|
Add "Add Script" option to project autoload settings
Yuri Roubinsky
2022-03-12
1
-0
/
+4
|
/
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-21
/
+10
*
Merge pull request #58842 from IgorKordiukiewicz/save-as-scene-visual-feedback
Rémi Verschelde
2022-03-06
1
-0
/
+122
|
\
|
*
Added visual feedback when drag and dropping from scene tree to file system
Igor Kordiukiewicz
2022-03-06
1
-0
/
+122
*
|
Improve some DirAccess usage
kobewi
2022-03-06
1
-1
/
+1
|
/
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-2
/
+3
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-18
/
+17
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-5
/
+6
*
Fix uid conflict when duplicating resource
kobewi
2022-02-08
1
-0
/
+24
*
Merge pull request #57796 from akien-mga/revert-sname-theme-setters
Rémi Verschelde
2022-02-08
1
-2
/
+2
|
\
|
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-2
/
+2
*
|
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-33
/
+28
|
/
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-2
/
+2
[next]