summaryrefslogtreecommitdiffstats
path: root/modules/csg/csg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace vector == and is_zero_approx(distance) with is_equal_approxAaron Franke2019-10-141-5/+5
* 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
* Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde2019-06-201-4/+4
|\
| * Fix always true/false valuesqarmin2019-06-201-4/+4
* | Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
|/
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Use approximate equallity methods in many placesAaron Franke2019-04-251-5/+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-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Remove redundant "== true" codeAaron Franke2018-10-061-1/+1
* Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde2018-10-041-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-121-4/+4
|/
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-37/+37
* Add missing copyright headersGuilherme Felipe2018-05-161-0/+30
* updated OAHashMap to use robinhood hashingkarroffel2018-05-031-1/+1
* -Changed how operators work, any shape can operate on any otherJuan Linietsky2018-04-281-4/+17
* Avoid CSG freeze condition on degeneratesJuan 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-271-0/+1472