aboutsummaryrefslogtreecommitdiff
path: root/pack.c
Commit message (Expand)AuthorAgeFilesLines
* some corrections to frame processing and nomenclatures.rodri2022-06-151-2/+2
* implemented a custom PDU/frame structure on top of UDP for game networking.rodri2022-06-111-0/+49
* implemented keyboard key send/recv procedures.rodri2021-08-041-0/+22
* incorporated libgeometry into the project.rodri2021-07-291-1/+18
* brought the Sprite struct for future animations.rodri2021-07-281-0/+1
* implemented parties to hold PvP match info.rodri2021-07-251-83/+31
* implemented a lobby for users waiting to join a party.rodri2021-07-231-0/+143