mirror of
https://github.com/godotengine/godot.git
synced 2025-02-18 16:50:48 +00:00
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. |
||
---|---|---|
.. | ||
classes | ||
tools | ||
Doxyfile | ||
Makefile |