summaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_shader_file.cpp
AgeCommit message (Expand)Author
2023-01-13Avoid crashing when custom GLSL shaders are imported when using the gl_compat...clayjohn
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-07-29Swap arguments of ResourceSaver.save()kobewi
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-14Add path to functions that return iporter optionsreduz
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-05-10Style: Add missing copyright headersRémi Verschelde
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky