summaryrefslogtreecommitdiffstats
path: root/modules/csg/csg_shape.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed CSG debug collision shapes being visible in editor. Also undid an old, ...Zi Ye2024-09-091-6/+1
* Merge pull request #93252 from smix8/csg_bakeRémi Verschelde2024-08-191-17/+44
|\
| * Add CSG options to bake to static mesh and collision shapesmix82024-06-191-17/+44
* | Fix CSGShape3D's _mesh_changed thread unsafe call to update_gizmosjsjtxietian2024-07-301-1/+2
|/
* Make CSG shape dirty after changing Snap, update doc312024-06-161-0/+5
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+3
* Merge pull request #85455 from xiongyaohua/fix_CSGPolygon_not_following_Path3DRémi Verschelde2024-02-151-0/+2
|\
| * Path3D notify transform change to CSGPolygonYaohua Xiong2024-01-081-0/+2
* | Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* | Update deferred calls to use Callableskobewi2024-01-091-2/+2
|/
* Merge pull request #80326 from MewPurPur/no-exp-with-zeroRémi Verschelde2023-12-041-1/+1
|\
| * Remove exp hint of a few propertiesMewPurPur2023-08-061-1/+1
* | Fix CSGShape debug_collision_shape crashsmix82023-11-021-1/+3
* | Hide CSGShape's debug_collision_shape when it is invisiblejsjtxietian2023-10-301-0/+5
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
* | Make CSGShape follow curve's tilt in Path modepidogs2023-08-171-2/+2
|/
* Unify and streamline connecting to Resource changeskobewi2023-07-171-2/+2
* Fix CSGPolygon3D in path mode disappearing at runtime.Evan Todd2023-05-151-1/+1
* Add debug collision shape to CSG with collisionRicardo Buring2023-05-031-0/+40
* Fix CSG edge case causing intersection line to hit on common edge of 2 trian...K. S. Ernest (iFire) Lee2023-04-271-1/+1
* Add compatibility code for CSGBox3D width/height/depth from Godot 3.xDESKTOP-9O27V4U\Navi2023-02-131-0/+24
* Don't generate CSGPolygon3D shape before the assigned path is inside treeMinusKube2023-01-311-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-55/+55
* Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio2022-08-301-8/+8
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-2/+2
* Merge pull request #64339 from YuriSizov/core-multilevel-validate-propertyRémi Verschelde2022-08-221-15/+12
|\
| * Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-15/+12
* | Merge pull request #64343 from TokageItLab/priority-phRémi Verschelde2022-08-221-0/+17
|\ \ | |/ |/|
| * Add collision weight to PhysicsBody for penetrations must be avoidedSilc Renew2022-08-181-0/+17
* | Remove unintentional PROPERTY_USAGE_INTERNALRedMser2022-08-181-1/+1
|/
* rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller2022-07-161-3/+3
* Add suffixes to all nodes and resourcesFireForge2022-06-111-3/+3
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-6/+6
* Rename `CSGPrimitive3D.invert_faces` to `flip_faces`hoontee2022-05-061-18/+18
* Decrease default sizes of some primitive and CSG meshes for consistencyHugo Locurcio2022-04-271-1/+1
* Prevent non-smoothed face normals to participate to smoothed face normalsMythTitans2022-03-111-9/+11
* Fix normals computation at the 'seam' of smoothed torus shapeMythTitans2022-03-111-0/+6
* Discern between virtual and abstract class bindingsreduz2022-03-101-4/+0
* Revert #52647hoontee2022-03-091-1/+1
* Add SNAME macro optimization missed during rebasehoontee2022-03-091-1/+1
* Properly handle CSGShape parent and visibility updates, plus some refactoringhoontee2022-03-081-58/+74
* Fix normals computation at the 'seam' of smoothed sphere and cylinder shapesMythTitans2022-02-161-0/+7
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-47/+49
* Improve the default size for 3D shapes (Box, Capsule, and Cylinder)Aaron Franke2022-02-011-4/+4
* Improve CSGPolygon3D documentationHugo Locurcio2022-01-211-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix various typosluz paz2022-01-021-1/+1
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-2/+2
* Refactored Node3D rotation modesreduz2021-10-251-0/+1