godot/core/string
Pāvels Nadtočajevs 9abe2e5294
Add `uri_file_decode` to handle `+` in file names.
2025-04-07 23:49:17 +07:00
..
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 +07:00
char_range.inc Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
char_utils.h Optimize `Color::to_html` by allocating less. 2025-03-20 13:42:03 +07:00
fuzzy_search.cpp Add fuzzy string matching to quick open search 2024-10-28 11:24:36 +07:00
fuzzy_search.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
locales.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
node_path.cpp Replace size() == 0 with is_empty(). 2025-04-02 19:18:43 +07:00
node_path.h Core: Expand `is_zero_constructible` coverage 2025-03-17 11:45:26 +07:00
optimized_translation.cpp Replace size() == 0 with is_empty(). 2025-04-02 19:18:43 +07:00
optimized_translation.h Fix hash issue with OptimizedTranslation caused by signed char 2025-03-16 15:21:06 +07:00
print_string.cpp Clean up some uses of `String::substr` 2025-03-07 14:50:38 +07:00
print_string.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
string_buffer.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
string_builder.cpp Optimize `StringBuilder.as_string` by constructing the string in-place and skipping unnecessary checks. 2024-12-12 01:35:02 +07:00
string_builder.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07: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 +07:00
string_name.h Merge pull request #98408 from rune-scape/stringlikevariantorder-in-place 2025-03-18 14:42:58 +07:00
translation.cpp Add ConstIterator to Dictionary. 2025-03-13 01:28:46 +07:00
translation.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
translation_domain.cpp Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase. 2025-02-07 14:57:48 +07:00
translation_domain.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
translation_po.cpp Using iterator pattern instead of List::Element *. 2025-03-28 13:29:15 +07:00
translation_po.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07: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 layout direction change on translation change. 2025-03-27 17:35:21 +07:00
translation_server.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
ucaps.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
ustring.cpp Add `uri_file_decode` to handle `+` in file names. 2025-04-07 23:49:17 +07:00
ustring.h Add `uri_file_decode` to handle `+` in file names. 2025-04-07 23:49:17 +07:00