Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -1/+1 |
| | |||||
* | Add object encoding param to serialization methods | Fabio Alessandrelli | 2019-04-01 | 1 | -0/+4 |
| | | | | | | | | | 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). | ||||
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | Clearly deprecate sync too in favor of remotesync. | Fabio Alessandrelli | 2018-09-15 | 1 | -2/+2 |
| | | | | | NOTE: This changes the RPC_MODE_* enum values. Games should be re-exported. GDNative rebuilt. | ||||
* | Rename slave keyword to puppet | Fabio Alessandrelli | 2018-09-15 | 1 | -2/+3 |
| | | | | | The slave keyword will still be available as deprecated in 3.1 but will be dropped from future releases. | ||||
* | MultiplayerAPI::send_bytes transfer mode support. | Fabio Alessandrelli | 2018-07-08 | 1 | -1/+1 |
| | | | | | Added as extra parameter, allow you to specify which transfer mode to use for those specific bytes | ||||
* | New sync RPC modes to match all combinations | Fabio Alessandrelli | 2018-05-29 | 1 | -0/+3 |
| | |||||
* | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-29 | 1 | -0/+11 |
| | |||||
* | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | 2018-05-29 | 1 | -14/+0 |
| | |||||
* | New sync RPC modes to match all combinations | Fabio Alessandrelli | 2018-05-26 | 1 | -0/+3 |
| | |||||
* | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-26 | 1 | -0/+11 |
| | |||||
* | Add missing copyright headers | Guilherme Felipe | 2018-05-16 | 1 | -0/+30 |
| | |||||
* | Allow sending raw bytes through MultiplayerAPI | Fabio Alessandrelli | 2018-05-12 | 1 | -0/+3 |
| | |||||
* | Internal methods in MultiplayerAPI start with _ | Fabio Alessandrelli | 2018-05-08 | 1 | -5/+5 |
| | |||||
* | Add new MultiplayerAPI class | Fabio Alessandrelli | 2018-03-03 | 1 | -0/+87 |
Handles all the high level networking stuff |