This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2026-01-03 19:11:41 +00:00
Code
Releases
Wiki
Activity
Files
e34f1f504cc8046827f145868c573c32f82d035b
godot
/
tests
/
core
/
string
History
Lukas Tenbrink
e34f1f504c
Use
std::size
instead of
sizeof(a) / sizeof(a[0])
pattern throughout the codebase.
2025-02-07 14:57:48 +01:00
..
test_fuzzy_search.h
Add fuzzy string matching to quick open search
2024-10-28 11:24:36 -07:00
test_node_path.h
Fix
NodePath::slice()
incorrect behavior for subname indexing
2024-12-30 21:22:26 +01:00
test_string.h
Use
std::size
instead of
sizeof(a) / sizeof(a[0])
pattern throughout the codebase.
2025-02-07 14:57:48 +01:00
test_translation_server.h
Expose standardize_locale add_default param publicly
2024-11-21 16:50:31 -07:00
test_translation.h
Allow passing UID to importer
2024-11-11 15:22:42 +01:00