Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg | |
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio | |
This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.) | |||
2020-07-29 | Document how to perform advanced string splitting using RegEx | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/3607. | |||
2020-07-27 | Improve the Object, Reference and Resource class documentations | Hugo Locurcio | |
2020-07-15 | Document which escape sequences are supported by `String.c_unescape()` | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/38716. | |||
2020-07-04 | Merge pull request #40103 from Calinou/doc-fix-string-capitalize | Rémi Verschelde | |
Fix `String.capitalize()` description to follow camelCase changes | |||
2020-07-03 | Fix `String.capitalize()` description to follow camelCase changes | Hugo Locurcio | |
This closes #40093. | |||
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen | |
2020-06-23 | Clarify what a string being empty means | Meriipu | |
Should close https://github.com/godotengine/godot-docs/issues/2432 | |||
2020-06-12 | Document the `in` operator in String, Array and Dictionary classes | Hugo Locurcio | |
This also clarifies the `in` operator behavior in Object. | |||
2020-05-11 | doc: Sync classref with current source | Rémi Verschelde | |
2020-05-09 | GDScript: Add join method on String | Mateo Kuruk Miccino | |
Docs: Add join on String.xml | |||
2020-03-09 | DocData: Fix serialization of Variant default values | Rémi Verschelde | |
Co-authored-by: Bojidar Marinov <bojidar.marinov.bg@gmail.com> | |||
2020-02-25 | doc: Sync classref for Packed{Int,Float}{32,64}Array additions | Rémi Verschelde | |
2020-02-25 | Update docs and bindings for new integer vector types | Rémi Verschelde | |
2020-02-22 | doc: Sync classref with StringName/Callable changes | Rémi Verschelde | |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde | |
Handle removal of Pool*Array types and other recent changes. | |||
2020-01-31 | Update docs to version 4.0 | clayjohn | |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde | |
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0. | |||
2019-11-17 | Implement `Node::get_process_priority()` and its associated property | Hugo Locurcio | |
This closes #33660. | |||
2019-11-13 | Merge pull request #33591 from zaksnet/fix-string-docs-split | Rémi Verschelde | |
Fix split/rsplit docs | |||
2019-11-13 | Fix split/rsplit docs | Zak | |
2019-11-07 | Clarify that String.insert returns a copy | Rémi Verschelde | |
Supersedes and closes #32620. | |||
2019-10-04 | Bind the `String::humanize_size` method | Andrii Doroshenko (Xrayez) | |
The method signature is also changed to use `uint64_t` instead of `size_t` for it to be Variant-compatible. | |||
2019-09-24 | doc: Fix parsing of self-closing XML tags | Rémi Verschelde | |
Follow-up to #31925, `<member />` tags just before `</members>` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`. | |||
2019-09-03 | Create a GDScript String function repeat | Bhupendra Aole | |
Fixes #30610 | |||
2019-07-29 | doc: Sync classref with current source | Rémi Verschelde | |
2019-07-23 | Added count method to String | Chaosus | |
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 |