godot/scene/main
Andrea Catania eb07e87981 Optmized data sent during RPC and RSet calls.
- Now is sent the method ID rather the full function name.
- The passed IDs (Node and Method) are compressed so to use less possible space.
- The variant (INT and BOOL) is now encoded and compressed so to use much less data.
- Optimized RPCMode retrieval for GDScript functions.
- Added checksum to assert the methods are the same across peers.

This work has been kindly sponsored by IMVU.
2020-02-12 13:36:47 +01:00
..
canvas_layer.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
canvas_layer.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
http_request.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
http_request.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
instance_placeholder.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
instance_placeholder.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
node.cpp Optmized data sent during RPC and RSet calls. 2020-02-12 13:36:47 +01:00
node.h Optmized data sent during RPC and RSet calls. 2020-02-12 13:36:47 +01:00
resource_preloader.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_preloader.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_tree.cpp Modernized default 3D material, fixes material bugs. 2020-02-11 12:01:24 +01:00
scene_tree.h Bugfixes and ability to better specify filter and repeat modes everywhere. 2020-02-11 11:53:28 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
timer.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
timer.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
viewport.cpp Re-implemented screen space ambient occlusion 2020-02-11 12:15:46 +01:00
viewport.h Added normalmap guided roughness mipmap generator, and a global roughness limiter. 2020-02-11 12:16:01 +01:00