summaryrefslogtreecommitdiffstats
path: root/editor/shader_create_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-5/+5
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Add `New Shader` option to the FileSystemDock popup menu.Yuri Roubinsky2021-12-031-1/+6
* Infer shader type based on edited nodekobewi2021-11-031-1/+6
* Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn2021-10-281-0/+5
* Add missing SNAME macro optimization for StringName in some functionsjmb4622021-08-201-6/+6
* Fix some bugs in shader creation dialog (continue)Yuri Roubinsky2021-08-091-42/+36
* Fix some bugs in shader creation dialogYuri Roubinsky2021-08-091-17/+7
* Added editor dialog for easily creating shaders.Yuri Roubinsky2021-08-071-0/+643