summaryrefslogtreecommitdiffstats
path: root/modules/csg/csg_shape.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-2/+2
|\
| * Added some obvious errors explanationsqarmin2019-09-251-2/+2
* | Notify changes in properties that can be edited by 3D gizmosHugo Locurcio2019-07-101-0/+8
|/
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-4/+4
* Improve the CSG shape gizmo drawingHugo Locurcio2019-07-051-0/+1
* Fix always true/false valuesqarmin2019-06-201-5/+3
* Resolve: #24682 CSGPolygon - weird end capJason2019-05-171-0/+3
* CSGMesh material and CSGShape inherits from GeometryInstanceLeonard Meagher2019-04-111-1/+23
* Apply proper offset to CSGMesh material and smooth groupLeonard2019-03-251-4/+4
* Fix CSGShape not updating on changing visibilityAndrii Doroshenko (Xrayez)2019-02-101-0/+7
* Make CSG Shape work with GIProbe, fixes #20465Juan Linietsky2019-01-271-0/+14
* Fix some errors found by static analysisRémi Verschelde2019-01-161-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add support for collision layers and masks in CSG shapesmeditator2018-12-151-9/+90
* Reverse bitangent on everythings to ensure default normal map behavriour is c...Bastiaan Olij2018-12-081-12/+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-171-3/+124
* 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
* Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde2018-10-041-1/+1
* Fix to make CSGBox the size that is entered in Width, Height and Depth instea...jmf2018-08-281-4/+4
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-4/+0
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-14/+14
* Added path_local and path_continious_u properties to CSGPolygonBastiaan Olij2018-07-071-8/+70
* 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
* Add missing copyright headersGuilherme Felipe2018-05-161-0/+30
* Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-161-9/+9
* Fix some enums missing its bindMarcelo Fernandez2018-05-081-3/+3
* updated OAHashMap to use robinhood hashingkarroffel2018-05-031-2/+2
* 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-281-112/+76
* Do not crash if the polygon is invalidJuan Linietsky2018-04-281-0/+3
* CSG Support for Godot!Juan Linietsky2018-04-271-0/+2152