summary refs log tree commit diff
path: root/play.c (follow)
Commit message (Expand)AuthorAge
* Add freecellJune McEnroe2021-04-18
* Allow cumulative score gamesJune McEnroe2021-04-18
* Check isattyJune McEnroe2021-01-31
* Launch game immediately with SSH_ORIGINAL_COMMANDJune McEnroe2021-01-31
* Handle getch ERR in menuJune McEnroe2021-01-29
* Set process title to chosen gameJune McEnroe2021-01-29
* Add menu to choose 2048 or snakeJune McEnroe2021-01-29
* Update git URLJune McEnroe2019-12-15
* Clear the screen between weekly and top boardsJune McEnroe2019-05-26
* Add weekly scoreboardJune McEnroe2019-05-25
* Refactor scoreboard formattingJune McEnroe2019-05-25
* 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
* 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
Simplify Makefile with pattern ruleJune McEnroe 2017-09-27Remove leading blank linesJune McEnroe 2017-09-27Add merge.c to READMEJune McEnroe 2017-09-03Assert client coords are valid after movementJune McEnroe 2017-09-03Relicense AGPLJune McEnroe 2017-09-01Revert "Add client readOnly mode"June McEnroe 2017-09-01Remove clientRemove call from clientCastJune McEnroe 2017-09-01Add client readOnly modeJune McEnroe 2017-08-31Clean up merge toolJune McEnroe 2017-08-31Choose B for tiles with equal modify timesJune McEnroe 2017-08-31Add quick data file merge toolJune McEnroe 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroecolspan='3' class='logmsg'> 2019-01-07Fix explore image URLJune McEnroe 2019-01-07Add HOME button, ssh link, AGPL notice to exploreJune McEnroe 2019-01-06Add meta viewport to exploreJune McEnroe 2019-01-06Set background and max-width in exploreJune McEnroe 2019-01-06Swallow writes after the connection is closedJune McEnroe It was not okay. 2019-01-06Handle KCGI_HUPJune McEnroe I hope it's okay that I keep writing to the fwopen stream after streamWrite returns -1. 2019-01-06Install html filesJune McEnroe