summaryrefslogtreecommitdiffstats
path: root/modules/enet
Commit message (Expand)AuthorAgeFilesLines
...
| * [Net/Docs] Update extensions documentation.Fabio Alessandrelli2021-09-241-2/+0
| * [Net] MultiplayerPeer cleanup, defaults.Fabio Alessandrelli2021-09-242-54/+23
* | [ENet] Fix server not correctly relaying peer disconnects.Fabio Alessandrelli2021-09-271-1/+1
* | Document Android permission requirements for network access where neededHugo Locurcio2021-09-251-0/+1
|/
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* Multiplayer networking renames/simplificationMax Hilbrunner2021-09-081-2/+2
* [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-073-10/+10
* [Net] Silence ENetMultiplayerPeer close_connection.Fabio Alessandrelli2021-09-021-1/+3
* Document ENetConnection compression must match between client and serverHugo Locurcio2021-08-231-0/+1
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
* [Net] Fix ENetMultiplayerPeer status during connection.Fabio Alessandrelli2021-08-061-1/+1
* [Net] Implement RPC channels in MultiplayerAPI.Fabio Alessandrelli2021-07-302-18/+33
* Merge pull request #51067 from akien-mga/doc-return-argument-self-closing-tagsRémi Verschelde2021-07-303-194/+97
|\
| * doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-303-194/+97
* | [Net] Fix ENet 'connect_to_host' creating only one channel.Fabio Alessandrelli2021-07-301-1/+1
|/
* [Net] Refactor ENetMultiplayerPeer to use ENet wrappers.Fabio Alessandrelli2021-07-293-831/+481
* [Net] Implement lower level ENet wrappers.Fabio Alessandrelli2021-07-298-0/+1458
* [Net] Add generate_unique_id to MultiplayerPeer.Fabio Alessandrelli2021-07-292-23/+1
* Optimize StringName usagereduz2021-07-181-8/+8
* Enable range coder compression by default in NetworkedMultiplayerENetHugo Locurcio2021-07-162-5/+6
* Implement the ability to disable classesreduz2021-07-131-1/+1
* [Net] Rename NetworkedMultiplayerENet to ENetMultiplayerPeer.Fabio Alessandrelli2021-07-125-95/+95
* [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli2021-07-123-8/+8
* [Net] Remove most multiplayer hooks from SceneTree.Fabio Alessandrelli2021-07-121-1/+1
* Merge pull request #48331 from Faless/net/4.x_enet_relay_laxRémi Verschelde2021-06-171-1/+4
|\
| * [Net] ENet non-relaying server now process broadcasts.Fabio Alessandrelli2021-04-301-1/+4
* | Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-062-11/+11
|/
* Merge pull request #48235 from Faless/feature/network-local-port-enet-salvagedRémi Verschelde2021-04-283-35/+40
|\
| * Implement NetworkedMultiplayerENet.get_local_portFabio Alessandrelli2021-04-283-35/+40
* | Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-3/+3
|/
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Add set_peer_timeout to NetworkedMultiplayerENet.Fabian2021-02-273-0/+26
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-082-35/+19
* Mention that NetworkedMultiplayerENet uses UDP onlyHugo Locurcio2021-01-141-0/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-014-8/+8
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-2/+14
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-2/+2
* Fix crash in ENet changing refuse_new_connectionsFabio Alessandrelli2020-07-291-1/+5
* Funnel refuse_new_connections to Godot ENet.Fabio Alessandrelli2020-07-141-0/+3
* Improve the ENet channels documentation in NetworkedMultiplayerENetHugo Locurcio2020-07-131-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-14/+14
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-142-14/+27
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-64/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-14/+14
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-3/+6
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Fix various typosluz.paz2020-03-111-1/+1