summaryrefslogtreecommitdiff
path: root/core/ustring.cpp
AgeCommit message (Expand)Author
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-20Encodes property names properly in project.godotHaoyu Qiu
2019-12-18Fix build warning in ustring.cpp on Windows/MSVC platformYuri Roubinsky
2019-12-16Fixed issues with using a relative path in the export window.Catchawink
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-11-08Fix MinGW/clang/LLD/UCRT build.bruvzg
2019-11-07Fix #24137 Different number of leading zeros on MINGW printf("%lg")Jamie Pate
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-10-04Remove redundant condition in `String::_humanize_digits()`Hugo Locurcio
2019-10-04Bind the `String::humanize_size` methodAndrii Doroshenko (Xrayez)
2019-09-24Merge pull request #31883 from aole/create-string-function-repeatRémi Verschelde
2019-09-23Merge pull request #32273 from Calinou/humanize-size-fix-i18nRémi Verschelde
2019-09-23Fix i18n in `String::humanize_size()`Hugo Locurcio
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-09-05Improve the `String::humanize_size()` methodHugo Locurcio
2019-09-03Create a GDScript String function repeatBhupendra Aole
2019-08-24Add forgotten pointer checkingqarmin
2019-08-23Merge pull request #31513 from qarmin/int_overflowRémi Verschelde
2019-08-22Prevent int overflow and underflowqarmin
2019-08-19Move CryptoCore to it's own folder.Fabio Alessandrelli
2019-07-23Added count method to StringChaosus
2019-07-08Add NULL-terminator the string passed to strtol.Fabio Alessandrelli
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-07-03Add sha1 functions to string (using new CryptoCore)Fabio Alessandrelli
2019-07-02CryptoCore class to access to base crypto utils.Fabio Alessandrelli
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Merge pull request #28648 from KoBeWi/substr-1Rémi Verschelde
2019-06-12Merge pull request #29616 from Calinou/humanize-size-clearer-roundingRémi Verschelde
2019-06-12Merge pull request #29615 from Calinou/fix-editor-monitor-large-sizesRémi Verschelde
2019-06-12Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde
2019-06-08Make humanized size rounding clearer by padding decimals with zeroesHugo Locurcio
2019-06-08Fix display of large sizes in the editor monitorsHugo Locurcio
2019-06-03Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin
2019-05-31Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde
2019-05-03Make second parameter of substr optionalTomasz Chabora
2019-04-25Support for binary literals in GDScript. Added an error that shows if a point...jude-lafitteIII
2019-04-22fixed an access after free in OS_X11::set_context.Ibrahn Sahir
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
2019-02-22Don't crash when parse_utf8 receives a NULL pointerHein-Pieter van Braam
2019-02-21Fix warnings seen with -Wignored-qualifiers.marxin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-20Fix wrong bounds check in String::rightlupoDharkael
2019-01-07Repair String lstrip and rstrip.Ibrahn Sahir
2019-01-04Merge pull request #21708 from hpvb/fix-21242v2Hein-Pieter van Braam
2019-01-04String[size()] should return a default constructed CharTypeHein-Pieter van Braam
2019-01-04Merge pull request #24585 from Xrayez/fix-crash-hex-numberRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-24Fix crash when checking empty string for valid hex numberAndrii Doroshenko (Xrayez)