summaryrefslogtreecommitdiffstats
path: root/core/variant/variant_parser.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Use compatible text resource format when possibleHaoyu Qiu2024-04-231-2/+2
* Merge pull request #89186 from groud/save_byte_arrays_as_base64_encodedRémi Verschelde2024-04-101-0/+1
|\
| * Save PackedByteArrays as base64 encodedGilles Roudière2024-03-061-0/+1
* | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
|/
* Core: Fix recursion level check for `VariantWriter::write()` with objectsDanil Alexeev2023-08-291-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* VariantParser make readahead optionallawnjelly2022-12-121-3/+7
* Add readahead to VariantParserlawnjelly2022-11-241-8/+24
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-6/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Modify Dictionary::operator== to do real key/value comparison with recursive ...Emmanuel Leblond2021-10-301-1/+1
* VariantParser: Fix uninitialized ResourceParser funcsRémi Verschelde2021-07-301-3/+3
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+148