aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* add a default sky map from fourmilab.ch.rodri2021-08-041-1/+22
* implemented keyboard key send/recv procedures.rodri2021-08-043-4/+68
* implemented complete universe particles integration.rodri2021-08-023-20/+74
* added an sprite for the Earth.rodri2021-08-015-3/+21
* randomly position the ships, facing each other.rodri2021-08-012-8/+22
* began building a universe for every party.rodri2021-08-0110-49/+275
* incorporated libgeometry into the project.rodri2021-07-299-42/+72
* made the client window size immutable.rodri2021-07-296-5/+44
* brought the Sprite struct for future animations.rodri2021-07-2812-77/+269
* first stages of a full-featured client.rodri2021-07-274-23/+149
* added a #s command interface for monitoring and control.rodri2021-07-251-0/+64
* implemented parties to hold PvP match info.rodri2021-07-258-135/+237
* some corrections.rodri2021-07-232-3/+3
* implemented a lobby for users waiting to join a party.rodri2021-07-236-23/+248
* implement a primitive VLA to keep connection state.rodri2021-07-212-6/+34
* implemented very basic server broadcasting.rodri2021-07-218-39/+159
* initial commit.rodri2021-07-219-0/+385