summaryrefslogtreecommitdiffstats
path: root/editor/plugins/shader_file_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-1/+0
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-4/+6
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-7/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-5/+5
* Implement Binary Shader Compilationreduz2021-07-261-3/+3
* Optimize StringName usagereduz2021-07-181-6/+6
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-301-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Style: Add missing copyright headersRémi Verschelde2020-05-101-0/+30
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-0/+303