Age | Commit message (Expand) | Author |
2022-11-04 | Add support for empty delimiter in String.split | kobewi |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-11-02 | Merge pull request #66361 from dalexeev/remove-int-plus-string | Rémi Verschelde |
2022-10-21 | Fix small mistakes throughout much of the documentation | VolTer |
2022-09-24 | Remove confusing `String + int` and `int + String` operations | Danil Alexeev |
2022-08-30 | Add `String.to_{camel,pascal,snake}_case` methods | Danil Alexeev |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-17 | [doc] Fix grammar in class docs: amount vs. number | Andy Maloney |
2022-08-09 | [doc] Use "param" instead of "code" to refer to parameters #3 | Andy Maloney |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov |
2022-08-05 | updated the String class with info about the 'allow_empty' optional argument | Tom |
2022-06-27 | Improve String.format() documentation | Haoyu Qiu |
2022-06-12 | Fix parameter name for String.left and String.right | Haoyu Qiu |
2022-03-31 | Fixing some of my own typos... | nova++ |
2022-03-26 | doc: Fix String.rsplit code example | Rémi Verschelde |
2022-03-17 | Unify TextServer built-in module and GDExtension code. | bruvzg |
2022-03-14 | Remove generating of null comparison operators from documentation | Yuri Roubinsky |
2022-02-23 | Added or improved documentation to a few more String methods | Nova |
2022-02-22 | Document String's humanize_size static method | Nova |
2022-02-21 | Update doc for match: empty argument doesn't match anything | Markus Sauermann |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-02-12 | Clarify identical `hash()` return values due to collisions | Hugo Locurcio |
2022-02-08 | [GDExtension] Add binds for missing methods, operators, and constants require... | bruvzg |
2022-02-04 | String: Add contains(). | Anilforextra |
2022-01-26 | Rename String::is_subsequence_ofi to String::is_subsequence_ofn | Wilson E. Alvarez |
2022-01-17 | Clarify to_float() and to_int() methods | kobewi |
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 |