| Commit message (Expand) | Author | Age | |
|---|---|---|---|
| * | feat(client:exit): byee :33 | Lain Iwakura | 2026-01-04 |
| * | feat(main): linux patches | Lain Iwakura | 2026-01-04 |
| * | Remove capsicum support | June McEnroe | 2021-10-17 |
| * | Fix backspace on OpenBSD | June McEnroe | 2021-09-28 |
| * | OpenBSD: pledge(2) client | June McEnroe | 2021-09-26 |
| * | Replace strlcpy with snprintf | June McEnroe | 2021-09-20 |
| * | Draw lines to tile edge | June McEnroe | 2019-01-08 |
| * | Factor out default paths | June McEnroe | 2019-01-08 |
| * | Add cap_rights_limit calls to client and server | June McEnroe | 2019-01-04 |
| * | Add teleportation | June McEnroe | 2019-01-04 |
| * | Add simplified speed control | June McEnroe | 2019-01-04 |
| * | Add indicator of current position in map | June McEnroe | 2019-01-04 |
| * | Disable flip | June McEnroe | 2019-01-04 |
| * | Restore old data format | June McEnroe | 2019-01-04 |
| * | Call cap_enter in client and server | June McEnroe | 2018-11-29 |
| * | Add -s flag to client | June McEnroe | 2018-10-12 |
| * | Use PascalCase for constants | June McEnroe | 2018-09-30 |
| * | Dump HELP_DATA with client -h | June McEnroe | 2018-08-27 |
| * | Map modifyCount on log scale | June McEnroe | 2018-08-26 |
| * | Leave line mode with . | June McEnroe | 2018-08-26 |
| * | Add line mode | June McEnroe | 2018-08-25 |
| * | Fix key code handling | June McEnroe | 2018-08-25 |
| * | Implement map rendering | June McEnroe | 2018-08-25 |
| * | Fill in the help page | June McEnroe | 2018-08-24 |
| * | Always interpret space as space | June McEnroe | 2018-08-24 |
| * | Separate 8, 9 and *, ( | June McEnroe | 2018-08-24 |
| * | Add copy and paste | June McEnroe | 2018-08-24 |
| * | Add client-side help page | June McEnroe | 2018-08-24 |
| * | Add g for flip | June McEnroe | 2018-08-23 |
| * | Implement I, directional insert | June McEnroe | 2018-08-23 |
| * | Add C-l to redraw | June McEnroe | 2018-08-23 |
| * | Implement R | June McEnroe | 2018-08-22 |
| * | Implement r | June McEnroe | 2018-08-22 |
| * | Add F-keys to set shift | June McEnroe | 2018-08-22 |
| * | Add C-a and C-x | June McEnroe | 2018-08-22 |
| * | Implement ` ~ and x | June McEnroe | 2018-08-22 |
| * | Fix black-on-black once again | June McEnroe | 2018-08-22 |
| * | Track cell{X,Y} client-side and implement swaps | June McEnroe | 2018-08-21 |
| * | Maintain a tile client-side and support cursors | June McEnroe | 2018-08-21 |
| * | Replace client with rudimentary CP437 support | June McEnroe | 2018-08-21 |
| * | Shrink the torus and rearrange struct Tile | June McEnroe | 2018-08-21 |
| * | Remove spawns | June McEnroe | 2018-08-21 |
| * | Fix color pairs once and for all | June McEnroe | 2018-08-05 |
| * | Fix NaNs in serverMap | June McEnroe | 2018-07-23 |
| * | Add map to client | June McEnroe | 2018-07-22 |
| * | Refactor readInput for each mode | June McEnroe | 2018-07-21 |
| * | Add ARRAY_LEN macro | June McEnroe | 2018-07-19 |
| * | Tabify source | June McEnroe | 2018-07-17 |
| * | Fix ncurses color pair numbering | June McEnroe | 2018-05-13 |
| * | Use anonymous union | June McEnroe | 2018-04-09 |