summaryrefslogtreecommitdiffstats
path: root/modules/csg
Commit message (Expand)AuthorAgeFilesLines
* doc: Sync classref with current sourceRémi Verschelde2019-07-156-7/+7
* DOC: Fix spellingRemi Rampin2019-07-061-1/+1
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-4/+4
* Improve the CSG shape gizmo drawingHugo Locurcio2019-07-052-3/+50
* Implement snapping in the CSG gizmos and 3D polygon editorHugo Locurcio2019-07-021-0/+14
* doc: Remove null default values that can't be determinedRémi Verschelde2019-06-301-8/+8
* doc: Add default values to all propertiesRémi Verschelde2019-06-308-43/+43
* Add support for creating editor icons per moduleAndrii Doroshenko (Xrayez)2019-06-288-0/+50
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde2019-06-202-9/+7
|\
| * Fix always true/false valuesqarmin2019-06-202-9/+7
* | Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-192-9/+11
* | Take CSG into account for nav-mesh generationjfons2019-06-131-1/+1
* | Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
|/
* Merge pull request #28965 from jkirsons/csgpolygon-weird-end-capRémi Verschelde2019-05-201-0/+3
|\
| * Resolve: #24682 CSGPolygon - weird end capJason2019-05-171-0/+3
* | Fix typos with codespellRémi Verschelde2019-05-191-1/+1
|/
* Use approximate equallity methods in many placesAaron Franke2019-04-251-5/+5
* Added inspector plugin documentation.Juan Linietsky2019-04-232-1/+3
* Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde2019-04-225-8/+8
|\
| * Consistently wrap booleans in [code]Tomasz Chabora2019-04-175-8/+8
* | Merge pull request #27940 from LeonardMeagher2/fix_csgshape_geometryinstanceRémi Verschelde2019-04-212-3/+29
|\ \
| * | CSGMesh material and CSGShape inherits from GeometryInstanceLeonard Meagher2019-04-112-3/+29
| |/
* / doc: Drop unused <demos> tagRémi Verschelde2019-04-199-18/+0
|/
* Merge pull request #27430 from LeonardMeagher2/csg_get_mesh_dataRémi Verschelde2019-04-011-4/+4
|\
| * Apply proper offset to CSGMesh material and smooth groupLeonard2019-03-251-4/+4
* | doc: Bump version to 3.2Rémi Verschelde2019-04-019-9/+9
|/
* Add priority to gizmos and fix small issuesJFonS2019-03-122-0/+5
* Fix CSG crash, closes #26281Juan Linietsky2019-03-011-2/+4
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-6/+6
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-122-2/+2
* Fix CSGShape not updating on changing visibilityAndrii Doroshenko (Xrayez)2019-02-101-0/+7
* doc: Sync classref with current sourceRémi Verschelde2019-02-101-0/+6
* Make CSG Shape work with GIProbe, fixes #20465Juan Linietsky2019-01-272-0/+16
* Fix some errors found by static analysisRémi Verschelde2019-01-161-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-018-16/+16
* Merge pull request #24506 from JFonS/expose_gizmosRémi Verschelde2018-12-301-1/+1
|\
| * Expose the new gizmo plugin system to scriptingJFonS2018-12-211-1/+1
* | doc: Sync classref with current sourceRémi Verschelde2018-12-151-16/+15
* | Add support for collision layers and masks in CSG shapesmeditator2018-12-153-9/+153
* | doc: Grammar and punctuation fixes for CSGMesh and CSGCombinercorrigentia2018-12-142-2/+2
* | Reverse bitangent on everythings to ensure default normal map behavriour is c...Bastiaan Olij2018-12-082-13/+1
* | Fix csgshape collider without object idAron Castro2018-12-031-0/+2
* | Merge pull request #23760 from BastiaanOlij/fix_tangent_directionRémi Verschelde2018-11-201-8/+6
|\ \
| * | Fixing tangent and binormal logicBastiaan Olij2018-11-191-8/+6
* | | Adding UVs on end capsBastiaan Olij2018-11-191-3/+34
|/ /
* | Adding mikkt tangent support to CSG objectsBastiaan Olij2018-11-173-3/+145
* | Fix CSG shape generation with meshes without indices, fixes #23364Juan Linietsky2018-11-011-2/+2
|/
* Added a fail condition to prevent a crashJean-François Michaud2018-10-151-0/+5
* Remove redundant "== true" codeAaron Franke2018-10-061-1/+1