summaryrefslogtreecommitdiffstats
path: root/scene/3d/occluder_instance_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* Remove empty bind_methods()kobewi2024-08-151-3/+0
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-2/+2
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-1/+1
* Move 3D-only resources to their own folderAaron Franke2024-02-261-1/+1
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Extract editor scene tabs into their own componentYuri Sizov2023-08-241-1/+1
* Unify and streamline connecting to Resource changeskobewi2023-07-171-3/+2
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-1/+1
* meshoptimizer: Sync with upstream commit 4a287848fRémi Verschelde2023-01-311-2/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #69972 from adamscott/add-server-checks-before-freeRémi Verschelde2023-01-031-0/+1
|\
| * Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
* | Fix usages of mesh simplification functions in float=64 buildsMarc Gilleron2022-11-121-2/+12
|/
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Replace Vector2(i) with Size2(i) for methods returning a sizeJohan Aires Rastén2022-09-011-4/+4
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Add suffixes to all nodes and resourcesFireForge2022-06-111-4/+4
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-5/+5
* Discern between virtual and abstract class bindingsreduz2022-03-101-4/+0
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-2/+0
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-2/+4
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Improvements and fixes to occludersjfons2022-02-071-82/+466
* 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
* Remove outdated comments related to the 20-layer editor limitationHugo Locurcio2021-11-181-3/+0
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-2/+2
* Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-121-10/+14
* Node3D gizmo improvementsjfons2021-07-231-2/+2
* Add node configuration warnings to OccluderInstance3DHugo Locurcio2021-07-071-0/+28
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
* Implement occlusion cullingjfons2021-04-231-0/+335