summaryrefslogtreecommitdiffstats
path: root/core/ustring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some overflows and unitialized variablesRafał Mikrut2019-11-201-1/+1
* Fix MinGW/clang/LLD/UCRT build.bruvzg2019-11-081-2/+2
* Fix #24137 Different number of leading zeros on MINGW printf("%lg")Jamie Pate2019-11-071-0/+10
* Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-0/+5
* Remove redundant condition in `String::_humanize_digits()`Hugo Locurcio2019-10-041-3/+1
* Bind the `String::humanize_size` methodAndrii Doroshenko (Xrayez)2019-10-041-1/+1
* Merge pull request #31883 from aole/create-string-function-repeatRémi Verschelde2019-09-241-0/+16
|\
| * Create a GDScript String function repeatBhupendra Aole2019-09-031-0/+16
* | Merge pull request #32273 from Calinou/humanize-size-fix-i18nRémi Verschelde2019-09-231-5/+13
|\ \
| * | Fix i18n in `String::humanize_size()`Hugo Locurcio2019-09-231-5/+13
* | | Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-2/+2
|/ /
* / Improve the `String::humanize_size()` methodHugo Locurcio2019-09-051-2/+2
|/
* Add forgotten pointer checkingqarmin2019-08-241-1/+1
* Merge pull request #31513 from qarmin/int_overflowRémi Verschelde2019-08-231-0/+15
|\
| * Prevent int overflow and underflowqarmin2019-08-221-0/+15
* | Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-1/+1
|/
* Added count method to StringChaosus2019-07-231-0/+45
* Add NULL-terminator the string passed to strtol.Fabio Alessandrelli2019-07-081-1/+1
* Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
* Add sha1 functions to string (using new CryptoCore)Fabio Alessandrelli2019-07-031-0/+21
* CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-24/+10
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-6/+0
* Some code changed with Clang-Tidyqarmin2019-06-261-6/+1
* Merge pull request #28648 from KoBeWi/substr-1Rémi Verschelde2019-06-191-0/+3
|\
| * Make second parameter of substr optionalTomasz Chabora2019-05-031-0/+3
* | Merge pull request #29616 from Calinou/humanize-size-clearer-roundingRémi Verschelde2019-06-121-1/+1
|\ \
| * | Make humanized size rounding clearer by padding decimals with zeroesHugo Locurcio2019-06-081-1/+1
* | | Merge pull request #29615 from Calinou/fix-editor-monitor-large-sizesRémi Verschelde2019-06-121-1/+1
|\ \ \
| * | | Fix display of large sizes in the editor monitorsHugo Locurcio2019-06-081-1/+1
| |/ /
* | | Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde2019-06-121-18/+4
|\ \ \ | |/ / |/| |
| * | Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-18/+4
* | | Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde2019-05-311-19/+6
|/ /
* / Support for binary literals in GDScript. Added an error that shows if a point...jude-lafitteIII2019-04-251-0/+39
|/
* fixed an access after free in OS_X11::set_context.Ibrahn Sahir2019-04-221-0/+25
* Add ability to edit editor feature profilesJuan Linietsky2019-04-081-0/+18
* Don't crash when parse_utf8 receives a NULL pointerHein-Pieter van Braam2019-02-221-0/+3
* Fix warnings seen with -Wignored-qualifiers.marxin2019-02-211-1/+1
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-4/+4
* Fix wrong bounds check in String::rightlupoDharkael2019-02-201-4/+4
* Repair String lstrip and rstrip.Ibrahn Sahir2019-01-071-2/+6
* Merge pull request #21708 from hpvb/fix-21242v2Hein-Pieter van Braam2019-01-041-0/+3
|\
| * String[size()] should return a default constructed CharTypeHein-Pieter van Braam2019-01-041-0/+3
* | Merge pull request #24585 from Xrayez/fix-crash-hex-numberRémi Verschelde2019-01-041-1/+4
|\ \ | |/ |/|
| * Fix crash when checking empty string for valid hex numberAndrii Doroshenko (Xrayez)2018-12-241-1/+4
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Reduce String CoWHein-Pieter van Braam2018-12-161-5/+5
* Fix formatting -0.0 by %+f displays +-0.0Poommetee Ketson2018-11-091-1/+1
* Merge pull request #23159 from DavidSichma/string-escapeJuan Linietsky2018-11-011-9/+5
|\
| * Fix: String::format Variant to String conversionDavid Sichma2018-10-251-9/+5
* | Fixing warnings generated by MSVCDualtagh Murray2018-10-191-1/+1
|/