Rémi Verschelde
|
80b82e4e66
i18n: Misc fixes translation strings
|
3 years ago |
Hayden
|
6d867b6d13
Make parser treat all exponent literals as float
|
3 years ago |
Hayden Leete
|
61cd26be28
Added hex and bin literal support to Expression parser
|
3 years ago |
Rémi Verschelde
|
a627cdafc5
Update copyright statements to 2022
|
3 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
64a63e0861
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
c8859f0463
Fix typos with codespell
|
4 years ago |
ntfs.hard
|
a822d1f133
Fix for Expression class: inner string can be single quoted
|
5 years ago |
Rémi Verschelde
|
105b7468b1
Expression: Fix parsing integers as 32-bit
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Danil Alexeev
|
134755ebcf
Add ord() function to Expression class
|
5 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
Rémi Verschelde
|
60efd67034
Merge pull request #30693 from Chaosus/lerp_angle
|
6 years ago |
Rémi Verschelde
|
d15cf7b672
Merge pull request #30576 from qarmin/lgtm_coverage
|
6 years ago |
Chaosus
|
6694c119d0
Added lerp_angles built-in function
|
6 years ago |
qarmin
|
6cbaf7662f
Changed some code showed in LGTM and Coverage
|
6 years ago |
Aaron Franke
|
a60f242982
Add integer posmod and rename default arg names
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
Giacom
|
c00427add3
Added move_toward functions for float, Vector2 and Vector3
|
6 years ago |
Aaron Franke
|
620ec4703f
Make "decimal" functions more consistent
|
6 years ago |
Rémi Verschelde
|
c8994b56f9
Style: Apply new changes from clang-format 8.0
|
6 years ago |
Rémi Verschelde
|
d211aff777
Merge pull request #27231 from Chaosus/smoothstep
|
6 years ago |
Chaosus
|
514a3fb96a
Added smoothstep built-in function
|
6 years ago |
Fabio Alessandrelli
|
393e62b98a
Add object encoding param to serialization methods
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Wilson E. Alvarez
|
08f22f1cf0
Moved member variables to initializer list
|
6 years ago |