godot/modules/gdscript
Fabio Alessandrelli e0fe795433 Add object encoding param to serialization methods
Network peers get_var/put_var
File get_var/store_var
GDScript/Mono/VisualScript bytes2var/var2bytes
Add MultiplayerAPI.allow_object_decoding member which deprecates PacketPeer.allow_object_decoding.

Break ABI compatibaility (API compatibility for GDNative).

(cherry picked from commit 393e62b98a)
2019-04-20 23:15:02 +02:00
..
doc_classes doc: Drop unused <demos> tag 2019-04-19 13:10:25 +02:00
editor Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
gdscript.cpp Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-20 20:13:07 +02:00
gdscript.h Add support for type hints in non-default script editor templates 2019-04-20 20:12:53 +02:00
gdscript_compiler.cpp Fix duplicated lines in GDScript bytecode 2019-03-16 10:42:28 -07:00
gdscript_compiler.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdscript_editor.cpp Add support for type hints in non-default script editor templates 2019-04-20 20:12:53 +02:00
gdscript_function.cpp Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_function.h Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_functions.cpp Add object encoding param to serialization methods 2019-04-20 23:15:02 +02:00
gdscript_functions.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdscript_parser.cpp GDScript: Don't allow built-in scripts to use class_name 2019-04-20 22:36:34 +02:00
gdscript_parser.h Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_tokenizer.cpp Add object encoding param to serialization methods 2019-04-20 23:15:02 +02:00
gdscript_tokenizer.h Fix warnings seen with -Wignored-qualifiers. 2019-02-21 20:24:29 +01:00
register_types.cpp Merge pull request #24883 from akien-mga/resourceformat-unregister 2019-01-10 14:25:09 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00