index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
io
/
marshalls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-144
/
+261
|
\
|
*
Core: Add typed dictionary support for binary serialization
Danil Alexeev
2024-11-12
1
-144
/
+261
*
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-4
/
+4
|
\
|
|
*
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
1
-4
/
+4
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
[Core] Fix TypedArray encoding when full objects is disabled
Fabio Alessandrelli
2024-07-18
1
-5
/
+13
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-1
/
+1
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-0
/
+94
*
Core: Fix binary serialization of objects in typed arrays
Danil Alexeev
2024-04-16
1
-13
/
+16
*
Core: Fix `RefCounted` handling in `marshalls.cpp`
Danil Alexeev
2024-04-15
1
-8
/
+12
*
[Core] Add iteration support to `Array`
A Thousand Ships
2024-04-10
1
-2
/
+2
*
[IO] Fix marshall decoding when script is NIL
Fabio Alessandrelli
2024-04-07
1
-1
/
+1
*
Core: Add typed array support for binary serialization
Danil Alexeev
2024-03-20
1
-43
/
+169
*
Prevent encoding/decoding objects that cannot be instantiated
A Thousand Ships
2023-12-18
1
-0
/
+4
*
Prevent `encode_variant` doing `memcpy` from `nullptr`
A Thousand Ships
2023-10-29
1
-2
/
+4
*
Apply missing flag to vector4/projection
Thaddeus Crews
2023-10-12
1
-0
/
+2
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix usages of mesh simplification functions in float=64 builds
Marc Gilleron
2022-11-12
1
-0
/
+21
*
Rename Projection `matrix` to `columns`
Aaron Franke
2022-10-04
1
-3
/
+3
*
Fix a minor bug in the Projection binary decode logic
Aaron Franke
2022-09-01
1
-1
/
+1
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+104
*
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-07
1
-1
/
+1
*
Add serialization for RID and Signal
MinusKube
2022-06-30
1
-7
/
+38
*
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
1
-9
/
+9
|
\
|
*
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
1
-6
/
+6
|
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
1
-3
/
+3
*
|
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
|
/
*
Merge pull request #58205 from Zylann/fix_variant_encode_with_doubles
Rémi Verschelde
2022-02-19
1
-0
/
+15
|
\
|
*
Add missing flag when encode_variant writes math types with doubles
Marc Gilleron
2022-02-16
1
-0
/
+15
*
|
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-13
/
+0
*
|
Fixed variant decoding Segmentation Fault
Max
2022-02-14
1
-5
/
+6
|
/
*
Fix typos with codespell
Rémi Verschelde
2022-02-10
1
-1
/
+1
*
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-20
1
-3
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
[Marshalls] Fix Float64Array and Int64Array serialization.
Fabio Alessandrelli
2021-08-02
1
-4
/
+3
*
[Net] Fix Marshalls infinite recursion crash.
Fabio Alessandrelli
2021-07-30
1
-8
/
+10
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-3
/
+3
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-9
/
+9
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Binary serialization for reals
Aaron Franke
2021-06-17
1
-169
/
+336
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-3
/
+3
*
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
1
-1
/
+1
*
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
1
-4
/
+4
*
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
1
-2
/
+2
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-2
/
+2
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-8
/
+8
[next]