summaryrefslogtreecommitdiff
path: root/modules/csg
AgeCommit message (Expand)Author
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-20Merge pull request #28965 from jkirsons/csgpolygon-weird-end-capRémi Verschelde
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-17Resolve: #24682 CSGPolygon - weird end capJason
2019-04-25Use approximate equallity methods in many placesAaron Franke
2019-04-23Added inspector plugin documentation.Juan Linietsky
2019-04-22Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde
2019-04-21Merge pull request #27940 from LeonardMeagher2/fix_csgshape_geometryinstanceRémi Verschelde
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-17Consistently wrap booleans in [code]Tomasz Chabora
2019-04-11CSGMesh material and CSGShape inherits from GeometryInstanceLeonard Meagher
2019-04-01Merge pull request #27430 from LeonardMeagher2/csg_get_mesh_dataRémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2019-03-25Apply proper offset to CSGMesh material and smooth groupLeonard
2019-03-12Add priority to gizmos and fix small issuesJFonS
2019-03-01Fix CSG crash, closes #26281Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-02-10Fix CSGShape not updating on changing visibilityAndrii Doroshenko (Xrayez)
2019-02-10doc: Sync classref with current sourceRémi Verschelde
2019-01-27Make CSG Shape work with GIProbe, fixes #20465Juan Linietsky
2019-01-16Fix some errors found by static analysisRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-30Merge pull request #24506 from JFonS/expose_gizmosRémi Verschelde
2018-12-21Expose the new gizmo plugin system to scriptingJFonS
2018-12-15doc: Sync classref with current sourceRémi Verschelde
2018-12-15Add support for collision layers and masks in CSG shapesmeditator
2018-12-14doc: Grammar and punctuation fixes for CSGMesh and CSGCombinercorrigentia
2018-12-08Reverse bitangent on everythings to ensure default normal map behavriour is c...Bastiaan Olij
2018-12-03Fix csgshape collider without object idAron Castro
2018-11-20Merge pull request #23760 from BastiaanOlij/fix_tangent_directionRémi Verschelde
2018-11-19Fixing tangent and binormal logicBastiaan Olij
2018-11-19Adding UVs on end capsBastiaan Olij
2018-11-17Adding mikkt tangent support to CSG objectsBastiaan Olij
2018-11-01Fix CSG shape generation with meshes without indices, fixes #23364Juan Linietsky
2018-10-15Added a fail condition to prevent a crashJean-François Michaud
2018-10-06Remove redundant "== true" codeAaron Franke
2018-10-04Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde
2018-10-03Fix some more warnings reported by CIRémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-28Fix to make CSGBox the size that is entered in Width, Height and Depth instea...jmf
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-11[Core] Completely kill math_2d.h, change includesAaron Franke
2018-08-09New gizmo structure and new gizmo disabling menuJFonS
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-19Added some documentation for the CSG nodesBastiaan Olij
2018-07-07Added path_local and path_continious_u properties to CSGPolygonBastiaan Olij
2018-06-27Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky