summaryrefslogtreecommitdiffstats
path: root/modules/csg
Commit message (Expand)AuthorAgeFilesLines
...
* Add compatibility code for CSGBox3D width/height/depth from Godot 3.xDESKTOP-9O27V4U\Navi2023-02-132-0/+28
* Don't generate CSGPolygon3D shape before the assigned path is inside treeMinusKube2023-01-311-2/+2
* Add EditorUndoRedoManager singletonkobewi2023-01-161-4/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-058-232/+232
* Document `collision_priority` in the CSGShape3D classHugo Locurcio2022-10-241-2/+3
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-55/+55
* Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-5/+5
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* Remove unused includes & move some includes to top of fileAndy Maloney2022-09-231-1/+0
* 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 #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDORémi Verschelde2022-08-221-4/+6
|\
| * Add per-scene UndoRedokobewi2022-08-221-4/+6
* | Merge pull request #64339 from YuriSizov/core-multilevel-validate-propertyRémi Verschelde2022-08-222-17/+14
|\ \ | |/ |/|
| * Make `_validate_property` a multilevel methodYuri Sizov2022-08-222-17/+14
* | Merge pull request #64343 from TokageItLab/priority-phRémi Verschelde2022-08-223-0/+23
|\ \ | |/ |/|
| * Add collision weight to PhysicsBody for penetrations must be avoidedSilc Renew2022-08-183-0/+23
* | Remove unintentional PROPERTY_USAGE_INTERNALRedMser2022-08-181-1/+1
|/
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-6/+6
* Make "Godot source files" comment consistent in modulesAaron Franke2022-08-051-2/+1
* Fix some array size function definition mismatch.Fabio Alessandrelli2022-08-041-1/+1
* rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller2022-07-161-3/+3
* Clean up Hash Functionsreduz2022-06-202-6/+6
* Add suffixes to all nodes and resourcesFireForge2022-06-111-3/+3
* Merge pull request #61213 from timothyqiu/csg-crashRémi Verschelde2022-05-201-3/+5
|\
| * Fix editor crash when opening scene with CSGMeshHaoyu Qiu2022-05-201-3/+5
* | Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-6/+6
|/
* Replace most uses of Map by HashMapreduz2022-05-162-8/+8
* Fix warnings found by Emscripten 3.1.10Rémi Verschelde2022-05-101-4/+3
* Rename `CSGPrimitive3D.invert_faces` to `flip_faces`hoontee2022-05-064-26/+26
* Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde2022-05-042-15/+23
|\
| * Refactor module initializationreduz2022-05-042-15/+23
* | Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-3/+3
* | Decrease default sizes of some primitive and CSG meshes for consistencyHugo Locurcio2022-04-272-2/+2
|/
* Fix CSG gizmos only working on root shapesEeli Reilin2022-04-061-8/+6
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Modules: Don't build editor-specific classes in templatesRémi Verschelde2022-03-284-5/+20
* 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-103-7/+2
* 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-082-60/+78
* 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
* Merge pull request #35679 from Calinou/doc-add-xml-schemaRémi Verschelde2022-02-159-9/+9
|\
| * Add an XML schema for documentationHugo Locurcio2022-02-159-9/+9
* | Remove the EditorNode parameter from EditorPlugins create methodstrollodel2022-02-142-2/+2
* | Remove most EditorNode constructor parameters and fieldstrollodel2022-02-142-2/+2
|/
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2