summaryrefslogtreecommitdiff
path: root/core/ustring.h
AgeCommit message (Expand)Author
2019-01-07Repair String lstrip and rstrip.Ibrahn Sahir
2019-01-04String[size()] should return a default constructed CharTypeHein-Pieter van Braam
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-16Reduce String CoWHein-Pieter van Braam
2018-12-03const char* operator on CharString now const.Ibrahn Sahir
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-06fix out of buffer read when copying non-null terminated stringsMarcin Zawiejski
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-24removed redundant strlen calculation from String::substrIbrahn Sahir
2018-05-23Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner
2018-04-22Merge pull request #18176 from nikibobi/string-trimGeorge Marques
2018-04-17add string trim_prefix trim_suffix lstrip and rstrip methodsbosak
2018-04-12Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez
2018-03-27Unify http- and percent- encode/decodePedro J. Estébanez
2018-02-25Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar
2017-12-28Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl
2017-12-27Merge pull request #14744 from poke1024/stringname-compareJuan Linietsky
2017-12-17Avoid string allocations in AlphCompareBernhard Liebl
2017-12-16Merge pull request #14576 from poke1024/stringsRémi Verschelde
2017-12-15Added rsplit() for String classDmitry Koteroff
2017-12-15Added third argument for String.split() function (see issue #14349)Dmitry Koteroff
2017-12-15Some performance tweaking of string handlingpoke1024
2017-11-21Allow configuring iOS exportRuslan Mustakov
2017-11-01Added String::dedent() to remove text indentationZher Huei Lee
2017-10-30Fix get_node() and $ autocompletion when using single quotesUnknown
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-05-12Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...Damian Day
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-01-25Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky
2017-01-16Improve .tscn VCSPedro J. Estébanez
2017-01-14Merge pull request #7010 from AlexHolly/format-string2Juan Linietsky
2017-01-14rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky
2017-01-08Variant INT and REAL are now 64 bits (other types remain at 32)Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-01advanced string formatAlexHolly
2016-10-20added implementation of is_valid_ip_address()Ariel Manzur
2016-09-30Fix typo for word_wrapvolzhs
2016-06-23Add sha256_buffer() function to StringGeorge Marques
2016-06-19Add similarity comparison to StringGeorge Marques
2016-06-19Remove CHARTYPE_16BITS unused checksJ08nY
2016-06-17Add sha256 to String and File/FileAccess.Bojidar Marinov
2016-06-12Add 'is_subsequence_of' function to StringGeorge Marques
2016-05-17-Added configuration warning system for nodesJuan Linietsky
2016-05-11Added possibility to strip left and right to strip_edges (#4594)Mattias Cibien