Commit message (Collapse) | Author | ||
---|---|---|---|
2022-09-18 | Make copyrights consistent HEAD master | June McEnroe | |
2021-10-17 | Remove capsicum support | June McEnroe | |
2021-10-15 | Retry getch() after ERR | June McEnroe | |
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. | |||
2021-10-15 | Build chroot only on OpenBSD | June McEnroe | |
2021-09-30 | Handle KEY_BACKSPACE in freecell | June McEnroe | |
2021-09-28 | Add news of freecell mouse support to menu | June McEnroe | |
2021-09-28 | Add mouse support to freecell | June McEnroe | |
Works much like WEP FreeCell. | |||
2021-09-28 | Add direct game selection tip to menu | June McEnroe | |
2021-09-27 | Extract chroot.tar with -p | June McEnroe | |
Explicitly preserve ownership and permissions, which is not the default on OpenBSD. | |||
2021-09-26 | OpenBSD: Copy appropriate files for chroot | June McEnroe | |
2021-09-26 | Link with -lncursesw | June McEnroe | |
2021-09-26 | OpenBSD: pledge(2) and unveil(2) | June McEnroe | |
2021-04-19 | Draw foundations in reverse order | June McEnroe | |
2021-04-19 | Only print info atexit without -t | June McEnroe | |
2021-04-19 | Only use cells for moveColumn | June McEnroe | |
So long as the move queuer doesn't use empty tableau stacks correctly, it shouldn't use them at all. This way it's easier to do the correct moves manually. | |||
2021-04-19 | Force UTF-8 locale and add to chroot, link to cursesw | June McEnroe | |
2021-04-18 | Add freecell | June McEnroe | |
2021-04-18 | Allow cumulative score games | June McEnroe | |
2021-01-31 | Check isatty | June McEnroe | |
2021-01-31 | Launch game immediately with SSH_ORIGINAL_COMMAND | June McEnroe | |
2021-01-29 | Handle getch ERR in menu | June McEnroe | |
2021-01-29 | Set process title to chosen game | June McEnroe | |
I just like to see :) | |||
2021-01-29 | Add pause to snake | June McEnroe | |
2021-01-29 | Add menu to choose 2048 or snake | June McEnroe | |
2021-01-29 | Actually wait for a non-direction key | June McEnroe | |
2021-01-29 | Give the snake a tail | June McEnroe | |
2021-01-29 | Don't let the snake snap its own neck | June McEnroe |