summaryrefslogtreecommitdiffstats
path: root/core/string
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #99527 from RandomShaper/fix_threaded_transThaddeus Crews2024-11-221-2/+4
|\
| * Make loading translations from threads safePedro J. Estébanez2024-11-221-2/+4
* | Expose standardize_locale add_default param publiclyDan Nicholson2024-11-213-5/+51
|/
* Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-173-25/+25
* Merge pull request #97923 from kisg/translation_server_siof_fixThaddeus Crews2024-11-122-3/+1
|\
| * Make TranslationServer singleton variable inline.Gergely Kis2024-10-072-3/+1
* | Merge pull request #98743 from dbnicholson/improve-compare-localesThaddeus Crews2024-11-122-61/+94
|\ \
| * | Improve locale comparisonDan Nicholson2024-11-122-61/+94
* | | Merge pull request #98547 from timothyqiu/loaded-locales-setThaddeus Crews2024-11-111-1/+4
|\ \ \
| * | | Fix duplicated entries in `TranslationServer::get_loaded_locales()`Haoyu Qiu2024-10-261-1/+4
* | | | Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-104-2/+467
|\ \ \ \ | |_|/ / |/| | |
| * | | Add fuzzy string matching to quick open searchAdam Johnston2024-10-284-2/+467
| |/ /
* | | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-312-7/+22
|\ \ \
| * | | Always add decimal when printing floatkobewi2024-10-232-7/+22
* | | | [Core] Improve error messages with `vformat`A Thousand Ships2024-10-302-6/+6
* | | | Merge pull request #65962 from 4d49/format-objectThaddeus Crews2024-10-291-1/+12
|\ \ \ \
| * | | | Add `Object` support for `String.format`Mansur Isaev2024-10-291-1/+12
| | |/ / | |/| |
* | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-292-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-252-3/+3
* | | | Merge pull request #98395 from Repiteo/core/char-range-utils-updateThaddeus Crews2024-10-252-237/+442
|\ \ \ \ | |/ / / |/| | |
| * | | Core: Update `char_range.inc` to Unicode 16Thaddeus Crews2024-10-212-237/+442
* | | | Merge pull request #98357 from yeojunh/valid-base-check-num-int64-uint64Clay John2024-10-241-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Add checks for valid base in String::num_int64, uint64().yeojunh2024-10-201-0/+4
| |/ /
* | | Merge pull request #98236 from timothyqiu/locale-compare-cache-4.xThaddeus Crews2024-10-212-13/+24
|\ \ \ | |/ / |/| |
| * | Cache results for `TranslationServer.compare_locales()`Haoyu Qiu2024-10-162-13/+24
| |/
* / Don't pseudolocalize empty stringsHaoyu Qiu2024-10-171-0/+4
|/
* Merge pull request #96230 from timothyqiu/per-domain-pseudolocalizationRémi Verschelde2024-10-044-234/+355
|\
| * Move pseudolocalization into TranslationDomainHaoyu Qiu2024-09-214-234/+355
* | Parse fragment from URLHaoyu Qiu2024-09-272-5/+22
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* | Fix script editor wrongly replaces and quotes non-ASCII lettersHaoyu Qiu2024-09-232-1/+25
|/
* Make editor use translation domainsHaoyu Qiu2024-09-172-102/+14
* Add translation domainHaoyu Qiu2024-09-174-108/+287
* StringName: Fix empty hashrune-scape2024-09-098-90/+7
* Merge pull request #92570 from rune-scape/rune-stringname-bitsRémi Verschelde2024-09-042-19/+92
|\
| * StringName: operator== compares in-placerune-scape2024-09-032-19/+92
* | Merge pull request #96462 from RandomShaper/opt_comp_locRémi Verschelde2024-09-021-0/+5
|\ \
| * | TranslationServer: Add fast path for comparison of equal localesPedro J. Estébanez2024-09-021-0/+5
| |/
* / Use `MutexLock` in more placesA Thousand Ships2024-08-291-2/+1
|/
* Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-272-4/+28
* Merge pull request #92548 from AThousandShips/string_cleaningRémi Verschelde2024-08-261-29/+48
|\
| * [Core] Optimize some `String` methodsA Thousand Ships2024-08-151-29/+48
* | Merge pull request #92933 from TokageItLab/match-concatenatingRémi Verschelde2024-08-261-2/+8
|\ \
| * | Match the coding style for concatenating StringSilc Lizard (Tokage) Renew2024-06-091-2/+8
* | | Merge pull request #94683 from kisg/string_name_fixRémi Verschelde2024-08-192-13/+4
|\ \ \
| * | | StringName: Use inline static field definitionsGergely Kis2024-07-242-13/+4
| | |/ | |/|
* | | Merge pull request #92546 from AThousandShips/faster_replaceRémi Verschelde2024-08-191-60/+157
|\ \ \
| * | | [Core] Optimize `String::replace` methodsA Thousand Ships2024-08-151-60/+157
| |/ /
* | | Merge pull request #95184 from jsjtxietian/shader-include-relativeRémi Verschelde2024-08-171-4/+1
|\ \ \
| * | | Fix error when use relative #include in .gdshader / .gdshaderinc filejsjtxietian2024-08-081-4/+1
| |/ /