summaryrefslogtreecommitdiffstats
path: root/core/ustring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve the shader error console outputHugo Locurcio2020-04-041-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-7/+7
* i18n: Add support for translating the class referenceRémi Verschelde2020-03-201-2/+9
* Tweak the invalid Unicode error message to be more descriptiveHugo Locurcio2020-03-161-1/+1
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-0/+1
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-0/+11
* Merge pull request #33731 from madmiraal/fix-c4996-warningRémi Verschelde2020-02-111-2/+4
|\
| * Fix Visual Studio throwing C4996 warning in ustring.cpp.Marcel Admiraal2019-11-191-2/+4
* | Fixed String::humanize_size crash.dankan18902020-02-031-1/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | Encodes property names properly in project.godotHaoyu Qiu2019-12-201-0/+13
* | Fix build warning in ustring.cpp on Windows/MSVC platformYuri Roubinsky2019-12-181-0/+4
* | Fixed issues with using a relative path in the export window.Catchawink2019-12-161-1/+2
* | Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+1
* | 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