aaronp64
|
8fb3697916
Avoid single character String allocations when appending characters
|
3 months ago |
Thaddeus Crews
|
ad40939b6f
Core: Replace C math headers with C++ equivalents
|
4 months ago |
Thaddeus Crews
|
94282d88f9
Core: Use `Math` namespace for constants
|
4 months ago |
Yufeng Ying
|
f7e4987d0e
Dictionary::get_key_list use LocalVector instead of List.
|
5 months ago |
Thaddeus Crews
|
b9665b9ee9
Merge pull request #104991 from nikitalita/fix_inf_neg
|
4 months ago |
nikitalita
|
046651e729
`VariantWriter::write`: fix writing negative infinity when p_compat is true
|
4 months ago |
Lukas Tenbrink
|
ffa6ef220b
Use `append_` instead of `parse_` for `String` methods.
|
4 months ago |
Aaron Franke
|
4d75c92225
VariantParser: Fix reading negated identifiers, replace `inf_neg` with `-inf`
|
6 months ago |
Thaddeus Crews
|
a0f10a28a6
Merge pull request #100933 from Synzorasize/fix_100889
|
6 months ago |
Pāvels Nadtočajevs
|
b50d9742c2
Fix `is_valid_float`, `Variant` parser, `Expression` parser, script highlighter, and `TextServer` not handing capital E in scientific notation.
|
6 months ago |
Synzorasize
|
b0845da37d
Fix parsing Resource type as value type of a Dictionary
|
7 months ago |
Rémi Verschelde
|
c049d07121
VariantParser: Ensure all parse errors have an explanation
|
1 year ago |
Thaddeus Crews
|
bf9ef5f8a5
Merge pull request #100564 from YYF233333/iwyu
|
7 months ago |
Yufeng Ying
|
be86ce3103
Apply iwyu suggestion in core.
|
7 months ago |
HP van Braam
|
240f510fa7
Core ubsan fixes
|
8 months ago |
Lukas Tenbrink
|
b5c31ebb41
Add contains_char() for single-character 'contains' calls.
|
8 months ago |
A Thousand Ships
|
79f654ced5
[Core] Fix sorting of `Dictionary` keys
|
10 months ago |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
2 years ago |
K. S. Ernest (iFire) Lee
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
Haoyu Qiu
|
941e5c4820
Use compatible text resource format when possible
|
1 year ago |
Aaron Franke
|
b1f5e9fe3a
Rename internal is_ascii_char to is_ascii_alphabet_char
|
1 year ago |
Rémi Verschelde
|
8764769ee8
Merge pull request #89186 from groud/save_byte_arrays_as_base64_encoded
|
1 year ago |
A Thousand Ships
|
64146cb7f3
[Core] Add iteration support to `Array`
|
1 year ago |
kobewi
|
f0cbd388dc
Ignore ERR_FILE_CANT_OPEN error when loading scene
|
1 year ago |
Thaddeus Crews
|
9903e6779b
Enforce template syntax `typename` over `class`
|
1 year ago |
Gilles Roudière
|
de5073519e
Save PackedByteArrays as base64 encoded
|
1 year ago |
kobewi
|
1de0415118
Don't abort loading when ext_resource is missing
|
1 year ago |
Yuri Sizov
|
4952d37f4b
Fix StringName leaks in VariantParser
|
1 year ago |
Yuri Sizov
|
d8ff69d53c
Extract ScriptInstance to simplify includes
|
1 year ago |
Danil Alexeev
|
5d689ad560
Core: Fix recursion level check for `VariantWriter::write()` with objects
|
1 year ago |