summaryrefslogtreecommitdiff
path: root/core/string
AgeCommit message (Expand)Author
2023-03-27Improve layout direction/locale automatic selection.bruvzg
2023-02-11Don't warn when using TTRN() in a language without pluralsHaoyu Qiu
2023-02-09Merge pull request #72547 from MewPurPur/string-split-fixRémi Verschelde
2023-02-07Prepare for moving editor and classref translations to godot-editor-l10n repoHaoyu Qiu
2023-02-06StringName: fix returning dangling data from char constructor.Lyuma
2023-02-02Fix String.split() with empty string and delimeterVolTer
2023-02-01Remove unused `has_slashes` from NodePathAaron Franke
2023-01-27Handle gltf binaryK. S. Ernest (iFire) Lee
2023-01-06Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-20Add missing != operator to `StringName`Yuri Rubinsky
2022-12-16Fix String::word_wrap() for long wordsHaoyu Qiu
2022-12-11Add PropertyInfo overload for GLOBAL_DEFkobewi
2022-11-24Improve logic for detecting and tracking extensionsBastiaan Olij
2022-11-20Double precision of `String.split_floats`Micky
2022-11-14Merge pull request #68229 from Mickeon/c-escape-hellRémi Verschelde
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-11-14Merge pull request #68448 from bruvzg/font_imp_trRémi Verschelde
2022-11-10[Font] Add an import option to pre-render all glyphs required for the transla...bruvzg
2022-11-09fix a buffer overflow due to a misbehaving vcrt snprintf call on String::num,...gnumaru
2022-11-04Add support for empty delimiter in String.splitkobewi
2022-11-03Remove "?" from String.c_escape()Micky
2022-10-31Merge pull request #67931 from bruvzg/locale_no_defRémi Verschelde
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-27Do not auto add default script and country codes to the locale.bruvzg
2022-10-20Fix localize_path with custom protocol identifiersGilles Roudière
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-15Fix big negative numbers printing incorrect decimals in num_realAaron Franke
2022-10-13Make String.simplify_path keep the protocol identifier for urlsGilles Roudière
2022-10-11Merge pull request #64268 from timothyqiu/is-finiteRémi Verschelde
2022-10-09Fix simplify_path() breaking uid://kobewi
2022-10-08Add `is_finite` method for checking built-in typesHaoyu Qiu
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-03Merge pull request #64833 from MarcusElg/naninfprintingRémi Verschelde
2022-09-28Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde
2022-09-26Style: Cleanup header guards for consistencyRémi Verschelde
2022-09-17HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts.bruvzg
2022-09-01Merge pull request #64714 from Chaosus/string_remove_eraseRémi Verschelde
2022-08-30Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-25Improve string formatting for %f and %v for inf and nanMarcus Elg
2022-08-24Replace Array return types with TypedArray 3kobewi
2022-08-24Merge pull request #63728 from MarcusElg/%vRémi Verschelde
2022-08-23Add %v for formatting vectorsMarcus Elg
2022-08-22Improved performance of String repeat methodVolTer
2022-08-22Remove `String::erase` method declarationYuri Rubinsky
2022-08-18Fix undefined behavior in `String::operator+=(const String &)`kleonc
2022-08-08Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov
2022-08-02Merge pull request #61315 from lawnjelly/variant_bucket_poolsRémi Verschelde
2022-08-02[TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.bruvzg