summaryrefslogtreecommitdiff
path: root/modules/csg/csg_shape.cpp
AgeCommit message (Expand)Author
2021-08-12Merge pull request #51532 from nekomatata/layer-mask-accessorsRémi Verschelde
2021-08-12Uniformize layer names, script methods and documentationPouleyKetchoupp
2021-08-12Fix multiple issues with CSGPolygonMarcel Admiraal
2021-07-26Fix CSGSphere3D mesh creationAaron Franke
2021-07-23Node3D gizmo improvementsjfons
2021-07-21Use is_equal_approx in more placesAaron Franke
2021-07-18Optimize StringName usagereduz
2021-07-04Allow using ORMMaterial3D by using BaseMaterial3D as a resource hintHugo Locurcio
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-29Fix UV mapping on CSGSphereMarcel Admiraal
2021-05-01Change Path to Path3D in CSGPolygon3Drafallus
2021-04-30Prevent setting too big or too small Collision Mask and LayerRafał Mikrut
2021-04-27Fix CSG Path Polygon cache being removed after connectJohannes Witt
2021-04-25Fix CSGMesh undo not refreshing gizmoMarcel Admiraal
2021-03-21Rename Array.invert() to Array.reverse()Marcel Admiraal
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-10Removed _change_notifyreduz
2021-02-10Make Servers truly Thread Safereduz
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-09Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44183 from madmiraal/box_shape-sizeRémi Verschelde
2020-12-27Merge pull request #44718 from hoontee/fix-44713Rémi Verschelde
2020-12-27Properly handle empty CSGShapeshoontee
2020-12-08Use Vector3 instead of 3 floats for CSGBox3D dimensionsMarcel Admiraal
2020-08-11Merge pull request #40935 from hoontee/master-3Rémi Verschelde
2020-08-11Merge pull request #40919 from hoontee/master-2Rémi Verschelde
2020-08-01Transform CSGShape collision when necessaryhoontee
2020-07-31Properly handle empty CSGCombinershoontee
2020-07-30Ensure CSG parent's _make_dirty() is called when entering a tree.Marcel Admiraal
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-11Fix 'physicsw' may be used uninitialized warning in csg_shape.cppMarcel Admiraal
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-04Merge pull request #37717 from qarmin/world_fixRémi Verschelde
2020-04-28Merge pull request #37163 from madmiraal/fix-csg-normalRémi Verschelde
2020-04-18Change non-existent World to World3Dqarmin
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30Fix another batch of -Wmaybe-uninitialized warningsRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-27Fix various -Wmaybe-uninitialized (#37352).Martin Liska
2020-03-19Fix CSG vertex normal calculation.Marcel Admiraal
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde