summaryrefslogtreecommitdiffstats
path: root/core/variant/variant_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-1/+1
|\
| * [Core] Fix sorting of `Dictionary` keysA Thousand Ships2024-10-181-1/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Implement typed dictionariesThaddeus Crews2024-09-041-17/+227
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+33
* Use compatible text resource format when possibleHaoyu Qiu2024-04-231-8/+17
* Rename internal is_ascii_char to is_ascii_alphabet_charAaron Franke2024-04-201-2/+2
* Merge pull request #89186 from groud/save_byte_arrays_as_base64_encodedRémi Verschelde2024-04-101-11/+82
|\
| * Save PackedByteArrays as base64 encodedGilles Roudière2024-03-061-11/+82
* | [Core] Add iteration support to `Array`A Thousand Ships2024-04-101-4/+6
* | Ignore ERR_FILE_CANT_OPEN error when loading scenekobewi2024-04-051-1/+1
* | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
|/
* Don't abort loading when ext_resource is missingkobewi2023-11-221-1/+4
* Fix StringName leaks in VariantParserYuri Sizov2023-10-191-1/+1
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* Core: Fix recursion level check for `VariantWriter::write()` with objectsDanil Alexeev2023-08-291-37/+20
* Ensure `RID`, `Callable`, and `Signal` are stored as stringsNinni Pipping2023-06-221-3/+57
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-18/+130
* Merge pull request #68450 from KoBeWi/bracket_escapistRémi Verschelde2023-01-121-2/+19
|\
| * Allow to escape closing brackets in CFG tagskobewi2022-11-091-2/+19
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | VariantParser make readahead optionallawnjelly2022-12-121-1/+16
* | Merge pull request #69119 from lawnjelly/faster_variant_parser_masterRémi Verschelde2022-12-051-17/+56
|\ \
| * | Add readahead to VariantParserlawnjelly2022-11-241-17/+56
| |/
* / Don't break parsing on missing resourceskobewi2022-11-281-1/+1
|/
* Rename Projection `matrix` to `columns`Aaron Franke2022-10-041-1/+1
* Fix crash when encoding freed object in ConfigFileHaoyu Qiu2022-09-041-1/+1
* Fix Vector4 serializationkobewi2022-07-291-2/+2
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+61
* Merge pull request #48989 from MarioLiebisch/variant-comment-line-breaksRémi Verschelde2022-05-051-0/+2
|\
| * Increase line counter when parsing commentsMario Liebisch2021-05-231-0/+2
* | Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde2022-05-031-3/+3
|\ \
| * | Rename Basis "elements" to "rows"Aaron Franke2022-04-291-2/+2
| * | Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-1/+1
* | | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-6/+6
|/ /
* | Fix more issues found by cppcheck.bruvzg2022-04-201-1/+0
* | Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-8/+8
* | String: Add contains().Anilforextra2022-02-041-1/+1
* | Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scrip...bruvzg2022-01-301-3/+41
* | Dictionary: Serialize empty dict as `{}` instead of `{\n}`Rémi Verschelde2022-01-181-4/+5
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* | Modify Dictionary::operator== to do real key/value comparison with recursive ...Emmanuel Leblond2021-10-301-29/+44
* | NaN, INF read/write bug fixedThakee Nathees2021-10-051-22/+54
* | Fixes to tests for Variant and Geometry3DAaron Franke2021-08-171-1/+1
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+5
* | Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio2021-07-211-2/+2
* | Fix Variant tags parsing.bruvzg2021-07-051-8/+24