summaryrefslogtreecommitdiffstats
path: root/scene/3d/occluder_instance_3d.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Remove empty bind_methods()kobewi2024-08-151-1/+0
* Fix invalid inheritance of `OccluderInstance3D`A Thousand Ships2024-06-191-1/+1
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-1/+1
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-1/+1
* 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
* Replace Vector2(i) with Size2(i) for methods returning a sizeJohan Aires Rastén2022-09-011-3/+3
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+0
* Improvements and fixes to occludersjfons2022-02-071-12/+116
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-121-2/+3
* Add node configuration warnings to OccluderInstance3DHugo Locurcio2021-07-071-0/+2
* Implement occlusion cullingjfons2021-04-231-0/+108