aboutsummaryrefslogtreecommitdiff
path: root/fns.h
Commit message (Collapse)AuthorAgeFilesLines
* implemented parties to hold PvP match info.rodri2021-07-251-0/+9
| | | | | | started serializing game state through the wire. made some major changes to the Lobby struct, plus the ability to check the health of every connection. added some more debug statements, did some cleanup and put more checks.
* implemented a lobby for users waiting to join a party.rodri2021-07-231-3/+15
| | | | brought the pack/unpack procedures from ssh(1).
* implemented very basic server broadcasting.rodri2021-07-211-0/+15
| | | | | got rid of unnecessary (at least for now) code. brought some e-funcs.
* initial commit.rodri2021-07-211-0/+1
implemented basic server loop, with separate threads to handle connections and run the simulations.