summaryrefslogtreecommitdiffstats
path: root/core/math/basis.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-121-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Improve argument names for core typesAaron Franke2020-12-071-6/+6
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Remove redundant is_equal_approx_ratio methodAaron Franke2020-09-231-15/+6
* Addition of SDFGI for open world global illuminationJuan Linietsky2020-06-261-1/+1
* - Added more euler rotation orders support.Andrea Catania2020-06-121-16/+198
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-11/+20
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-33/+0
* New lightmapperJuan Linietsky2020-05-101-0/+111
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Remove unnecessary check for zero determinant in Basis::orthonormalize().Marcel Admiraal2020-04-141-4/+0
* Modified rendering to use cluster instead of fowardJuan Linietsky2020-02-111-0/+12
* Add explanations for errors related to Vector/Quat normalizationHugo Locurcio2020-01-241-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-6/+6
* Make is_equal_approx separate for structuresAaron Franke2019-10-141-14/+7
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+1
* Use reference to constant in functionsqarmin2019-07-101-1/+1
* Optimize Basis constructor for Axis AngleAaron Franke2019-05-171-11/+18
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-2/+2
* Some improvements to is_equal_approx, restored Quat operator.Juan Linietsky2019-04-011-6/+20
* Remove setting that caused is_inside_tree() errors on doppler tracking enabled.Juan Linietsky2019-02-261-8/+2
* Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky2019-02-251-28/+46
* [Core] Transform2D add set_scale and fix set_rotationAaron Franke2019-02-121-2/+2
* [Core] Rename Matrix3 file to BasisAaron Franke2019-02-091-0/+848