summaryrefslogtreecommitdiffstats
path: root/servers/rendering/shader_warnings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Warn users when assigning VERTEX directly to POSITION due to compatibility br...clayjohn2024-04-121-0/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Add translation links to shader errorsYuri Roubinsky2022-01-191-8/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add a shader warning when the uniform buffer limit is exceededYuri Roubinsky2022-01-031-2/+10
* Allow using empty statements in the shader, added formatting warningYuri Roubinsky2021-12-011-0/+4
* Use range iterators for `Map`Lightning_A2021-09-301-4/+4
* Added a shader warning about unused local variable Yuri Roubinsky2021-06-291-0/+4
* Basic warning support implementation for the Godot Shading Language.Yuri Roubinsky2021-05-221-0/+131