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 月之前 |
Rémi Verschelde
|
c049d07121
VariantParser: Ensure all parse errors have an explanation
|
1 年之前 |
Thaddeus Crews
|
bf9ef5f8a5
Merge pull request #100564 from YYF233333/iwyu
|
7 月之前 |
Yufeng Ying
|
be86ce3103
Apply iwyu suggestion in core.
|
7 月之前 |
HP van Braam
|
240f510fa7
Core ubsan fixes
|
8 月之前 |
Lukas Tenbrink
|
b5c31ebb41
Add contains_char() for single-character 'contains' calls.
|
8 月之前 |
A Thousand Ships
|
79f654ced5
[Core] Fix sorting of `Dictionary` keys
|
10 月之前 |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
2 年之前 |
K. S. Ernest (iFire) Lee
|
f9b488508c
Add PackedVector4Array Variant type
|
1 年之前 |
Haoyu Qiu
|
941e5c4820
Use compatible text resource format when possible
|
1 年之前 |
Aaron Franke
|
b1f5e9fe3a
Rename internal is_ascii_char to is_ascii_alphabet_char
|
1 年之前 |
Rémi Verschelde
|
8764769ee8
Merge pull request #89186 from groud/save_byte_arrays_as_base64_encoded
|
1 年之前 |
A Thousand Ships
|
64146cb7f3
[Core] Add iteration support to `Array`
|
1 年之前 |
kobewi
|
f0cbd388dc
Ignore ERR_FILE_CANT_OPEN error when loading scene
|
1 年之前 |
Thaddeus Crews
|
9903e6779b
Enforce template syntax `typename` over `class`
|
1 年之前 |
Gilles Roudière
|
de5073519e
Save PackedByteArrays as base64 encoded
|
1 年之前 |
kobewi
|
1de0415118
Don't abort loading when ext_resource is missing
|
1 年之前 |
Yuri Sizov
|
4952d37f4b
Fix StringName leaks in VariantParser
|
1 年之前 |
Yuri Sizov
|
d8ff69d53c
Extract ScriptInstance to simplify includes
|
1 年之前 |
Danil Alexeev
|
5d689ad560
Core: Fix recursion level check for `VariantWriter::write()` with objects
|
1 年之前 |
Ninni Pipping
|
9159208ed1
Ensure `RID`, `Callable`, and `Signal` are stored as strings
|
2 年之前 |
Dmitrii Maganov
|
5909f9f075
GDScript: Fix issues with typed arrays
|
2 年之前 |
Rémi Verschelde
|
c2790ec2b9
Merge pull request #68450 from KoBeWi/bracket_escapist
|
2 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
lawnjelly
|
491594ef0f
VariantParser make readahead optional
|
2 年之前 |
Rémi Verschelde
|
f4bccf90a3
Merge pull request #69119 from lawnjelly/faster_variant_parser_master
|
2 年之前 |
kobewi
|
0765908868
Don't break parsing on missing resources
|
2 年之前 |
lawnjelly
|
5df29fec20
Add readahead to VariantParser
|
2 年之前 |
kobewi
|
0d122ce459
Allow to escape closing brackets in CFG tags
|
2 年之前 |
Aaron Franke
|
2cea42cc7f
Rename Projection `matrix` to `columns`
|
2 年之前 |