godot-module-template/core/string
2026-02-20 15:07:58 +02:00
..
alt_codes.h Move alt_code_oem437 and alt_code_cp1252 to separate header file 2025-05-03 11:52:49 +03:00
char_range.inc Update various Unicode-related files to version 17.0.0 2026-01-19 10:24:17 +01:00
char_utils.h Don't right-align escaped newlines, e.g. for #define. This has previously led to long diffs in the commit history. 2026-02-04 19:31:28 +01:00
fuzzy_search.cpp Change fuzzy search to only set case sensitive within set_query 2025-05-15 12:00:55 -07:00
fuzzy_search.h Change fuzzy search to only set case sensitive within set_query 2025-05-15 12:00:55 -07:00
locales.h Merge pull request #102787 from EGAMatsu/master 2026-02-16 15:02:27 -06:00
node_path.cpp Fix the NodePath hash function to not yield the same value for similar paths. 2026-01-27 20:50:10 +01:00
node_path.h Remove Array include from dictionary.h and ustring.h. 2025-10-06 16:21:36 +02:00
optimized_translation.cpp Use actual class names in resource type hints 2026-01-29 21:07:56 +01:00
optimized_translation.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
plural_rules.cpp Move plural rules logic into a separate class 2025-09-26 10:51:55 +08:00
plural_rules.h Move plural rules logic into a separate class 2025-09-26 10:51:55 +08:00
print_string.cpp Remove dependency of variant.h in print_string.h 2025-09-19 14:57:36 +08:00
print_string.h Don't right-align escaped newlines, e.g. for #define. This has previously led to long diffs in the commit history. 2026-02-04 19:31:28 +01:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
string_buffer.h Move binary math functions to Math namespace in math_funcs_binary header. 2026-02-17 12:24:35 +01:00
string_builder.cpp Rename String::resize to resize_uninitialized, to better communicate to callers that new characters must be initialized. 2025-06-11 18:13:02 +02:00
string_builder.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
string_name.cpp Remove unused StringName::search. 2025-06-11 00:16:51 +02:00
string_name.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
translation.cpp Fix loading old-style translation files 2025-11-29 10:22:46 -05:00
translation.h Style: Convert *.gen.inc to *.gen.h 2026-02-05 19:47:56 -06:00
translation_domain.cpp Change HashSet copy constructor from implicit to explicit. 2026-02-16 23:10:33 +01:00
translation_domain.h Add methods for querying loaded Translation instances 2025-11-21 08:51:26 +08:00
translation_server.compat.inc Expose standardize_locale add_default param publicly 2024-11-21 16:50:31 -07:00
translation_server.cpp Improve language selection when shaping text. 2025-12-18 09:05:07 +02:00
translation_server.h Improve language selection when shaping text. 2025-12-18 09:05:07 +02:00
ucaps.h Integrate (a nerfed version of) clang-tidy into CI. 2026-02-20 00:49:00 +01:00
ustring.cpp [String] Allow using Java style %[arg$] prefix in sprintf. 2026-02-20 15:07:58 +02:00
ustring.h Add Span equality (== and !=) operators. 2025-11-15 14:21:54 +01:00