aboutsummaryrefslogtreecommitdiff
path: root/lobby.c
Commit message (Expand)AuthorAgeFilesLines
* implemented a packet processing pipeline. got rid of Lobby. began development...rodri2023-02-091-101/+0
* use libgeometry from the system. got rid of global `theparty`. wrote a little...rodri2023-01-311-1/+1
* implemented a custom PDU/frame structure on top of UDP for game networking.rodri2022-06-111-0/+1
* changed the transport from tcp to udp. got rid of some unnecessary connection...rodri2022-06-081-1/+1
* incorporated libgeometry into the project.rodri2021-07-291-1/+2
* made the client window size immutable.rodri2021-07-291-2/+2
* brought the Sprite struct for future animations.rodri2021-07-281-0/+1
* implemented parties to hold PvP match info.rodri2021-07-251-20/+56
* some corrections.rodri2021-07-231-1/+1
* implemented a lobby for users waiting to join a party.rodri2021-07-231-0/+62