Yuri Roubinsky
|
38fb26794b
Exposed randi_range to global funcs + renamed rand_range to randf_range
|
5 years ago |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 years ago |
Aaron Franke
|
56e2c6c704
Make all String float conversion methods be 64-bit
|
5 years ago |
Rémi Verschelde
|
a8a2769bb6
Merge pull request #38713 from aaronfranke/string-64bit
|
5 years ago |
Aaron Franke
|
bb8aa107fd
Remove 32-bit String to_int method
|
5 years ago |
ntfs.hard
|
ec164b2301
Fix for Expression class: inner string can be single quoted
|
5 years ago |
Rémi Verschelde
|
85220fec01
Style: Remove unnecessary semicolons from `core`
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
Rémi Verschelde
|
69de7ce38c
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rafał Mikrut
|
359bebd8c0
Fix out of bound array access caused by unassigned variable
|
5 years ago |
luz.paz
|
7bf6e5f773
Fix various typos
|
5 years ago |
Rémi Verschelde
|
2f237d181b
Merge pull request #36515 from reduz/packed-array-64-bits
|
5 years ago |
Rémi Verschelde
|
ceba2b6761
Expression: Fix parsing integers as 32-bit
|
5 years ago |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
54ac8eaba6
Remove more deprecated methods and code
|
5 years ago |
Rémi Verschelde
|
bd78b9f445
Remove deprecated decimals builtin
|
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 |