Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-08 | Merge pull request #30412 from Larpon/docs/string-hex_to_int-improve | Rémi Verschelde | |
Improve hex_to_int documentation | |||
2019-07-07 | Provide documentation for String http_escape() and http_unescape() methods | lmp | |
2019-07-07 | Clearify how hex_to_int expects a '0x' prefixed string. Provide a small ↵ | lmp | |
hex_to_int example | |||
2019-07-05 | doc: Sync classref with current source | Rémi Verschelde | |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio | |
- Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies | |||
2019-06-24 | doc: Sync classref with current source | Rémi Verschelde | |
2019-06-19 | Merge pull request #28648 from KoBeWi/substr-1 | Rémi Verschelde | |
Make second parameter of substr optional | |||
2019-06-11 | Improved documentation of rsplit Method for String class. | Zak | |
Improved documentation of rsplit Method for String class. Removed "divisor" (i will also change variants_call.cpp) and added "delimiter" in its place. Also moved the example at the bottom of the description. | |||
2019-06-01 | doc: Make all tutorial links track "latest" in master branch | Rémi Verschelde | |
While the master branch is in development state for the next stable branch, its links should point to the "latest" docs branch, to ensure that users of the unstable builds are linked to the relevant documentation. Those links could be switched to stable branch subdomains before branching off for a new major or minor release, to start tracking the frozen stable docs branches. See discussion in #29104. | |||
2019-05-31 | Fix and expose String::strip_escapes(), use it in LineEdit paste | Rémi Verschelde | |
Supersedes #27736. | |||
2019-05-16 | Add "String Formatting" tutorial link to the 'String' doc | Michael Alexsander Silva Dias | |
2019-05-03 | Make second parameter of substr optional | Tomasz Chabora | |
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde | |
2019-04-15 | doc: Sync classref with current source | Rémi Verschelde | |
2019-04-11 | Document String's 'is_valid_filename()' | Michael Alexsander Silva Dias | |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde | |
2019-01-07 | doc: Fix wrong references found by new makerst.py | Rémi Verschelde | |
Thanks @PJB3005 | |||
2018-12-24 | Bind `is_valid_hex_number` string method to GDScript | Andrii Doroshenko (Xrayez) | |
2018-10-12 | Filled missing Doc for String and FileDialog | Alexander Holland | |
2018-08-31 | DocData: Fix return type listed as "var" instead of "Variant" | Rémi Verschelde | |
2018-08-05 | Small doc formating changes and Linux cursor theme note | Michael Alexsander Silva Dias | |
2018-05-28 | Sync classref with current source | Rémi Verschelde | |
Also fix binding of Basis.slerp | |||
2018-05-23 | Merge pull request #14715 from Krakean/string_add_rsplit2 | Max Hilbrunner | |
Added rsplit() method to String class | |||
2018-04-17 | add string trim_prefix trim_suffix lstrip and rstrip methods | bosak | |
2018-02-27 | doc: Remove status from hardcoded version string | Rémi Verschelde | |
It has no practical use case and just generates noise for each alpha, beta, etc. | |||
2018-02-19 | doc: Update version string in header | Rémi Verschelde | |
2018-01-25 | doc: Sync with current source | Rémi Verschelde | |
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). | |||
2018-01-19 | Added description to dedent in String.xml | Anutrix | |
2018-01-19 | Merge pull request #15857 from YeldhamDev/find_last_doc | Poommetee Ketson | |
[DOCS] Fixed incorrect information inside String's "find_last" method [ci skip] | |||
2018-01-19 | [DOCS] Fixed incorrect information inside String's "find_last" method. | Michael Alexsander Silva Dias | |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde | |
Using v1.11.0 from https://github.com/lucasdemarchi/codespell | |||
2018-01-13 | doc: Update version string in XML | Rémi Verschelde | |
2017-12-15 | Added rsplit() for String class | Dmitry Koteroff | |
Docs updated | |||
2017-12-15 | Added third argument for String.split() function (see issue #14349) | Dmitry Koteroff | |
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 | |||
2017-11-24 | doc: Update header version for 3.0-beta | Rémi Verschelde | |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn | |
Fixes #12973. | |||
2017-11-15 | doc: Remove revision.module_config from version string | Rémi Verschelde | |
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs. | |||
2017-11-13 | classref: Sync with current source | Rémi Verschelde | |
[ci skip] | |||
2017-10-23 | [DOCS] String | mhilbrunner | |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed | |
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. | |||
2017-09-12 | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | |
possible to save module files in module directories and the build system will recognize them. |