Rémi Verschelde
|
87c80f529f
clang-format: Enable `BreakBeforeTernaryOperators`
|
3 years ago |
Rémi Verschelde
|
42d385b312
clang-format: Disable alignment of operands, too unreliable
|
3 years ago |
lawnjelly
|
0316d50ece
Improve Basis::get_quaternion error message
|
4 years ago |
Aaron Franke
|
1154b6264c
[3.x] Make is_equal_approx have explicit float and double versions
|
4 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
3d15f04668
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
4 years ago |
Rémi Verschelde
|
70ae90e0e8
Core: Drop custom `copymem`/`zeromem` defines
|
4 years ago |
kleonc
|
4d7f642fb3
Improve some argument names for core types
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
188609e5ab
CI: Update to clang-format 11 and apply ternary operator changes
|
4 years ago |
Andrea Catania
|
74d10e766e
- Added more euler rotation orders support.
|
5 years ago |
Marcel Admiraal
|
e869da9665
Remove unnecessary check for zero determinant in Basis::orthonormalize().
|
5 years ago |
Hugo Locurcio
|
a002b93d86
Add explanations for errors related to Vector/Quat normalization
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rafał Mikrut
|
ed1c4bc77d
Removed unused variables, add some constants numbers
|
5 years ago |
Aaron Franke
|
86922ff70b
Make is_equal_approx separate for structures
|
5 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
qarmin
|
01cc7a996b
Use reference to constant in functions
|
6 years ago |
Aaron Franke
|
9ff708f008
Optimize Basis constructor for Axis Angle
|
6 years ago |
Rémi Verschelde
|
c8994b56f9
Style: Apply new changes from clang-format 8.0
|
6 years ago |
Juan Linietsky
|
dee98d3b6d
Some improvements to is_equal_approx, restored Quat operator.
|
6 years ago |
Juan Linietsky
|
3299045988
Remove setting that caused is_inside_tree() errors on doppler tracking enabled.
|
6 years ago |
Juan Linietsky
|
a32b26dfa2
Several fixes to make GLES2 on HTML5 work much better.
|
6 years ago |
Aaron Franke
|
06df7b0963
[Core] Transform2D add set_scale and fix set_rotation
|
6 years ago |
Aaron Franke
|
3f837d5cc5
[Core] Rename Matrix3 file to Basis
|
6 years ago |