virtualx-engine/modules/gdnative
Leonard Meagher f7eb426e2e Allow overriding how scripted objects are converted to strings
solves #26796

- ADD `String to_string()` method to Object which can be overriden by `String _to_string()` in scripts
- ADD `String to_string(r_valid)` method to ScriptInstance to allow langauges to control how scripted objects are converted to strings
- IMPLEMENT to_string for GDScriptInstance, VisualScriptInstance, and NativeScriptInstance
- ADD Documentation about `Object.to_string` and `Object._to_string`
- Changed `Variant::operator String` to use `obj->to_string()`
2019-05-03 15:06:05 -07:00
..
android Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
arvr Add option to have viewport render into supplied texture 2019-04-06 08:24:58 +11:00
doc_classes doc: Bump version to 3.2 2019-04-01 12:33:56 +02:00
gdnative added godot_dictionary_get_with_default to GDNative 2019-02-21 20:12:57 +01:00
include Add option to have viewport render into supplied texture 2019-04-06 08:24:58 +11:00
nativescript Allow overriding how scripted objects are converted to strings 2019-05-03 15:06:05 -07:00
net Fixing C compatiblity for GDNative NET module 2019-02-24 21:23:23 +01:00
pluginscript Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-05 23:41:51 +02:00
videodecoder Fixes segfault on opening incompatible files. 2019-03-11 16:41:30 +05:30
config.py doc: Sync classref with current source + AUTHORS edit 2019-01-10 14:34:29 +01:00
gdnative.cpp [GDNative] fix crash at shutdown when using singleton libraries and NativeScript 2019-03-09 18:01:08 +01:00
gdnative.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_api.json Fixing C compatiblity for GDNative NET module 2019-02-24 21:23:23 +01:00
gdnative_builders.py Fixing C compatiblity for GDNative NET module 2019-02-24 21:23:23 +01:00
gdnative_library_editor_plugin.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_editor_plugin.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_singleton_editor.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Added interface for GDNative Videodecoder. 2018-12-13 15:19:09 +01:00