aboutsummaryrefslogtreecommitdiff
path: root/bts.c
Commit message (Collapse)AuthorAgeFilesLines
* show the current state and keep ships from overlapping.rodri2023-08-261-9/+38
|
* implemented most of the layout code.rodri2023-08-251-40/+116
| | | | | | added a new util.c to host the cell/coordinate conversions. made the showproc a painter thread instead, to avoid problems with menuhit(2).
* minor ship placement clean up.rodri2023-08-241-7/+12
|
* armada placement testing. wrote part of the client netcode.rodri2023-08-241-40/+97
|
* added the rules manual.rodri2023-08-161-1/+6
|
* added ship drawing and placement procedures.rodri2023-08-151-12/+93
|
* latest try of player mgmt procedure. (not working)rodri2023-08-121-11/+97
|
* initial commit.rodri2023-08-081-0/+315