summaryrefslogtreecommitdiffstats
path: root/modules/enet
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-278-16/+16
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-118-0/+16
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-2/+2
|/
* Add method for getting packet flags from ENetPacketPeerEdward Lu2024-10-023-0/+13
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Clarify that `ENetConnection`'s `create_host[_bound]` and `service` must be c...João Marcos P. Bezerra2024-07-101-4/+8
* Mention timeout unit in ENetConnection::service docsJoão Marcos P. Bezerra2024-07-041-1/+1
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+2
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-092-5/+5
* Merge pull request #80182 from mikemar10/mikemar10/update_documentation_enetc...Rémi Verschelde2023-10-131-1/+1
|\
| * Fixes packet details of ENetConnection EventType EVENT_RECEIVE documentationMike Martin2023-08-021-1/+1
* | 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