summaryrefslogtreecommitdiffstats
path: root/modules/csg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde2018-10-042-2/+2
* Fix some more warnings reported by CIRémi Verschelde2018-10-031-1/+1
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-5/+5
|\
| * Misc. typosluz.paz2018-09-121-5/+5
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-122-12/+12
|/
* Fix to make CSGBox the size that is entered in Width, Height and Depth instea...jmf2018-08-282-10/+10
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-4/+0
* [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-111-1/+1
* New gizmo structure and new gizmo disabling menuJFonS2018-08-092-42/+59
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-263-53/+53
* Added some documentation for the CSG nodesBastiaan Olij2018-07-199-25/+69
* Added path_local and path_continious_u properties to CSGPolygonBastiaan Olij2018-07-073-8/+109
* Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-1/+1
* Fix CSG issues when reparenting shape nodes.Benjamin2018-06-101-0/+9
* Style: Apply clang-format (5.0) to some missed filesRémi Verschelde2018-05-311-3/+1
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
* Add missing copyright headersGuilherme Felipe2018-05-166-0/+180
* Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-161-9/+9
* Sync classref with current sourceRémi Verschelde2018-05-1210-0/+263
* Fix some enums missing its bindMarcelo Fernandez2018-05-081-3/+3
* updated OAHashMap to use robinhood hashingkarroffel2018-05-033-4/+4
* Add poly triangulation order check, ensures faces do not flip on different orderJuan Linietsky2018-04-281-27/+33
* -Changed how operators work, any shape can operate on any otherJuan Linietsky2018-04-283-131/+105
* Avoid CSG freeze condition on degeneratesJuan Linietsky2018-04-281-0/+3
* Do not crash if the polygon is invalidJuan Linietsky2018-04-281-0/+3
* Reduce false positives in interior detection by adding a small offset to rayc...Juan Linietsky2018-04-281-1/+1
* CSG Support for Godot!Juan Linietsky2018-04-2710-0/+4643