summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_shader_file.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\
| * Allow passing UID to importerJuan2024-11-111-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #92539 from RandomShaper/no_crash_glsl_headlessRémi Verschelde2024-05-301-0/+1
|\
| * Avoid crash when importing .glsl in headlessPedro J. Estébanez2024-05-301-0/+1
* | Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-1/+1
|/
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* Enhance thread safety of loaders and importersPedro J. Estébanez2023-05-121-1/+1
* Avoid crashing when custom GLSL shaders are imported when using the gl_compat...clayjohn2023-01-131-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add path to functions that return iporter optionsreduz2021-11-141-2/+2
* Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-6/+0
* New lightmapperJuan Linietsky2020-05-101-1/+1
* Style: Add missing copyright headersRémi Verschelde2020-05-101-0/+30
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-0/+90