summaryrefslogtreecommitdiff
path: root/modules/csg
AgeCommit message (Expand)Author
2023-02-13Add compatibility code for CSGBox3D width/height/depth from Godot 3.xDESKTOP-9O27V4U\Navi
2023-01-31Don't generate CSGPolygon3D shape before the assigned path is inside treeMinusKube
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-24Document `collision_priority` in the CSGShape3D classHugo Locurcio
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-04Rename remaining "Spatial" in Plugins to "Node3D"Micky
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-09-23Remove unused includes & move some includes to top of fileAndy Maloney
2022-08-30Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio
2022-08-26Rename `str2var` to `str_to_var` and similarMicky
2022-08-22Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDORémi Verschelde
2022-08-22Merge pull request #64339 from YuriSizov/core-multilevel-validate-propertyRémi Verschelde
2022-08-22Add per-scene UndoRedokobewi
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-22Merge pull request #64343 from TokageItLab/priority-phRémi Verschelde
2022-08-18Remove unintentional PROPERTY_USAGE_INTERNALRedMser
2022-08-18Add collision weight to PhysicsBody for penetrations must be avoidedSilc Renew
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-08-05Make "Godot source files" comment consistent in modulesAaron Franke
2022-08-04Fix some array size function definition mismatch.Fabio Alessandrelli
2022-07-16rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller
2022-06-20Clean up Hash Functionsreduz
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-05-20Merge pull request #61213 from timothyqiu/csg-crashRémi Verschelde
2022-05-20Fix editor crash when opening scene with CSGMeshHaoyu Qiu
2022-05-19Use suffixes for units in nodes and resourcesAaron Franke
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-10Fix warnings found by Emscripten 3.1.10Rémi Verschelde
2022-05-06Rename `CSGPrimitive3D.invert_faces` to `flip_faces`hoontee
2022-05-04Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde
2022-05-04Refactor module initializationreduz
2022-05-03Rename Basis get_axis to get_column, remove redundant methodsAaron Franke
2022-04-27Decrease default sizes of some primitive and CSG meshes for consistencyHugo Locurcio
2022-04-06Fix CSG gizmos only working on root shapesEeli Reilin
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-28Modules: Don't build editor-specific classes in templatesRémi Verschelde
2022-03-11Prevent non-smoothed face normals to participate to smoothed face normalsMythTitans
2022-03-11Fix normals computation at the 'seam' of smoothed torus shapeMythTitans
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-03-09Revert #52647hoontee
2022-03-09Add SNAME macro optimization missed during rebasehoontee
2022-03-08Properly handle CSGShape parent and visibility updates, plus some refactoringhoontee
2022-02-16Fix normals computation at the 'seam' of smoothed sphere and cylinder shapesMythTitans
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-15Merge pull request #35679 from Calinou/doc-add-xml-schemaRémi Verschelde
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-14Remove the EditorNode parameter from EditorPlugins create methodstrollodel
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker