godot/modules/webrtc
reduz 6631f66c2a Optimize StringName usage
* Added a new macro SNAME() that constructs and caches a local stringname.
* Subsequent usages use the cached version.
* Since these use a global static variable, a second refcounter of static usages need to be kept for cleanup time.
* Replaced all theme usages by this new macro.
* Replace all signal emission usages by this new macro.
* Replace all call_deferred usages by this new macro.

This is part of ongoing work to optimize GUI and the editor.
2021-07-18 21:20:02 -03:00
..
doc_classes [Net] Rename WebRTCMultiplayer to WebRTCMultiplayerPeer. 2021-07-12 16:36:34 +02:00
config.py [Net] Rename WebRTCMultiplayer to WebRTCMultiplayerPeer. 2021-07-12 16:36:34 +02:00
library_godot_webrtc.js Fix "IDHandler.get_prop is not a function" error when calling some methods on WebRTCDataChannel 2021-07-17 20:03:37 -05:00
register_types.cpp Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
webrtc_data_channel.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
webrtc_data_channel.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
webrtc_data_channel_gdnative.cpp Misc cleanup of header includes 2021-07-15 00:46:43 +02:00
webrtc_data_channel_gdnative.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
webrtc_data_channel_js.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
webrtc_data_channel_js.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
webrtc_multiplayer_peer.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
webrtc_multiplayer_peer.h [Net] Rename WebRTCMultiplayer to WebRTCMultiplayerPeer. 2021-07-12 16:36:34 +02:00
webrtc_peer_connection.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
webrtc_peer_connection.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
webrtc_peer_connection_gdnative.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
webrtc_peer_connection_gdnative.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
webrtc_peer_connection_js.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
webrtc_peer_connection_js.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00