summaryrefslogtreecommitdiff
path: root/modules/csg/csg_shape.h
AgeCommit message (Expand)Author
2023-02-13Add compatibility code for CSGBox3D width/height/depth from Godot 3.xDESKTOP-9O27V4U\Navi
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-08-22Merge pull request #64339 from YuriSizov/core-multilevel-validate-propertyRémi Verschelde
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-18Add collision weight to PhysicsBody for penetrations must be avoidedSilc Renew
2022-06-20Clean up Hash Functionsreduz
2022-05-06Rename `CSGPrimitive3D.invert_faces` to `flip_faces`hoontee
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-03-08Properly handle CSGShape parent and visibility updates, plus some refactoringhoontee
2022-02-01Improve the default size for 3D shapes (Box, Capsule, and Cylinder)Aaron Franke
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-27CSGPolygon fixes and features: Angle simplification, UV tiling distance, inte...jitspoe
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-08-09Some work on double supportAaron Franke
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-08Use Vector3 instead of 3 floats for CSGBox3D dimensionsMarcel Admiraal
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-13Take CSG into account for nav-mesh generationjfons
2019-04-11CSGMesh material and CSGShape inherits from GeometryInstanceLeonard Meagher
2019-01-27Make CSG Shape work with GIProbe, fixes #20465Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-15Add support for collision layers and masks in CSG shapesmeditator
2018-12-08Reverse bitangent on everythings to ensure default normal map behavriour is c...Bastiaan Olij
2018-11-17Adding mikkt tangent support to CSG objectsBastiaan Olij
2018-07-07Added path_local and path_continious_u properties to CSGPolygonBastiaan Olij
2018-05-16Add missing copyright headersGuilherme Felipe
2018-04-28-Changed how operators work, any shape can operate on any otherJuan Linietsky
2018-04-27CSG Support for Godot!Juan Linietsky