Age | Commit message (Expand) | Author |
2020-03-09 | DocData: Fix serialization of Variant default values | Rémi Verschelde |
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 |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2019-11-17 | Implement `Node::get_process_priority()` and its associated property | Hugo Locurcio |
2019-11-13 | Merge pull request #33591 from zaksnet/fix-string-docs-split | Rémi Verschelde |
2019-11-13 | Fix split/rsplit docs | Zak |
2019-11-07 | Clarify that String.insert returns a copy | Rémi Verschelde |
2019-10-04 | Bind the `String::humanize_size` method | Andrii Doroshenko (Xrayez) |
2019-09-24 | doc: Fix parsing of self-closing XML tags | Rémi Verschelde |
2019-09-03 | Create a GDScript String function repeat | Bhupendra Aole |
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 |
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 hex_... | lmp |
2019-07-05 | doc: Sync classref with current source | Rémi Verschelde |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio |
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 |
2019-06-11 | Improved documentation of rsplit Method for String class. | Zak |
2019-06-01 | doc: Make all tutorial links track "latest" in master branch | Rémi Verschelde |
2019-05-31 | Fix and expose String::strip_escapes(), use it in LineEdit paste | Rémi Verschelde |
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 |
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 |
2018-05-23 | Merge pull request #14715 from Krakean/string_add_rsplit2 | Max Hilbrunner |
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 |
2018-02-19 | doc: Update version string in header | Rémi Verschelde |
2018-01-25 | doc: Sync with current source | Rémi Verschelde |
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 |
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 |
2018-01-13 | doc: Update version string in XML | Rémi Verschelde |
2017-12-15 | Added rsplit() for String class | Dmitry Koteroff |
2017-12-15 | Added third argument for String.split() function (see issue #14349) | Dmitry Koteroff |