godot/modules
Ignacio Etcheverry 844a8d215b Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()'
Up until now, 'GD.Print' would convert parameters first to
Variant and only then to String. This meant parameters that cannot be
converted to Variant would be printed as "Null".
This commit makes 'GD.Print' fallback to 'System.Object.ToString()'
if the parameter could not be converted to Variant.
The same applies to all 'GD.Print' variants:
'GD.PrintS', 'GD.PrintT', 'GD.PrintErr' and 'GD.PrintRaw'.
2020-01-02 13:54:20 +01:00
..
arkit Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
assimp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
bmp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
bullet Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
camera Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
csg Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
cvtt Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
dds Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
enet Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
etc Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
freetype Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdnative Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdscript Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gridmap Merge pull request #34706 from KoBeWi/grindput 2020-01-01 11:35:39 +01:00
hdr Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
jpg Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
jsonrpc Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mbedtls Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mobile_vr Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mono Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()' 2020-01-02 13:54:20 +01:00
ogg Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
opensimplex Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
opus Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
pvr Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
recast Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
regex Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
squish Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
stb_vorbis Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
svg Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
tga Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
theora Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
tinyexr Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
upnp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
vhacd Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
visual_script Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
vorbis Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webm Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webrtc Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
websocket Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
xatlas_unwrap Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_module_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Add 'split_libmodules' option to workaround linker issue 2019-12-11 15:40:28 +01:00