aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/String.xml
Commit message (Collapse)AuthorAgeFilesLines
* Sync classref with current sourceRémi Verschelde2018-05-281-14/+14
| | | | Also fix binding of Basis.slerp
* Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner2018-05-231-0/+14
|\ | | | | Added rsplit() method to String class
| * Added rsplit() for String classDmitry Koteroff2017-12-151-0/+14
| | | | | | | | Docs updated
* | add string trim_prefix trim_suffix lstrip and rstrip methodsbosak2018-04-171-0/+36
| |
* | doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | | | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* | doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
| |
* | doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | | | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* | Added description to dedent in String.xmlAnutrix2018-01-191-0/+1
| |
* | Merge pull request #15857 from YeldhamDev/find_last_docPoommetee Ketson2018-01-191-1/+1
|\ \ | | | | | | | | | | | | [DOCS] Fixed incorrect information inside String's "find_last" method [ci skip]
| * | [DOCS] Fixed incorrect information inside String's "find_last" method.Michael Alexsander Silva Dias2018-01-191-1/+1
| | |
* | | Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
|/ / | | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* / doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|/
* Added third argument for String.split() function (see issue #14349)Dmitry Koteroff2017-12-151-0/+3
| | | | | | | | Remove negative limit, leave only positive and make it reflect behaviour like in Python Also limit renamed to maxsplit to match Python one. Also docs updated. Fix indent
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-2/+2
| | | | Fixes #12973.
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* classref: Sync with current sourceRémi Verschelde2017-11-131-0/+6
| | | | [ci skip]
* [DOCS] Stringmhilbrunner2017-10-231-59/+84
|
* Rename pos to position in user facing methods and variablesletheed2017-09-201-5/+5
| | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+730
possible to save module files in module directories and the build system will recognize them.