1
0
Fork 0
godot/core/string
A Thousand Ships 5113022dfe
Clean up some uses of `String::substr`
Cases where the end position is either equvalent to the default or past
the end of the string.
2025-03-07 14:50:38 +01:00
..
SCsub
char_range.inc
char_utils.h Add ZWSP to the list of space characters. 2025-02-06 10:31:32 +02:00
fuzzy_search.cpp
fuzzy_search.h
locales.h
node_path.cpp Fix `NodePath::slice()` incorrect behavior for subname indexing 2024-12-30 21:22:26 +01:00
node_path.h
optimized_translation.cpp
optimized_translation.h
print_string.cpp Clean up some uses of `String::substr` 2025-03-07 14:50:38 +01:00
print_string.h
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
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
translation.h
translation_domain.cpp
translation_domain.h
translation_po.cpp
translation_po.h
translation_server.compat.inc
translation_server.cpp Fix editor UI showing empty string for unknown locales. 2025-02-13 08:07:26 +02:00
translation_server.h
ucaps.h Update `ucaps.h` to contain proper case matchings 2025-01-29 12:37:33 +01:00
ustring.cpp Clean up some uses of `String::substr` 2025-03-07 14:50:38 +01:00
ustring.h Merge pull request #100434 from Ivorforce/string-copy-from-rename 2024-12-19 19:59:57 -06:00