summaryrefslogtreecommitdiffstats
path: root/core/ustring.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-251-0/+1
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* | Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar2018-01-011-0/+3
|\ \
| * | Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl2017-12-281-0/+3
* | | Merge pull request #14744 from poke1024/stringname-compareJuan Linietsky2017-12-271-0/+23
|\ \ \ | |/ / |/| |
| * | Avoid string allocations in AlphCompareBernhard Liebl2017-12-171-0/+23
* | | Merge pull request #14576 from poke1024/stringsRémi Verschelde2017-12-161-13/+20
|\ \ \ | |_|/ |/| |
| * | Some performance tweaking of string handlingpoke10242017-12-151-13/+20
| |/
* / Added third argument for String.split() function (see issue #14349)Dmitry Koteroff2017-12-151-1/+1
|/
* Allow configuring iOS exportRuslan Mustakov2017-11-211-0/+2
* Added String::dedent() to remove text indentationZher Huei Lee2017-11-011-0/+1
* Fix get_node() and $ autocompletion when using single quotesUnknown2017-10-301-0/+4
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-4/+4
* Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...Damian Day2017-05-121-0/+9
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-93/+82
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-0/+2
* Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky2017-01-251-0/+1
|\