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 |
Ninni Pipping
|
9159208ed1
Ensure `RID`, `Callable`, and `Signal` are stored as strings
|
2 years ago |
Dmitrii Maganov
|
5909f9f075
GDScript: Fix issues with typed arrays
|
2 years ago |
Rémi Verschelde
|
c2790ec2b9
Merge pull request #68450 from KoBeWi/bracket_escapist
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
lawnjelly
|
491594ef0f
VariantParser make readahead optional
|
2 years ago |
Rémi Verschelde
|
f4bccf90a3
Merge pull request #69119 from lawnjelly/faster_variant_parser_master
|
2 years ago |
kobewi
|
0765908868
Don't break parsing on missing resources
|
2 years ago |
lawnjelly
|
5df29fec20
Add readahead to VariantParser
|
2 years ago |
kobewi
|
0d122ce459
Allow to escape closing brackets in CFG tags
|
2 years ago |
Aaron Franke
|
2cea42cc7f
Rename Projection `matrix` to `columns`
|
2 years ago |
Haoyu Qiu
|
3c0759608a
Fix crash when encoding freed object in ConfigFile
|
2 years ago |
kobewi
|
ee6fd704b5
Fix Vector4 serialization
|
3 years ago |
reduz
|
455c06ecd4
Implement Vector4, Vector4i, Projection
|
3 years ago |
Rémi Verschelde
|
192499c743
Merge pull request #48989 from MarioLiebisch/variant-comment-line-breaks
|
3 years ago |
Rémi Verschelde
|
931838b330
Merge pull request #60627 from aaronfranke/rename-elements
|
3 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
Aaron Franke
|
1bf94dff3a
Rename Basis "elements" to "rows"
|
3 years ago |
Aaron Franke
|
b831fb0a54
Rename Transform2D "elements" to "columns"
|
3 years ago |
bruvzg
|
de4c97758a
Fix more issues found by cppcheck.
|
3 years ago |
bruvzg
|
244db37508
Cleanup and move char functions to the `char_utils.h` header.
|
3 years ago |
Anilforextra
|
adbe948bda
String: Add contains().
|
3 years ago |
bruvzg
|
8e79c5fb8d
Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scripts and expressions.
|
3 years ago |
Rémi Verschelde
|
8898d6dadc
Dictionary: Serialize empty dict as `{}` instead of `{\n}`
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
Emmanuel Leblond
|
f9ba2efe1e
Modify Dictionary::operator== to do real key/value comparison with recursive support (and add unittests)
|
5 years ago |
Thakee Nathees
|
3f3ed5d34c
NaN, INF read/write bug fixed
|
5 years ago |