summaryrefslogtreecommitdiffstats
path: root/core/math/octree.h
Commit message (Expand)AuthorAgeFilesLines
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-51/+100
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-118/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-42/+17
* Check for empty vectors before trying to access a pointer to the firstMarcel Admiraal2020-05-041-1/+3
* Fixed false positives in the culling system.Kiri Jolly2020-04-291-4/+10
* Replace NULL with nullptrlupoDharkael2020-04-021-26/+26
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+1
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-10/+10
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-6/+6
|/
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-19/+19
* Dead code tells no talesRémi Verschelde2017-08-271-23/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Rename cull_AABB to cull_aabbRémi Verschelde2017-08-161-6/+6
* renamed all Rect3.pos to Rect3.positionalexholly2017-06-091-13/+13
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-524/+463
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-1/+1
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-6/+12
* Type renames:Juan Linietsky2017-01-111-18/+18
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* remove trailing whitespaceHubert Jarosz2016-03-091-203/+203
* Correct octree's AABB intersect test, fixes #3576 and #3253sheepandshepherd2016-02-171-6/+6
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+1461