summary refs log tree commit diff homepage
path: root/play.c (follow)
Commit message (Collapse)AuthorAge
* Prevent blank name fieldsJune McEnroe2019-05-23
|
* Open path given to -t read-onlyJune McEnroe2019-05-23
|
* Add -t option to print scores as textJune McEnroe2019-05-23
|
* Use capsicum on FreeBSDJune McEnroe2018-12-31
|
* Handle ERR from getchJune McEnroe2018-12-31
| | | | | | | Somehow, play processes were being orphaned without receiving SIGHUP and would consume 100% CPU in this getch loop. I still have no idea what was happening to the SSH sessions to cause orphans like that, but this at least makes them exit.
* Replace control chars with blanks in nameJune McEnroe2018-12-26
|
* Show adjacent scores when not in topJune McEnroe2018-12-26
|
* Fix mode for score file createJune McEnroe2018-12-25
|
* Add AGPL notice on exitJune McEnroe2018-12-25
|
* Add 2048 gameJune McEnroe2018-12-25