Rémi Verschelde
|
362193db6a
String: Use ABS macro in padding code
|
5 жил өмнө |
Maganty Rushyendra
|
6344b75453
Enable zero padding with float specifier for format strings
|
5 жил өмнө |
dankan1890
|
7ccfbd61a4
Fixed String::humanize_size crash.
|
5 жил өмнө |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 жил өмнө |
Haoyu Qiu
|
e7e095da3f
Encodes property names properly in project.godot
|
5 жил өмнө |
Yuri Roubinsky
|
8674655a45
Fix build warning in ustring.cpp on Windows/MSVC platform
|
5 жил өмнө |
Catchawink
|
b2a14042d5
Fixed issues with using a relative path in the export window.
|
5 жил өмнө |
Rafał Mikrut
|
ed1c4bc77d
Removed unused variables, add some constants numbers
|
5 жил өмнө |
Rafał Mikrut
|
99d8626f4a
Fix some overflows and unitialized variables
|
5 жил өмнө |
bruvzg
|
5d6ff7f2a2
Fix MinGW/clang/LLD/UCRT build.
|
6 жил өмнө |
Jamie Pate
|
bdb7adecfb
Fix #24137 Different number of leading zeros on MINGW printf("%lg")
|
6 жил өмнө |
Rafał Mikrut
|
9ddb3265e1
Fix some crashes, overflows and using variables without values
|
6 жил өмнө |
Hugo Locurcio
|
3b8004865d
Remove redundant condition in `String::_humanize_digits()`
|
6 жил өмнө |
Andrii Doroshenko (Xrayez)
|
a0d00c0e99
Bind the `String::humanize_size` method
|
6 жил өмнө |
Rémi Verschelde
|
ef2a7834c9
Merge pull request #31883 from aole/create-string-function-repeat
|
6 жил өмнө |
Rémi Verschelde
|
ed18e3f195
Merge pull request #32273 from Calinou/humanize-size-fix-i18n
|
6 жил өмнө |
Hugo Locurcio
|
a51e8b1ff0
Fix i18n in `String::humanize_size()`
|
6 жил өмнө |
qarmin
|
50be65bf43
Changed some code found by Clang Tidy and Coverity
|
6 жил өмнө |
Hugo Locurcio
|
9a94fe7d26
Improve the `String::humanize_size()` method
|
6 жил өмнө |
Bhupendra Aole
|
073f625a91
Create a GDScript String function repeat
|
6 жил өмнө |
qarmin
|
33c62db7af
Add forgotten pointer checking
|
6 жил өмнө |
Rémi Verschelde
|
3a53e792ef
Merge pull request #31513 from qarmin/int_overflow
|
6 жил өмнө |
qarmin
|
538405f9c7
Prevent int overflow and underflow
|
6 жил өмнө |
Fabio Alessandrelli
|
c19871af6d
Move CryptoCore to it's own folder.
|
6 жил өмнө |
Chaosus
|
080c0bb7fe
Added count method to String
|
6 жил өмнө |
Fabio Alessandrelli
|
2f91e250f6
Add NULL-terminator the string passed to strtol.
|
6 жил өмнө |
qarmin
|
9a77d748c0
Fixes minor issues found by static analyzer
|
6 жил өмнө |
Fabio Alessandrelli
|
6c512e21a9
Add sha1 functions to string (using new CryptoCore)
|
6 жил өмнө |
Fabio Alessandrelli
|
564d93ff10
CryptoCore class to access to base crypto utils.
|
6 жил өмнө |
qarmin
|
3c154eb93b
Remove unnecessary code and add some error explanations
|
6 жил өмнө |