summaryrefslogtreecommitdiffstats
path: root/editor/shader_globals_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add EditorUndoRedoManager singletonkobewi2023-01-161-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix setting a global shader variable in the project settingsYuri Rubinsky2022-12-051-19/+24
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-2/+2
* Prevent stack overflow when setting a shader global valueYuri Rubinsky2022-11-171-1/+1
* Unify usage of undo_redo in editorkobewi2022-11-021-1/+1
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* Port remaining connections to callable_mpTomasz Chabora2022-09-181-1/+1
* Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-17/+17
* Add per-scene UndoRedokobewi2022-08-221-3/+4
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio2022-07-281-18/+18
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-4/+4
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Add Vector4 to VisualShaderHendrik Brucker2022-04-121-2/+2
* Add property name style toggle to InspectorHaoyu Qiu2022-03-281-1/+1
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-7/+10
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+3
* Optimize include files to improve `shader_language.h` compilation speedYuri Roubinsky2022-01-121-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Merge pull request #50648 from foxydevloper/remove-weird-printsRémi Verschelde2021-07-201-3/+0
|\
| * Remove random prints for some shader actionsfoxydevloper2021-07-191-3/+0
* | Make various strings translatablefoxydevloper2021-07-191-3/+3
|/
* Optimize StringName usagereduz2021-07-181-2/+2
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
* Fix heap-use-after-free in Import Defaults EditorMichael Alexsander2021-02-251-3/+0
* Removed _change_notifyreduz2021-02-101-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+3
* Shader globals bugfixesDavid Sichma2020-10-211-2/+8
* Don't try to compare freed object to nullptrRafał Mikrut2020-10-131-1/+3
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-141-1/+1
* Style: Add missing copyright headersRémi Verschelde2020-05-101-0/+30
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-0/+452