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_resource_picker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for dragging a shader to user exported material property
jsjtxietian
2024-08-20
1
-2
/
+2
*
Fix AudioStreamPlayer icons, improve audio resource picker styling
Christian Kaiser
2024-06-27
1
-5
/
+3
*
Add brief description tooltips to EditorResourcePicker
kobewi
2024-06-24
1
-0
/
+6
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-4
/
+4
*
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-2
/
+2
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-5
/
+5
*
Merge pull request #84443 from KoBeWi/cookies_for_EditorResourcePicker
Rémi Verschelde
2024-04-30
1
-23
/
+29
|
\
|
*
Cache allowed types in EditorResourcePicker
kobewi
2023-11-04
1
-23
/
+29
*
|
Merge pull request #84446 from KoBeWi/EditorYOLOPicker
Rémi Verschelde
2024-04-26
1
-0
/
+3
|
\
\
|
*
|
Don't check resource type assigned in property
kobewi
2023-11-04
1
-0
/
+3
|
|
/
*
|
Prevent dropping Resource to the same resource picker
kobewi
2024-04-05
1
-1
/
+10
*
|
Merge pull request #89599 from timothyqiu/vegetate
Rémi Verschelde
2024-03-23
1
-0
/
+1
|
\
\
|
*
|
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+1
*
|
|
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-1
/
+1
|
/
/
*
|
Merge pull request #88572 from ajreckof/fix-crash-on-dictionarry-new-key/valu...
Rémi Verschelde
2024-02-28
1
-0
/
+2
|
\
\
|
*
|
Fix crash on changing resource type of dictionary new key/value while editing...
ajreckof
2024-02-28
1
-0
/
+2
*
|
|
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-1
/
+1
|
/
/
*
|
Merge pull request #88435 from AThousandShips/quick_load_fix
Rémi Verschelde
2024-02-18
1
-5
/
+6
|
\
\
|
*
|
[Editor] Improve clarity and style of `ResourcePicker` menu
A Thousand Ships
2024-02-17
1
-5
/
+6
*
|
|
Make auto translation inheritable
Michael Alexsander
2024-02-15
1
-1
/
+1
|
/
/
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
|
Fix missing icons for custom resources in EditorResourcePicker
Alessandro Famà
2024-01-12
1
-25
/
+9
*
|
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-1
/
+1
*
|
Merge pull request #85071 from Rubonnek/remove-unnecessary-assignments
Yuri Sizov
2023-12-14
1
-4
/
+2
|
\
\
|
*
|
Remove unnecessary assignments
Wilson E. Alvarez
2023-12-13
1
-4
/
+2
*
|
|
Merge pull request #84882 from Invertex/select-instance-asset
Yuri Sizov
2023-12-14
1
-11
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added "Show In FileSystem" right-click option to Scene hierarchy nodes.
Invertex
2023-12-13
1
-11
/
+2
|
|
/
*
/
Add Save As... option to EditorResourcePicker
kobewi
2023-11-20
1
-0
/
+8
|
/
*
C#: Abstract script class support
398utubzyt
2023-09-15
1
-1
/
+1
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-20
/
+21
*
Allow to pick which Resources will be made unique
kobewi
2023-07-14
1
-7
/
+115
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+2
*
Fix Image -> Texture2D inspector auto-conversion
kobewi
2023-06-04
1
-1
/
+1
*
Fix `draw_multiline_colors` usage
Danil Alexeev
2023-05-15
1
-8
/
+7
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-1
/
+1
*
Make icons of scripted and custom classes fit the editor UI
Yuri Sizov
2023-03-31
1
-0
/
+2
*
Turn off auto translate for some editor controls
Haoyu Qiu
2023-03-28
1
-0
/
+1
*
Fix crash when revealing file in floating FileSystem Dock
Hayden Leete
2023-03-08
1
-2
/
+6
*
Merge pull request #71686 from YuriSizov/stylebox-min-size-but-better
Rémi Verschelde
2023-01-22
1
-1
/
+1
|
\
|
*
Clean-up, harmonize, and improve StyleBox API
Yuri Sizov
2023-01-19
1
-1
/
+1
*
|
Implement a quick script inheritance check
Juan Linietsky
2023-01-19
1
-71
/
+44
|
/
*
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-4
/
+1
*
Add expand modes to TextureRect
kobewi
2023-01-12
1
-1
/
+1
*
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-10
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
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
[next]