summaryrefslogtreecommitdiff
path: root/scene/3d/occluder_instance_3d.cpp
AgeCommit message (Expand)Author
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-03-28String: Remove TTR and DTR defines in non-tools buildRémi Verschelde
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-07Improvements and fixes to occludersjfons
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-18Remove outdated comments related to the 20-layer editor limitationHugo Locurcio
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-08-12Uniformize layer names, script methods and documentationPouleyKetchoupp
2021-07-23Node3D gizmo improvementsjfons
2021-07-07Add node configuration warnings to OccluderInstance3DHugo Locurcio
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-04-23Implement occlusion cullingjfons