| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
added different modes for those who want
to play with others and those who prefer
to play against a bot (-a flag).
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
added a new util.c to host the cell/coordinate conversions.
made the showproc a painter thread instead, to avoid
problems with menuhit(2).
|
|
|