summaryrefslogtreecommitdiffstats
path: root/scene/3d/decal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hide more options of disabled propertiesMichael Alexsander2021-03-031-2/+0
* Hide extra options from various nodes if they're not enabledMichael Alexsander2021-03-021-0/+9
* Removed _change_notifyreduz2021-02-101-1/+0
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-12/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+11
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
* Fix texture check in decal setupclayjohn2020-04-151-6/+6
* Change DecalTexture bind from BIND_CONSTANT to BIND_ENUM_CONSTANTNutmegStudio2020-04-151-5/+5
* Implement decalsJuan Linietsky2020-04-141-0/+235