Age | Commit message (Expand) | Author |
2022-01-02 | Fix usage of "Return" in the docs | kobewi |
2021-12-16 | Make `--doctool` locale aware | Haoyu Qiu |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde |
2021-11-02 | Merge pull request #54453 from KoBeWi/slice_of_string | Rémi Verschelde |
2021-11-02 | Expose String.get_slice | kobewi |
2021-10-29 | Move the docs for constructors and operators out of methods section | Aaron Franke |
2021-10-22 | Fix `bin_to_int` documentation examples | Raul Santos |
2021-10-06 | doc: Update links to latest documentation after content reorganization | Rémi Verschelde |
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke |
2021-09-17 | Allow indexing of String values in scripting languages | George Marques |
2021-09-17 | Allow comparing equality between builtin types and null | George Marques |
2021-08-29 | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez |
2021-08-24 | Merge pull request #52041 from Rubonnek/expose-simplify-path | Max Hilbrunner |
2021-08-24 | Expose String.simplify_path | Wilson E. Alvarez |
2021-08-23 | Update documentation for is_absolute_path and is_rel_path | Wilson E. Alvarez |
2021-08-20 | Improve documentation for `String.get_extension()` | Hugo Locurcio |
2021-08-18 | String: Fix default decimals truncation in num and num_real | Rémi Verschelde |
2021-08-08 | Fix Unicode URL link tags to render correctly. | follower |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-06-16 | Rename `is_valid_integer()` to `is_valid_int()` | Lightning_A |
2021-06-03 | Rename `String.is_abs_path()` to `String.is_absolute_path()` | Hugo Locurcio |
2021-05-20 | Change behavior of String.right | Tomasz Chabora |
2021-03-18 | doc: Sync classref with current source | Rémi Verschelde |
2021-03-09 | Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization | Rémi Verschelde |
2021-03-05 | Docs: Port Code Examples to C# (R, S, T, U) | HaSa1002 |
2021-02-24 | Relaxes Node naming constraints in glTF documents to match the Editor. | abaire |
2021-01-28 | Unify URI encoding/decoding and add to C# | Aaron Franke |
2021-01-28 | Make hex_to_int and bin_to_int handle the prefix automatically | Aaron Franke |
2021-01-26 | Renamed String.ord_at to unicode_at | Yuri Roubinsky |
2021-01-10 | Clarify `lstrip()/rstrip()` methods in `String` for removed characters | Andrii Doroshenko (Xrayez) |
2021-01-04 | doc: Sync classref with current source | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-11-10 | doc: Sync classref to add operators after #43419 | Rémi Verschelde |
2020-11-09 | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde |
2020-11-04 | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde |
2020-10-01 | Merge pull request #42435 from Calinou/doc-string-is-valid-ip-address | Rémi Verschelde |
2020-09-30 | Improve the `String.is_valid_ip_address()` documentation | Hugo Locurcio |
2020-09-30 | Improve the String comparison methods' documentation | Hugo Locurcio |
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 |
2020-07-29 | Document how to perform advanced string splitting using RegEx | Hugo Locurcio |
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 |
2020-07-04 | Merge pull request #40103 from Calinou/doc-fix-string-capitalize | Rémi Verschelde |
2020-07-03 | Fix `String.capitalize()` description to follow camelCase changes | Hugo Locurcio |
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen |
2020-06-23 | Clarify what a string being empty means | Meriipu |
2020-06-12 | Document the `in` operator in String, Array and Dictionary classes | Hugo Locurcio |
2020-05-11 | doc: Sync classref with current source | Rémi Verschelde |
2020-05-09 | GDScript: Add join method on String | Mateo Kuruk Miccino |