Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | got rid of unused locking popplayer. use an fd for the threadgrp. | rodri | 2023-09-08 | 1 | -21/+4 |
* | inline spawned threads to threadmain. | Amavect | 2023-09-07 | 1 | -6/+4 |
* | obtain each player's username and show it during battle. | rodri | 2023-09-01 | 1 | -7/+13 |
* | make playerq a fifo instead of a lifo. | rodri | 2023-09-01 | 1 | -4/+10 |
* | improved playerq locking. | rodri | 2023-08-31 | 1 | -14/+27 |
* | forbid placing ships after being done with the layout. | rodri | 2023-08-30 | 1 | -0/+4 |
* | implemented match conclusion logic and notification. | rodri | 2023-08-29 | 1 | -1/+9 |
* | reset the boards after each game. | rodri | 2023-08-29 | 1 | -7/+17 |
* | removed unnecessary pointer. | rodri | 2023-08-29 | 1 | -6/+4 |
* | major development stride: | rodri | 2023-08-29 | 1 | -33/+94 |
* | implemented most of the layout code. | rodri | 2023-08-25 | 1 | -1/+1 |
* | fixed the match process cleanup procedure. | rodri | 2023-08-24 | 1 | -76/+62 |
* | added the rules manual. | rodri | 2023-08-16 | 1 | -32/+61 |
* | latest try of player mgmt procedure. (not working) | rodri | 2023-08-12 | 1 | -29/+178 |
* | initial commit. | rodri | 2023-08-08 | 1 | -0/+98 |