summaryrefslogtreecommitdiffstats
path: root/modules/csg/csg.h
Commit message (Expand)AuthorAgeFilesLines
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-2/+2
* Fix CSG edge case causing intersection line to hit on common edge of 2 trian...K. S. Ernest (iFire) Lee2023-04-271-1/+12
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove unused includes & move some includes to top of fileAndy Maloney2022-09-231-1/+0
* Clean up Hash Functionsreduz2022-06-201-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-5/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fixed a typo in csg moduleM. Huri2021-10-121-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* Rename files and the exposed name for Transform3DAaron Franke2021-06-031-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-3/+3
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-16/+16
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-5/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Fix multiple issues with CSG module.Marcel Admiraal2020-02-211-98/+60
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-8/+8
* [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-111-1/+1
* Add missing copyright headersGuilherme Felipe2018-05-161-0/+30
* updated OAHashMap to use robinhood hashingkarroffel2018-05-031-1/+1
* CSG Support for Godot!Juan Linietsky2018-04-271-0/+206