aboutsummaryrefslogtreecommitdiff
path: root/muswd.c
Commit message (Expand)AuthorAgeFilesLines
* implemented keyboard key send/recv procedures.rodri2021-08-041-3/+23
* began building a universe for every party.rodri2021-08-011-10/+29
* incorporated libgeometry into the project.rodri2021-07-291-5/+7
* made the client window size immutable.rodri2021-07-291-1/+1
* brought the Sprite struct for future animations.rodri2021-07-281-47/+41
* first stages of a full-featured client.rodri2021-07-271-2/+4
* added a #s command interface for monitoring and control.rodri2021-07-251-0/+64
* implemented parties to hold PvP match info.rodri2021-07-251-20/+55
* implemented a lobby for users waiting to join a party.rodri2021-07-231-17/+13
* implement a primitive VLA to keep connection state.rodri2021-07-211-6/+26
* implemented very basic server broadcasting.rodri2021-07-211-7/+24
* initial commit.rodri2021-07-211-0/+118