| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 1 | -2/+2 |
|\ |
|
| * | Fix `format` description being different between String and StringName | Micky | 2024-11-13 | 1 | -2/+2 |
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -6/+6 |
|\| |
|
| * | Merge pull request #95758 from Mickeon/documentation-no-differences-String | Thaddeus Crews | 2024-11-12 | 1 | -6/+6 |
| |\ |
|
| | * | Fix differences between String and StringName's documentation | Micky | 2024-08-18 | 1 | -6/+6 |
* | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -1/+7 |
|\| | |
|
| * | | Add `Object` support for `String.format` | Mansur Isaev | 2024-10-29 | 1 | -1/+7 |
* | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5 | Spartan322 | 2024-10-24 | 1 | -0/+1 |
|\| | |
|
| * | | Docs: link to GlobalScope string methods from String docs | tetrapod00 | 2024-10-23 | 1 | -0/+1 |
* | | | Rebrand Godot to Redot | Randolph W. Aarseth II | 2024-10-11 | 1 | -9/+9 |
|/ / |
|
* | | Remove outdated note about `not` operator with String and StringName | elle | 2024-09-16 | 1 | -1/+1 |
* | | Add `String.is_valid_unicode_identifier()` | Haoyu Qiu | 2024-08-27 | 1 | -1/+31 |
* | | Remove empty `[b]Example:[/b]` lines from the class reference | Micky | 2024-08-19 | 1 | -5/+0 |
|/ |
|
* | [Core] Add case-insensitive `String::containsn` | A Thousand Ships | 2024-05-08 | 1 | -2/+10 |
* | Fix various typos with codespell | Rémi Verschelde | 2024-05-07 | 1 | -2/+2 |
* | Add a note for `String::reverse` to warn about its implementation | Yuri Rubinsky | 2024-04-30 | 1 | -1/+1 |
* | Merge pull request #89608 from AThousandShips/format_doc_fix | Rémi Verschelde | 2024-04-08 | 1 | -0/+7 |
|\ |
|
| * | [Doc] Clarify behavior of `String.format` with keys in replacements | A Thousand Ships | 2024-03-17 | 1 | -0/+7 |
* | | Fix sorting of files/dirs in dialogs | A Thousand Ships | 2024-03-20 | 1 | -4/+20 |
|/ |
|
* | [Doc] Fix GDScript casing of `String.num_scientific` | A Thousand Ships | 2024-02-24 | 1 | -2/+2 |
* | Add keywords to improve search in the class reference | Hugo Locurcio | 2024-02-22 | 1 | -1/+1 |
* | Update class reference to include some keywords | RedMser | 2024-02-09 | 1 | -2/+2 |
* | Merge pull request #86639 from Mickeon/please-this-took-me-15-minutes-can-we-... | Rémi Verschelde | 2024-01-11 | 1 | -3/+17 |
|\ |
|
| * | Fixing some reports to String's documentation | Micky | 2024-01-10 | 1 | -3/+17 |
* | | Fix various typos in documentation | Septian | 2024-01-05 | 1 | -1/+1 |
|/ |
|
* | Doc: Reference String <-> PackedByteArray conversions from each other | Aaron Franke | 2023-09-12 | 1 | -5/+5 |
* | Merge pull request #78529 from Chaosus/string_reverse | Rémi Verschelde | 2023-08-16 | 1 | -0/+6 |
|\ |
|
| * | Add `String.reverse` method | Yuri Roubinski | 2023-06-21 | 1 | -0/+6 |
* | | Merge pull request #79092 from akien-mga/doctool-remove-version-attribute | Rémi Verschelde | 2023-07-07 | 1 | -1/+1 |
|\ \ |
|
| * | | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
* | | | Fix a typo in the `String.to_float` description | Amir-Rasteg | 2023-07-06 | 1 | -5/+5 |
|/ / |
|
* | | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
* | | Merge pull request #79050 from capnm/fix_teststr_what | Yuri Sizov | 2023-07-05 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix import hints that are followed by dot.number. | Martin Capitanio | 2023-07-05 | 1 | -1/+1 |
* | | Clarify `String.get_slice` behavior | Ninni Pipping | 2023-06-20 | 1 | -1/+1 |
|/ |
|
* | Mention that the not operator cannot be used with Strings and StringNames | Tim Yuen | 2023-05-30 | 1 | -1/+1 |
* | Merge pull request #77609 from RedworkDE/class-ref-code-fixes | Yuri Sizov | 2023-05-29 | 1 | -1/+1 |
|\ |
|
| * | Fix more issues with code tags in class reference | RedworkDE | 2023-05-29 | 1 | -1/+1 |
* | | Merge pull request #76526 from MewPurPur/improve-docs-top-sections-CORE | Yuri Sizov | 2023-05-29 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Overhaul the top sections of the class reference (Core classes) | VolTer | 2023-05-19 | 1 | -1/+1 |
* | | Merge pull request #77247 from Piralein/nohashforyou | Yuri Sizov | 2023-05-19 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fix c# code example | Hana - Piralein | 2023-05-19 | 1 | -1/+1 |
* | | Make documentation sorting use natural order | Ninni Pipping | 2023-05-09 | 1 | -6/+6 |
* | | Merge pull request #76735 from AThousandShips/natural_cmp | Rémi Verschelde | 2023-05-09 | 1 | -3/+13 |
|\ \ |
|
| * | | Add `naturalcasecmp_to` function to `String` | Ninni Pipping | 2023-05-07 | 1 | -3/+13 |
| |/ |
|
* / | Reimplement String.erase | SilicDev | 2023-05-04 | 1 | -0/+8 |
|/ |
|
* | add `hex_decode()` to `String` | bendn | 2023-04-05 | 1 | -0/+18 |
* | Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions. | bruvzg | 2023-03-21 | 1 | -0/+6 |
* | Document using `String.uri_encode()` with `OS.shell_open()` | Hugo Locurcio | 2023-03-03 | 1 | -2/+2 |
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |