summaryrefslogtreecommitdiffstats
path: root/modules/enet
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect null checkA Thousand Ships2023-10-091-2/+2
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-2/+2
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-262-40/+40
* Merge pull request #80293 from Faless/mp/fix_enet_flags_with_channelsRémi Verschelde2023-08-071-15/+14
|\
| * [ENet] Properly set transfer flags when using custom channelsFabio Alessandrelli2023-08-051-15/+14
* | Fix various typos with codespellRémi Verschelde2023-08-071-1/+1
|/
* Fix documentation for consistencySeptian2023-07-121-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-063-3/+3
* Bump version to 4.2-devRémi Verschelde2023-07-053-3/+3
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-154-4/+8
* Add socket_send method to ENetConnection.TestSubject062023-06-133-0/+46
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-263-16/+16
* Bump version to 4.1-devRémi Verschelde2023-03-013-3/+3
* Fix various typos with codespellRémi Verschelde2023-01-301-1/+1
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-283-15/+15
* One Copyright Update to rule them allRémi Verschelde2023-01-058-232/+232
* [MP] Remove connection state signals from MultiplayerPeer.Fabio Alessandrelli2022-11-021-8/+1
* Merge pull request #67982 from Faless/mp/4.x_disconnect_closeFabio Alessandrelli2022-11-013-157/+112
|\
| * [MP] Add MultiplayerPeer disconnect_peer, close.Fabio Alessandrelli2022-10-283-157/+112
* | Merge pull request #67909 from Calinou/doc-enetpacketpeerMax Hilbrunner2022-10-301-4/+22
|\ \ | |/ |/|
| * Document the ENetPacketPeer classHugo Locurcio2022-10-261-4/+22
* | [MP] Let MultiplayerAPI handle packet relaying and peer signaling.Fabio Alessandrelli2022-10-273-192/+56
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* [Net] Expose get_remote_address get_remote_port.Fabio Alessandrelli2022-08-262-0/+14
* Replace Array return types with TypedArray 3kobewi2022-08-243-4/+8
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-083-60/+60
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-262-4/+4
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Refactor module initializationreduz2022-05-042-4/+14
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+1
* Add an XML schema for documentationHugo Locurcio2022-02-153-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-038-16/+16
* Fix usage of "Return" in the docskobewi2022-01-021-1/+1
* Fix various typosluz paz2022-01-023-5/+5
* [Net] ENet poll now only service the connection once.Jordan Schidlowsky2021-12-154-164/+183
* [Net] ENetMultiplayerPeer now sends fragmented packets unreliably too.Jordan Schidlowsky2021-12-151-2/+8
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-052-4/+4
* [Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli2021-10-011-1/+1
* Merge pull request #52481 from Faless/net/4.x_native_peersFabio Alessandrelli2021-09-283-56/+23
|\
| * [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