send the matches list upon first connection. changed the syntax a bit.
paint the none entry in the middle of the row too.
added a border to the boards and corrected a bug when placing a ship.
got rid of static Image pointers in favor of a global color palette.
give more feedback about the current state of play to the spectator.
initial work towards spectator mode.
add parsecmd to the client. finish the menulist of matches.
more work on the menulist of matches.
initial work on a menu of matches.
renamed cmd to f(ields) to better reflect their nature.
don't send shots when the game is over. and freeze the cursor.
really allow any key to be pressed to continue.
got rid of unnecessary operator process.
fit client to the new architecture. clean things up, make them more consistent.
don't rotate the ship when moving the mouse while pressing mmb.
made playerq a Channel, turned polling into send/recv points and got rid of the reaper.
got rid of unused locking popplayer. use an fd for the threadgrp.
inline spawned threads to threadmain.
obtain each player's username and show it during battle.
make playerq a fifo instead of a lifo.
change mmb to rotate the ship without presenting a menu.
correct patrolcursor not showing up after finishing a battle.
forbid placing ships after being done with the layout.
added new cursors and their switching.
change the cursor based on game state (waiting and playing).
implemented match conclusion logic and notification.
show the current state and keep ships from overlapping.
implemented most of the layout code.
armada placement testing. wrote part of the client netcode.
fixed the match process cleanup procedure.
added ship drawing and placement procedures.
latest try of player mgmt procedure. (not working)