summaryrefslogtreecommitdiffstats
path: root/core/ustring.h
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-539/+0
* Refactored Variant Operators.reduz2020-11-061-0/+4
* Refactored binding system for core typesreduz2020-10-141-0/+5
* Ensure assignment operators return by reference to avoid unnecessary copies.Marcel Admiraal2020-09-041-3/+3
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-43/+135
* Updated Translation architecture to have TranslationPO, did some commit fixes...SkyJJ2020-08-191-0/+2
* Added plurals and context support to TranslationSkyJJ2020-08-191-3/+6
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-4/+3
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+0
* Rename String bin_to_int64 to bin_to_intAaron Franke2020-06-031-2/+2
* Remove 32-bit String hex_to_int methodAaron Franke2020-06-031-2/+1
* Remove 32-bit String to_int methodAaron Franke2020-06-031-2/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+12
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-9/+0
* New lightmapperJuan Linietsky2020-05-101-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* i18n: Add support for translating the class referenceRémi Verschelde2020-03-201-8/+8
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Encodes property names properly in project.godotHaoyu Qiu2019-12-201-0/+2
* Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-0/+1
* Bind the `String::humanize_size` methodAndrii Doroshenko (Xrayez)2019-10-041-1/+1
* Create a GDScript String function repeatBhupendra Aole2019-09-031-0/+1
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
* Added count method to StringChaosus2019-07-231-0/+4
* Add sha1 functions to string (using new CryptoCore)Fabio Alessandrelli2019-07-031-0/+2
* Some code changed with Clang-Tidyqarmin2019-06-261-2/+0
* Merge pull request #28648 from KoBeWi/substr-1Rémi Verschelde2019-06-191-1/+1
|\
| * Make second parameter of substr optionalTomasz Chabora2019-05-031-1/+1
* | i18n: Fix extract.py support for new TTRCRémi Verschelde2019-06-161-4/+4
* | Support for binary literals in GDScript. Added an error that shows if a point...jude-lafitteIII2019-04-251-0/+1
|/
* fixed an access after free in OS_X11::set_context.Ibrahn Sahir2019-04-221-0/+5
* Add ability to edit editor feature profilesJuan Linietsky2019-04-081-0/+8
* Fix new GCC 9 warnings: -Wdeprecated-copy.marxin2019-03-021-0/+8
* Fix warnings seen with -Wignored-qualifiers.marxin2019-02-211-5/+3
* Repair String lstrip and rstrip.Ibrahn Sahir2019-01-071-1/+2
* String[size()] should return a default constructed CharTypeHein-Pieter van Braam2019-01-041-2/+18
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Reduce String CoWHein-Pieter van Braam2018-12-161-2/+33
* const char* operator on CharString now const.Ibrahn Sahir2018-12-031-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-8/+8
* fix out of buffer read when copying non-null terminated stringsMarcin Zawiejski2018-08-061-2/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-7/+44
* removed redundant strlen calculation from String::substrIbrahn Sahir2018-07-241-0/+1
* Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner2018-05-231-0/+1
|\
| * Added rsplit() for String classDmitry Koteroff2017-12-151-0/+1
* | Merge pull request #18176 from nikibobi/string-trimGeorge Marques2018-04-221-0/+4
|\ \
| * | add string trim_prefix trim_suffix lstrip and rstrip methodsbosak2018-04-171-0/+4
* | | Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez2018-04-121-2/+5
|/ /
* | Unify http- and percent- encode/decodePedro J. Estébanez2018-03-271-5/+2