summaryrefslogtreecommitdiffstats
path: root/core/string
Commit message (Expand)AuthorAgeFilesLines
* Optimize String concatenation and copy functionsBartłomiej T. Listwon2022-02-241-45/+38
* [Editor] Fix "en" editor translation detection.bruvzg2022-02-181-2/+6
* Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker2022-02-121-1/+1
* Fix typos with codespellRémi Verschelde2022-02-101-1/+1
* Merge pull request #57788 from reduz/describe-sname-usageRémi Verschelde2022-02-081-0/+12
|\
| * Clarify SNAME usagereduz2022-02-081-0/+12
* | [GDExtension] Add binds for missing methods, operators, and constants require...bruvzg2022-02-081-0/+1
|/
* Merge pull request #57017 from godotengine/string-name-static-false-unclaimedRémi Verschelde2022-02-051-6/+9
|\
| * Fix false reporting unclaimed StringName at exit due to static refsIgnacio Roldán Etcheverry2022-01-201-6/+9
* | Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-044-49/+113
* | String: Add contains().Anilforextra2022-02-041-0/+2
* | Merge pull request #57116 from bruvzg/win_net_shareRémi Verschelde2022-01-282-3/+28
|\ \
| * | [Windows] Add support for handling network share paths.bruvzg2022-01-242-3/+28
* | | Merge pull request #57281 from Rubonnek/rename-subsequenceRémi Verschelde2022-01-272-2/+2
|\ \ \
| * | | Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-262-2/+2
| |/ /
* / / Fix translation with multiple sources for the same language.bruvzg2022-01-242-8/+9
|/ /
* / Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-201-17/+17
|/
* Fix locale always selecting translation instead of "en", when no match found.bruvzg2022-01-191-2/+2
* Improve locale detection.bruvzg2022-01-183-936/+1523
* Replace String::num_real code with a wrapper around String::numAaron Franke2022-01-151-102/+11
* Update copyright statements to 2022Rémi Verschelde2022-01-0318-36/+36
* Fix various typosluz paz2022-01-021-1/+1
* Make `--doctool` locale awareHaoyu Qiu2021-12-162-0/+22
* Added check to get_all_locales to avoid adding duplicate locales to arrayraphaelazev2021-12-101-1/+4
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-095-8/+8
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-302-19/+7
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-233-8/+8
* Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde2021-11-151-5/+11
* String: Remove `erase` method, bindings can't mutate StringRémi Verschelde2021-11-111-4/+0
* Add missing characters for property name quotingHaoyu Qiu2021-11-111-1/+1
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Merge pull request #54350 from akien-mga/clang-format-dont-align-operandsRémi Verschelde2021-10-282-55/+63
|\
| * clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-53/+61
| * clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-2/+2
* | Merge pull request #53526 from KoBeWi/super_printRémi Verschelde2021-10-282-3/+15
|\ \ | |/ |/|
| * Change print_line() to use any number of Variantskobewi2021-10-072-3/+15
* | Merge pull request #54081 from Rubonnek/add_bin_messages_masterRémi Verschelde2021-10-221-1/+1
|\ \
| * | Accept capital B in String::bin_to_int prefixWilson E. Alvarez2021-10-211-1/+1
* | | Add error messages to String::hex_to_int, and accept capital X in prefixWilson E. Alvarez2021-10-211-2/+2
|/ /
* / Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-141-5/+0
|/
* Merge pull request #53225 from aaronfranke/c-localeRémi Verschelde2021-10-051-3/+6
|\
| * Add locale rename for the "C" localeAaron Franke2021-09-291-3/+6
* | GDScript completion: Handle quote style ad-hoc to remove editor dependencyRémi Verschelde2021-10-041-1/+0
* | Merge pull request #53270 from akien-mga/charproxy-add-copy-constructorRémi Verschelde2021-10-041-6/+10
|\ \
| * | CharProxy: Add copy constructorRémi Verschelde2021-09-301-6/+10
| |/
* / Use range iterators for `Map`Lightning_A2021-09-302-11/+11
|/
* Implement override of get_message and get_plural_messageO01eg2021-09-292-0/+18
* Fix String::num_real and String test cases when compiling with doublesAaron Franke2021-09-151-9/+16
* Merge pull request #52049 from theraot/masterRémi Verschelde2021-09-131-11/+27
|\
| * Fix get_base_dir windows top level directory logicTheraot2021-08-241-11/+27