godot/core/string
2025-02-13 08:07:26 +02:00
..
char_range.inc Core: Update char_range.inc to Unicode 16 2024-10-21 14:54:19 -05:00
char_utils.h Add ZWSP to the list of space characters. 2025-02-06 10:31:32 +02:00
fuzzy_search.cpp Add fuzzy string matching to quick open search 2024-10-28 11:24:36 -07:00
fuzzy_search.h Add fuzzy string matching to quick open search 2024-10-28 11:24:36 -07:00
locales.h Fix script name of Hant and Hans 2023-07-20 15:01:39 +08:00
node_path.cpp Fix NodePath::slice() incorrect behavior for subname indexing 2024-12-30 21:22:26 +01:00
node_path.h Added NodePath::slice method. 2023-12-13 13:30:28 -05:00
optimized_translation.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
optimized_translation.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
print_string.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
print_string.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
string_buffer.h Core ubsan fixes 2024-12-18 14:31:12 +01:00
string_builder.cpp Optimize StringBuilder.as_string by constructing the string in-place and skipping unnecessary checks. 2024-12-12 01:35:02 +01:00
string_builder.h Optimize StringBuilder append for static strings, and as_string(). 2024-12-08 16:39:25 +01:00
string_name.cpp Lock the StringName::mutex after hashing the string, to spend less time hoarding it unnecessarily. 2025-01-15 21:20:48 +01:00
string_name.h Add move semantics (constructor, assignment) to StringName. 2024-12-16 19:02:52 +01:00
translation.cpp Make loading translations from threads safe 2024-11-22 09:44:07 +01:00
translation.h StringName: Fix empty hash 2024-09-09 13:30:02 -07:00
translation_domain.cpp Merge pull request #98547 from timothyqiu/loaded-locales-set 2024-11-11 14:18:40 -06:00
translation_domain.h Move pseudolocalization into TranslationDomain 2024-09-21 18:28:12 +08:00
translation_po.cpp Use (r)find_char instead of (r)find for single characters 2024-11-17 10:02:18 +01:00
translation_po.h Improve PR plural translation rules handling. 2024-06-18 19:04:00 +03:00
translation_server.compat.inc Expose standardize_locale add_default param publicly 2024-11-21 16:50:31 -07:00
translation_server.cpp Fix editor UI showing empty string for unknown locales. 2025-02-13 08:07:26 +02:00
translation_server.h Expose standardize_locale add_default param publicly 2024-11-21 16:50:31 -07:00
ucaps.h Update ucaps.h to contain proper case matchings 2025-01-29 12:37:33 +01:00
ustring.cpp Fix is_valid_float, Variant parser, Expression parser, script highlighter, and TextServer not handing capital E in scientific notation. 2025-02-05 18:39:40 +02:00
ustring.h Merge pull request #100434 from Ivorforce/string-copy-from-rename 2024-12-19 19:59:57 -06:00