kobewi
|
8aa3ee6a35
Create .uid files in EditorFileSystem
|
1 month ago |
Lukas Tenbrink
|
b5c31ebb41
Add contains_char() for single-character 'contains' calls.
|
2 months ago |
Rémi Verschelde
|
32cf20c750
Merge pull request #97024 from tetrapod00/shader-create-comment
|
2 months ago |
tetrapod00
|
733797e71f
Use double comments in shader template light functions
|
5 months ago |
A Thousand Ships
|
68f638cf02
Use `(r)find_char` instead of `(r)find` for single characters
|
3 months ago |
kobewi
|
28e5b213ae
Create .uid file when creating new Resource
|
3 months ago |
Aaron Franke
|
562c666e3d
Rename internal Button icon to button_icon to match exposed methods
|
4 months ago |
Yuri Rubinsky
|
52889ab7ee
[Scene] Add SceneStringName::toggled
|
8 months ago |
A Thousand Ships
|
fbb879debd
[Scene] Add `SceneStringNames::text/value_changed`
|
9 months ago |
A Thousand Ships
|
d9e2fc74c7
[Scene] Add `SceneStringNames::item_selected`
|
9 months ago |
A Thousand Ships
|
ee79386f7b
[Scene] Add SceneStringNames::pressed
|
9 months ago |
kobewi
|
413c11357d
Use Core/Scene stringnames consistently
|
9 months ago |
A Thousand Ships
|
955d5affa8
Reduce and prevent unnecessary random-access to `List`
|
10 months ago |
Rémi Verschelde
|
e7fa697808
Merge pull request #86668 from KoBeWi/most_shader_path
|
9 months ago |
Yuri Sizov
|
95b27fe8c7
Reorganize code related to editor theming
|
1 year ago |
kobewi
|
08b9046598
Automatically add path to built-in shaders
|
1 year ago |
Rémi Verschelde
|
6c7d43822c
Merge pull request #85745 from YuriSizov/editor-obey-the-theme-overlord
|
1 year ago |
Yuri Sizov
|
01888ae7ab
Fix theme application in various editor dialogs
|
1 year ago |
Juan Linietsky
|
c430ff2396
Comment the shader template light function by default
|
1 year ago |
Nikita Krasnov
|
c0a18e17ba
Fix pressing Enter being ignored in "Create Shader" dialogue
|
1 year ago |
kobewi
|
a7fa34db1d
Ignore path error for built-in scripts/shaders
|
1 year ago |
kobewi
|
6de34fde27
Add EditorStringNames singleton
|
1 year ago |
kobewi
|
7f41403a6f
Standardize dialog input validation as a new class
|
1 year ago |
Hugo Locurcio
|
02bf74a954
Improve shader editor templates to be more descriptive
|
3 years ago |
Hugo Locurcio
|
bce2985615
Use bullet points in shader editor creation dialog
|
1 year ago |
Yuri Sizov
|
4154039832
Improve includes of EditorNode (and everything else)
|
1 year ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
Yuri Sizov
|
43f03e2ce6
Improve naming of theme properties throughout GUI code
|
2 years ago |
Danil Alexeev
|
d4555ef5fb
Add `String.to_{camel,pascal,snake}_case` methods
|
2 years ago |