summaryrefslogtreecommitdiffstats
path: root/core/io/marshalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-144/+261
|\
| * Core: Add typed dictionary support for binary serializationDanil Alexeev2024-11-121-144/+261
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-4/+4
|\|
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-4/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Core] Fix TypedArray encoding when full objects is disabledFabio Alessandrelli2024-07-181-5/+13
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-1/+1
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+94
* Core: Fix binary serialization of objects in typed arraysDanil Alexeev2024-04-161-13/+16
* Core: Fix `RefCounted` handling in `marshalls.cpp`Danil Alexeev2024-04-151-8/+12
* [Core] Add iteration support to `Array`A Thousand Ships2024-04-101-2/+2
* [IO] Fix marshall decoding when script is NILFabio Alessandrelli2024-04-071-1/+1
* Core: Add typed array support for binary serializationDanil Alexeev2024-03-201-43/+169
* Prevent encoding/decoding objects that cannot be instantiatedA Thousand Ships2023-12-181-0/+4
* Prevent `encode_variant` doing `memcpy` from `nullptr`A Thousand Ships2023-10-291-2/+4
* Apply missing flag to vector4/projectionThaddeus Crews2023-10-121-0/+2
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix usages of mesh simplification functions in float=64 buildsMarc Gilleron2022-11-121-0/+21
* Rename Projection `matrix` to `columns`Aaron Franke2022-10-041-3/+3
* Fix a minor bug in the Projection binary decode logicAaron Franke2022-09-011-1/+1
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+104
* Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg2022-07-071-1/+1
* Add serialization for RID and SignalMinusKube2022-06-301-7/+38
* Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde2022-05-031-9/+9
|\
| * Rename Basis "elements" to "rows"Aaron Franke2022-04-291-6/+6
| * Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-3/+3
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
|/
* Merge pull request #58205 from Zylann/fix_variant_encode_with_doublesRémi Verschelde2022-02-191-0/+15
|\
| * Add missing flag when encode_variant writes math types with doublesMarc Gilleron2022-02-161-0/+15
* | Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-13/+0
* | Fixed variant decoding Segmentation FaultMax2022-02-141-5/+6
|/
* Fix typos with codespellRémi Verschelde2022-02-101-1/+1
* Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-201-3/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* [Marshalls] Fix Float64Array and Int64Array serialization.Fabio Alessandrelli2021-08-021-4/+3
* [Net] Fix Marshalls infinite recursion crash.Fabio Alessandrelli2021-07-301-8/+10
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-3/+3
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-9/+9
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Binary serialization for realsAaron Franke2021-06-171-169/+336
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-3/+3
* Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-071-1/+1
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-4/+4
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-2/+2
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-2/+2
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-8/+8