summaryrefslogtreecommitdiffstats
path: root/core/ustring.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Improve .tscn VCSPedro J. Estébanez2017-01-161-0/+1
* | Merge pull request #7010 from AlexHolly/format-string2Juan Linietsky2017-01-141-0/+1
|\ \
| * | advanced string formatAlexHolly2016-11-011-0/+1
| |/
* | rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-2/+2
* | Variant INT and REAL are now 64 bits (other types remain at 32)Juan Linietsky2017-01-081-0/+1
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* added implementation of is_valid_ip_address()Ariel Manzur2016-10-201-1/+2
* Fix typo for word_wrapvolzhs2016-09-301-1/+1
* Add sha256_buffer() function to StringGeorge Marques2016-06-231-0/+1
* Add similarity comparison to StringGeorge Marques2016-06-191-0/+2
* Remove CHARTYPE_16BITS unused checksJ08nY2016-06-191-4/+2
* Add sha256 to String and File/FileAccess.Bojidar Marinov2016-06-171-0/+2
* Add 'is_subsequence_of' function to StringGeorge Marques2016-06-121-0/+3
* -Added configuration warning system for nodesJuan Linietsky2016-05-171-0/+11
* Added possibility to strip left and right to strip_edges (#4594)Mattias Cibien2016-05-111-1/+1
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-0/+2
* remove trailing whitespaceHubert Jarosz2016-03-091-8/+8
* Fixed String::camelcase_to_underscore() so it works in all cases. Fixes PR #1650Julian Murgia - StraToN2016-02-171-1/+1
* added a new function to escape properly json, fixes #3282Juan Linietsky2016-01-101-0/+1
* -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an...Juan Linietsky2016-01-031-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Fixes the make_doc.sh, <, > and & signs in descriptions that cause the parser...Aren Villanueva2015-11-191-0/+2
* Show documentation for properties on hover.Juan Linietsky2015-08-251-0/+1
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-291-0/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* Camel casing being capitalized only happens in the inspector now.Nathan Warden2015-03-231-0/+1
* Revert "Camelcased script variables will now capitalize in the inspector."Juan Linietsky2015-03-221-1/+2
* Merge pull request #1396 from Spooner/fix_sprintf_errorsJuan Linietsky2015-03-221-1/+1
|\
| * Correctly halt on error in sprintf parsing (fixes #1393)Bil Bas (Spooner)2015-02-191-1/+1
* | Camelcased script variables will now capitalize in the inspector.Nathan Warden2015-02-191-2/+1
|/
* Completed implementing standard formatting.Bil Bas (Spooner)2015-02-011-1/+3