summaryrefslogtreecommitdiff
path: root/editor/plugins/shader_file_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-07-26Implement Binary Shader Compilationreduz
2021-07-18Optimize StringName usagereduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: Add missing copyright headersRémi Verschelde
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky