summaryrefslogtreecommitdiffstats
path: root/core/ustring.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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