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 |
Rémi Verschelde
|
3b11e33a09
clang-format: Disable alignment of operands, too unreliable
|
3 years ago |
Rémi Verschelde
|
2ac320681a
Merge pull request #53225 from aaronfranke/c-locale
|
3 years ago |
Rémi Verschelde
|
b85dfd990e
GDScript completion: Handle quote style ad-hoc to remove editor dependency
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Aaron Franke
|
1cbec15084
Add locale rename for the "C" locale
|
3 years ago |
O01eg
|
9302b6547a
Implement override of get_message and get_plural_message
|
3 years ago |
Rémi Verschelde
|
73cd3f0b38
Merge pull request #51395 from angad-k/pseudolocalization-squashed
|
4 years ago |
Angad Kambli
|
e79dde1cbb
add pseudolocalization to Godot
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
Haoyu Qiu
|
7eec8334d4
Fix missing locale names
|
4 years ago |
Hugo Locurcio
|
5d124c4a8f
Remove uses of `auto` for better readability and online code reviews
|
4 years ago |