index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
/
marshalls.cpp
Age
Commit message (
Expand
)
Author
2021-08-02
[Marshalls] Fix Float64Array and Int64Array serialization.
Fabio Alessandrelli
2021-07-30
[Net] Fix Marshalls infinite recursion crash.
Fabio Alessandrelli
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-17
Binary serialization for reals
Aaron Franke
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-07
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-04
Rename Quat to Quaternion
Marcel Admiraal
2021-06-03
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-09
Static analyzer fixes:
bruvzg
2020-11-09
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-10
Revert "Renamed plane's d to distance"
Rémi Verschelde
2020-05-10
Renamed plane's d to distance
Marcus Elg
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-25
Update docs and bindings for new integer vector types
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-22
Add support for Vector2i, Rect2i and Vector3i to Variant
Juan Linietsky
2020-02-21
Added StringName as a variant type.
Juan Linietsky
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-15
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-12
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-01-09
GDScript: Validate object instance on `is` operation
George Marques
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-07-06
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-06-27
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-26
doc: Document EncodedObjectAsID, expose its property
Rémi Verschelde
2019-06-20
Fix always true/false values
qarmin
2019-05-19
Initialize padding on PoolByteArray serialization
Lukas Zanner
2019-04-09
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-03-28
Use same boolean for objects encode and decode.
Fabio Alessandrelli
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-11
Moved member variables to initializer list
Wilson E. Alvarez
2018-10-07
One less local variable in marshalls
Fabio Alessandrelli
2018-10-03
Fix some more warnings reported by CI
Rémi Verschelde
2018-10-02
Merge pull request #22223 from Faless/fix_int32_encode
Rémi Verschelde
2018-09-27
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-18
Fix put_var encoding some 32bits ints as 64bits.
Fabio Alessandrelli
[next]