summaryrefslogtreecommitdiffstats
path: root/modules/enet/enet_packet_peer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add method for getting packet flags from ENetPacketPeerEdward Lu2024-10-021-0/+6
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-18/+18
* Fix documentation for consistencySeptian2023-07-121-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Net] Expose get_remote_address get_remote_port.Fabio Alessandrelli2022-08-261-0/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* [Net] Implement lower level ENet wrappers.Fabio Alessandrelli2021-07-291-0/+263