summaryrefslogtreecommitdiffstats
path: root/scene/3d/decal.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-1/+1
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-1/+1
* Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-311-3/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-1/+1
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
* Tweak Decal distance fade defaults and add property hintsHugo Locurcio2022-07-271-2/+2
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix some unnecessary includesAaron Franke2021-08-131-2/+0
* Use real_t in 3D nodesAaron Franke2021-08-031-21/+21
* Add node configuration warnings for the Decal nodeHugo Locurcio2021-07-131-0/+2
* Hide more options of disabled propertiesMichael Alexsander2021-03-031-4/+1
* Hide extra options from various nodes if they're not enabledMichael Alexsander2021-03-021-0/+4
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-11/+11
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Fix texture check in decal setupclayjohn2020-04-151-3/+3
* Implement decalsJuan Linietsky2020-04-141-0/+114