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
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-11
1
-3
/
+2
*
One less local variable in marshalls
Fabio Alessandrelli
2018-10-07
1
-3
/
+2
*
Fix some more warnings reported by CI
Rémi Verschelde
2018-10-03
1
-2
/
+0
*
Merge pull request #22223 from Faless/fix_int32_encode
Rémi Verschelde
2018-10-02
1
-3
/
+3
|
\
|
*
Fix put_var encoding some 32bits ints as 64bits.
Fabio Alessandrelli
2018-09-18
1
-3
/
+3
*
|
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-0
/
+1
|
/
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+5
*
Fix marshalls size checks.
Fabio Alessandrelli
2018-07-29
1
-101
/
+76
*
Merge pull request #16033 from poke1024/marshalls-dict
Juan Linietsky
2018-05-07
1
-1
/
+3
|
\
|
*
Detects crash-related marshalling errors due to NAN values
Bernhard Liebl
2018-01-24
1
-1
/
+3
*
|
Fix garbage in string padding.
Andrew Dunai
2018-03-04
1
-1
/
+1
|
/
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-2
/
+2
*
Style: Apply clang-format again on all files
Rémi Verschelde
2017-12-07
1
-2
/
+2
*
Merge pull request #12284 from bojidar-bg/allow-subproperty-set
Rémi Verschelde
2017-11-21
1
-14
/
+6
|
\
|
*
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-11-21
1
-14
/
+6
*
|
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-6
/
+6
|
/
*
Fix binary marshalling of Objects
Leon Krause
2017-10-08
1
-1
/
+2
*
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-09-01
1
-5
/
+5
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-2
/
+2
*
Fix binary object marshalling, closes #9472
Juan Linietsky
2017-08-21
1
-1
/
+6
*
-Properly check limits to objects sent (regarding to size), fixes #9034
Juan Linietsky
2017-08-18
1
-73
/
+133
*
Ability to save objects to binary format
Juan Linietsky
2017-08-14
1
-30
/
+153
*
renamed all Rect3.pos to Rect3.position
alexholly
2017-06-09
1
-6
/
+6
*
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
1
-4
/
+4
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-137
/
+0
*
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
1
-56
/
+0
*
Fix a pesky bug in marshalls.cpp/encode_variant
Bojidar Marinov
2017-04-11
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-583
/
+534
*
Various fixes detected using PVS-Studio static analyzer.
Thaer Razeq
2017-02-28
1
-4
/
+0
*
Both Array and Dictionary are always in shared mode (removed copy on write).
Juan Linietsky
2017-01-11
1
-6
/
+6
*
Type renames:
Juan Linietsky
2017-01-11
1
-26
/
+26
*
Variant INT and REAL are now 64 bits (other types remain at 32)
Juan Linietsky
2017-01-08
1
-18
/
+80
*
renamed joystick to joypad everywhere around source code!
Juan Linietsky
2017-01-08
1
-4
/
+4
*
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
1
-31
/
+31
*
Merge remote-tracking branch 'origin/gles3' into gles3-on-master
Rémi Verschelde
2017-01-02
1
-1
/
+1
|
\
|
*
Begining of GLES3 renderer:
Juan Linietsky
2016-10-03
1
-1
/
+1
*
|
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
|
/
*
Remove unused variables (fourth pass) + dead code
Rémi Verschelde
2016-07-08
1
-3
/
+0
*
Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.
Hinsbart
2016-04-23
1
-2
/
+4
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-4
/
+4
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
-fixes to ring buffer (fixes network error)
Juan Linietsky
2015-10-21
1
-1
/
+4
*
ran cppcheck, found unused variables
firefly2442
2015-09-16
1
-3
/
+0
*
Updated copyright year in all headers
Juan Linietsky
2015-04-18
1
-1
/
+1
[next]