1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00
Files
godot/doc/classes
Rémi Verschelde b39e1df704 Fix VariantWriter overflow on 64-bit int
Integers in Godot are signed 64-bit ints (int64_t), but var2str used
int behind the scenes and would thus overflow after 2^31.

Also properly documented the actual bounds of int and the behaviour
when overflowing them.
2019-02-21 11:24:00 +01:00
..
2018-12-14 09:37:19 +01:00
2018-11-20 11:15:02 +01:00
2018-12-14 09:37:19 +01:00
2019-02-13 09:23:29 +01:00
2019-02-13 09:23:29 +01:00
2018-05-12 09:38:00 +02:00
2018-10-07 21:57:26 +08:00
2018-10-07 21:57:26 +08:00
2018-05-17 00:15:30 +08:00
2018-12-14 09:37:19 +01:00
2018-09-07 20:07:44 +02:00
2018-07-01 11:16:54 +02:00
2018-09-12 21:39:17 -04:00
2018-05-12 09:38:00 +02:00
2018-05-12 09:38:00 +02:00
2018-11-04 22:15:11 +01:00
2019-02-10 13:30:48 +01:00
2018-07-16 23:16:58 +02:00
2018-10-25 15:14:47 +02:00
2018-05-12 09:38:00 +02:00
2018-03-02 04:59:17 +01:00
2019-02-10 13:30:48 +01:00
2018-09-12 21:39:17 -04:00
2019-01-29 13:05:20 +01:00
2019-01-29 13:05:20 +01:00
2018-08-31 22:35:15 +02:00
2018-04-19 21:09:53 +02:00
2018-10-07 21:57:26 +08:00
2019-02-13 09:23:29 +01:00
2018-03-29 12:46:21 +07:00