summaryrefslogtreecommitdiff
path: root/modules/enet
AgeCommit message (Expand)Author
2023-01-30Fix various typos with codespellRémi Verschelde
2023-01-28[NET] Refactor TLS configuration.Fabio Alessandrelli
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-02[MP] Remove connection state signals from MultiplayerPeer.Fabio Alessandrelli
2022-11-01Merge pull request #67982 from Faless/mp/4.x_disconnect_closeFabio Alessandrelli
2022-10-30Merge pull request #67909 from Calinou/doc-enetpacketpeerMax Hilbrunner
2022-10-28[MP] Add MultiplayerPeer disconnect_peer, close.Fabio Alessandrelli
2022-10-27[MP] Let MultiplayerAPI handle packet relaying and peer signaling.Fabio Alessandrelli
2022-10-26Document the ENetPacketPeer classHugo Locurcio
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-08-26[Net] Expose get_remote_address get_remote_port.Fabio Alessandrelli
2022-08-24Replace Array return types with TypedArray 3kobewi
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-04Refactor module initializationreduz
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Fix usage of "Return" in the docskobewi
2022-01-02Fix various typosluz paz
2021-12-15[Net] ENet poll now only service the connection once.Jordan Schidlowsky
2021-12-15[Net] ENetMultiplayerPeer now sends fragmented packets unreliably too.Jordan Schidlowsky
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-10-05doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde
2021-10-01[Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli
2021-09-28Merge pull request #52481 from Faless/net/4.x_native_peersFabio Alessandrelli
2021-09-27[ENet] Fix server not correctly relaying peer disconnects.Fabio Alessandrelli
2021-09-25Document Android permission requirements for network access where neededHugo Locurcio
2021-09-24[Net/Docs] Update extensions documentation.Fabio Alessandrelli
2021-09-24[Net] MultiplayerPeer cleanup, defaults.Fabio Alessandrelli
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-09-08Multiplayer networking renames/simplificationMax Hilbrunner
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-09-02[Net] Silence ENetMultiplayerPeer close_connection.Fabio Alessandrelli
2021-08-23Document ENetConnection compression must match between client and serverHugo Locurcio
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-08-06[Net] Fix ENetMultiplayerPeer status during connection.Fabio Alessandrelli
2021-07-30[Net] Implement RPC channels in MultiplayerAPI.Fabio Alessandrelli
2021-07-30Merge pull request #51067 from akien-mga/doc-return-argument-self-closing-tagsRémi Verschelde
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-30[Net] Fix ENet 'connect_to_host' creating only one channel.Fabio Alessandrelli
2021-07-29[Net] Refactor ENetMultiplayerPeer to use ENet wrappers.Fabio Alessandrelli
2021-07-29[Net] Implement lower level ENet wrappers.Fabio Alessandrelli
2021-07-29[Net] Add generate_unique_id to MultiplayerPeer.Fabio Alessandrelli
2021-07-18Optimize StringName usagereduz
2021-07-16Enable range coder compression by default in NetworkedMultiplayerENetHugo Locurcio
2021-07-13Implement the ability to disable classesreduz
2021-07-12[Net] Rename NetworkedMultiplayerENet to ENetMultiplayerPeer.Fabio Alessandrelli