| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | feat(git): update git link HEAD master | Lain Iwakura | 2026-01-04 |
| | | |||
| * | feat(linux): some patches | Lain Iwakura | 2026-01-04 |
| | | |||
| * | feat(linux): some patches | Lain Iwakura | 2026-01-04 |
| | | |||
| * | feat(linux): some patches | Lain Iwakura | 2026-01-04 |
| | | |||
| * | Make copyrights consistent | June McEnroe | 2022-09-18 |
| | | |||
| * | Remove capsicum support | June McEnroe | 2021-10-17 |
| | | |||
| * | Retry getch() after ERR | June McEnroe | 2021-10-15 |
| | | | | | | | In the version of ncurses in OpenBSD, the SIGWINCH handler installed by enabling keypad causes the read() inside getch() to fail with EINTR, which getch() doesn't handle, itself returning ERR. | ||
| * | Add news of freecell mouse support to menu | June McEnroe | 2021-09-28 |
| | | |||
| * | Add direct game selection tip to menu | June McEnroe | 2021-09-28 |
| | | |||
| * | OpenBSD: pledge(2) and unveil(2) | June McEnroe | 2021-09-26 |
| | | |||
| * | Only print info atexit without -t | June McEnroe | 2021-04-19 |
| | | |||
| * | Force UTF-8 locale and add to chroot, link to cursesw | June McEnroe | 2021-04-19 |
| | | |||
| * | Add freecell | June McEnroe | 2021-04-18 |
| | | |||
| * | Allow cumulative score games | June McEnroe | 2021-04-18 |
| | | |||
| * | Check isatty | June McEnroe | 2021-01-31 |
| | | |||
| * | Launch game immediately with SSH_ORIGINAL_COMMAND | June McEnroe | 2021-01-31 |
| | | |||
| * | Handle getch ERR in menu | June McEnroe | 2021-01-29 |
| | | |||
| * | Set process title to chosen game | June McEnroe | 2021-01-29 |
| | | | | | I just like to see :) | ||
| * | Add menu to choose 2048 or snake | June McEnroe | 2021-01-29 |
| | | |||
| * | Update git URL | June McEnroe | 2019-12-15 |
| | | |||
| * | Clear the screen between weekly and top boards | June McEnroe | 2019-05-26 |
| | | |||
| * | Add weekly scoreboard | June McEnroe | 2019-05-25 |
| | | |||
| * | Refactor scoreboard formatting | June McEnroe | 2019-05-25 |
| | | |||
| * | Prevent blank name fields | June McEnroe | 2019-05-23 |
| | | |||
| * | Open path given to -t read-only | June McEnroe | 2019-05-23 |
| | | |||
| * | Add -t option to print scores as text | June McEnroe | 2019-05-23 |
| | | |||
| * | Use capsicum on FreeBSD | June McEnroe | 2018-12-31 |
| | | |||
| * | Handle ERR from getch | June McEnroe | 2018-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 name | June McEnroe | 2018-12-26 |
| | | |||
| * | Show adjacent scores when not in top | June McEnroe | 2018-12-26 |
| | | |||
| * | Fix mode for score file create | June McEnroe | 2018-12-25 |
| | | |||
| * | Add AGPL notice on exit | June McEnroe | 2018-12-25 |
| | | |||
| * | Add 2048 game | June McEnroe | 2018-12-25 |