summaryrefslogtreecommitdiffstats
path: root/modules/csg
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrlupoDharkael2020-04-021-26/+26
* Merge pull request #37436 from akien-mga/doc-node-renamesRémi Verschelde2020-03-3012-49/+40
|\
| * doc: Update classref with node renamesRémi Verschelde2020-03-3012-49/+40
* | Fix another batch of -Wmaybe-uninitialized warningsRémi Verschelde2020-03-301-8/+4
* | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-2/+5
|/
* Renaming of servers for coherency.Juan Linietsky2020-03-271-14/+14
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-1/+1
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-2713-375/+384
* Fix various -Wmaybe-uninitialized (#37352).Martin Liska2020-03-271-2/+2
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-174-11/+11
* Fix various typosluz.paz2020-03-111-3/+3
* Fix missing module editor iconsAndrii Doroshenko (Xrayez)2020-03-088-0/+0
* Merge pull request #36422 from madmiraal/fix-csgRémi Verschelde2020-02-292-1179/+1096
|\
| * Fix multiple issues with CSG module.Marcel Admiraal2020-02-212-1179/+1096
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-13/+8
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-12/+12
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-8/+8
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-185-117/+111
* Modernized default 3D material, fixes material bugs.Juan Linietsky2020-02-111-6/+6
* Update docs to version 4.0clayjohn2020-01-319-9/+9
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-269-9/+9
* Finish documenting CSG* and *probesclayjohn2020-01-233-1/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-018-16/+16
* Replace vector == and is_zero_approx(distance) with is_equal_approxAaron Franke2019-10-141-5/+5
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-2/+2
|\
| * Added some obvious errors explanationsqarmin2019-09-251-2/+2
* | Merge pull request #30497 from Calinou/editor-gizmos-change-notifyRémi Verschelde2019-09-231-0/+8
|\ \
| * | Notify changes in properties that can be edited by 3D gizmosHugo Locurcio2019-07-101-0/+8
* | | Merge pull request #32275 from godotengine/skin_supportRémi Verschelde2019-09-231-1/+1
|\ \ \
| * | | Added skin support and simplified APIs to override bone position.Juan Linietsky2019-09-181-1/+1
| | |/ | |/|
* / | Fix misc. source comment typosluz.paz2019-09-191-1/+1
|/ /
* | Replace is_zero_approx(A.distance_to(B)) with A==BPaul Trojahn2019-08-191-5/+5
* | 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