summaryrefslogtreecommitdiffstats
path: root/core/string
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1125-0/+50
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-112-2/+2
* 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
| |/ /
* | | Merge pull request #95613 from timothyqiu/split-emptyRémi Verschelde2024-08-161-2/+8
|\ \ \
| * | | Fix split_floats behavior when spaces are used as separatorsHaoyu Qiu2024-08-161-2/+8
* | | | Merge pull request #95549 from timothyqiu/split-translation-serverRémi Verschelde2024-08-167-1049/+1152
|\ \ \ \ | |/ / / |/| | |
| * | | Split TranslationServer into its own fileHaoyu Qiu2024-08-157-1049/+1152
| |/ /
* | | Merge pull request #94558 from stuartcarnie/sgc/sprintf_allocationsRémi Verschelde2024-08-161-9/+14
|\ \ \
| * | | use operator += (char32_t)Stuart Carnie2024-07-251-9/+14
| |/ /
* | | Merge pull request #92555 from AThousandShips/insert_improveRémi Verschelde2024-08-161-6/+16
|\ \ \
| * | | [Core] Optimize `String::insert`A Thousand Ships2024-08-151-6/+16
| |/ /
* / / [Core] Optimize `String::join`A Thousand Ships2024-08-151-4/+34
|/ /
* | Remove editor pseudolocalization debug featureRémi Verschelde2024-06-242-8/+2
* | Improve PR plural translation rules handling.bruvzg2024-06-182-25/+79
|/
* Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-081-1/+1
|\
| * Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-0/+2
|/
* Add const char * overloads to String classWilson E. Alvarez2024-05-072-8/+441
* Merge pull request #81639 from MJacred/is_letterRémi Verschelde2024-05-032-0/+667
|\
| * Add is_valid_letter() to TextServerMJacred2024-05-022-0/+667
* | Rename internal is_ascii_char to is_ascii_alphabet_charAaron Franke2024-04-202-2/+2
* | Prefer family name in fonts' names tableHaoyu Qiu2024-04-062-4/+8
* | Add context support for editor property name i18nHaoyu Qiu2024-03-312-3/+3
* | [Core] Fix incorrect file sort methodA Thousand Ships2024-03-241-4/+3
* | Merge pull request #89671 from alesliehughes/string_underrunRémi Verschelde2024-03-241-2/+2
|\ \
| * | Stop possible underrun when processing a stringAlistair Leslie-Hughes2024-03-191-2/+2
* | | Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-202-39/+97
|/ /