bruvzg
|
8b2260544a
Fix remapped font reloading on locale change.
|
1 year ago |
Pedro J. Estébanez
|
5301bbb3a5
Support loading of translations on threads
|
2 years ago |
Clay John
|
610877e326
Merge pull request #72288 from MewPurPur/use-string-repeat
|
2 years ago |
VolTer
|
6b84e258d2
Use String.repeat() in more places
|
2 years ago |
bruvzg
|
82d7923c65
Improve layout direction/locale automatic selection.
|
2 years ago |
Haoyu Qiu
|
5d7e003b29
Prepare for moving editor and classref translations to godot-editor-l10n repo
|
2 years ago |
Rémi Verschelde
|
163f6f5fe8
Merge pull request #68429 from KoBeWi/PropertySettings
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
kobewi
|
7c6b659bd7
Add PropertyInfo overload for GLOBAL_DEF
|
2 years ago |
bruvzg
|
35528b800c
[Font] Add an import option to pre-render all glyphs required for the translation.
|
2 years ago |
Rémi Verschelde
|
0e9878b12a
Merge pull request #67931 from bruvzg/locale_no_def
|
2 years ago |
bruvzg
|
ec3c4fcba9
Do not auto add default script and country codes to the locale.
|
2 years ago |
kobewi
|
e48c5daddf
Unify usage of GLOBAL/EDITOR_GET
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
kobewi
|
f7f4873ed0
Replace Array return types with TypedArray 3
|
3 years ago |
Yuri Sizov
|
1362bc22bd
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
|
3 years ago |
Aaron Record
|
900c676b02
Use range iterators for RBSet in most cases
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
3 years ago |
bruvzg
|
759ca45820
[Editor] Fix "en" editor translation detection.
|
3 years ago |
Hendrik Brucker
|
77fb65debf
Use EditorFileDialog instead of FileDialog in the project manager
|
3 years ago |
bruvzg
|
b801742b77
[GDExtension] Add binds for missing methods, operators, and constants required for GDExtension TextServer implementation.
|
3 years ago |
bruvzg
|
244db37508
Cleanup and move char functions to the `char_utils.h` header.
|
3 years ago |
bruvzg
|
9456454109
Fix translation with multiple sources for the same language.
|
3 years ago |
bruvzg
|
de48d5101b
Fix locale always selecting translation instead of "en", when no match found.
|
3 years ago |
bruvzg
|
40c56ed410
Improve locale detection.
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
raphaelazev
|
82527df55c
Added check to get_all_locales to avoid adding duplicate locales to array
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
Hugo Locurcio
|
c012fbc8b2
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
|
3 years ago |