aboutsummaryrefslogtreecommitdiff
path: root/mkfile
Commit message (Collapse)AuthorAgeFilesLines
* initial implementation of an AI.rodri2023-10-061-0/+1
| | | | | | added different modes for those who want to play with others and those who prefer to play against a bot (-a flag).
* add a mixer and some background sfx.rodri2023-10-011-0/+2
| | | | | | | | also postponed the connection establishment until the subsystem initialization is complete. there's no point in taking a seat you're going to leave milliseconds after a local resource failure.
* add parsecmd to the server.rodri2023-09-211-0/+1
| | | | | | | modified it to allow for commands with the same name but different nargs. now each match list entry is preceded by an 'm', to simplify its processing. note that this breaks the client. the next commit will fix that.
* more work on the menulist of matches.rodri2023-09-201-0/+1
|
* wrote a manual.rodri2023-09-081-4/+6
|
* implemented most of the layout code.rodri2023-08-251-0/+1
| | | | | | added a new util.c to host the cell/coordinate conversions. made the showproc a painter thread instead, to avoid problems with menuhit(2).
* initial commit.rodri2023-08-081-0/+24