Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Compress PNG data in image | June McEnroe | 2019-01-07 |
| | | | | kcgi never enables compression for FastCGI. | ||
* | Install html files | June McEnroe | 2019-01-06 |
| | |||
* | Add kfcgi rc file | June McEnroe | 2019-01-06 |
| | |||
* | Add image and font to chroot | June McEnroe | 2019-01-06 |
| | |||
* | Fix make clean | June McEnroe | 2018-11-29 |
| | |||
* | Use png.h and config.mk | June McEnroe | 2018-11-29 |
| | |||
* | Fix Makefile indentation | June McEnroe | 2018-10-20 |
| | |||
* | Add install target | June McEnroe | 2018-10-20 |
| | |||
* | Add rc.torus | June McEnroe | 2018-10-20 |
| | |||
* | Add server daemonization | June McEnroe | 2018-10-14 |
| | |||
* | Replace torus.7 with torus.1 | June McEnroe | 2018-10-12 |
| | |||
* | Add PNG renderer | June McEnroe | 2018-10-10 |
| | |||
* | Link statically | June McEnroe | 2018-10-07 |
| | |||
* | Use PascalCase for constants | June McEnroe | 2018-09-30 |
| | |||
* | Add .o rule for BSD make | June McEnroe | 2018-08-25 |
| | |||
* | Revert "Explicitly build from .o objects" | June McEnroe | 2018-08-25 |
| | | | | This reverts commit 10df862510e610cf735ad181c2dd4cdc235e9102. | ||
* | Remove -lm | June McEnroe | 2018-08-25 |
| | | | | Map rendering uses only integer arithmetic this time. | ||
* | Explicitly build from .o objects | June McEnroe | 2018-08-25 |
| | | | | | Otherwise BSD make just builds the binaries from the .c files directly, ignoring the .h dependencies. | ||
* | Add client-side help page | June McEnroe | 2018-08-24 |
| | |||
* | Remove help | June McEnroe | 2018-08-23 |
| | |||
* | Replace client with rudimentary CP437 support | June McEnroe | 2018-08-21 |
| | |||
* | Clean up Makefile | June McEnroe | 2018-08-21 |
| | | | | Having .o files depend on .h files works correctly everywhere, it seems. | ||
* | Fix color pairs once and for all | June McEnroe | 2018-08-05 |
| | | | | | | | | | 8/16 color setup adapted from chat/ui.c. termcap patch hack no longer required. Black on black and bright black now work. Nothing will appear bold anymore on 256-color terminals. The keys for black have definitely always been in the help. You just didn't notice. | ||
* | Link with -lcurses | June McEnroe | 2018-07-24 |
| | | | | NetBSD has its own curses implementation and doesn't ship ncurses. | ||
* | Add libm.so to chroot.tar | June McEnroe | 2018-07-22 |
| | |||
* | Link with -lm | June McEnroe | 2018-07-22 |
| | | | | Darwin's lack of separation strikes again. | ||
* | Tabify source | June McEnroe | 2018-07-17 |
| | | | | And other style changes. | ||
* | Link against ncurses | June McEnroe | 2018-03-31 |
| | |||
* | Generate tags | June McEnroe | 2018-03-05 |
| | |||
* | Simplify Makefile with pattern rule | June McEnroe | 2017-10-03 |
| | | | | | | | Insert rant about how GNU make handles the .c rule with extra dependencies. Also I don't care that everything links curses now. | ||
* | Add quick data file merge tool | June McEnroe | 2017-08-31 |
| | | | | Hopefully I won't have to use it ever again. | ||
* | Add Makefile | June McEnroe | 2017-08-26 |