Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add brot | June McEnroe | 2018-04-10 |
| | | | | It's a Mandelbrot renderer. | ||
* | Move home bins to ~/.local/bin | June McEnroe | 2018-04-03 |
| | | | | | Also replaced ~/.cargo/bin with a symlink to ~/.local/bin to avoid having to have that in $path as well. | ||
* | Add scheme.png target | June McEnroe | 2018-03-31 |
| | |||
* | Add color scheme PNG generator | June McEnroe | 2018-03-31 |
| | |||
* | PHONY is a waste of time | June McEnroe | 2018-03-11 |
| | |||
* | Copy glitch from pngo | June McEnroe | 2018-03-02 |
| | |||
* | Remove jrp | June McEnroe | 2018-02-25 |
| | | | | It was fun. | ||
* | Add WIP pngo which produces glitch art | June McEnroe | 2018-02-15 |
| | |||
* | Move PNG filename counter into gfxx | June McEnroe | 2018-02-14 |
| | | | | pngs.c was a fun idea but a little convoluted. | ||
* | Remove typo | June McEnroe | 2018-02-14 |
| | | | | | The bin, not a typographical error. I only made it because I was switching keyboard layouts but now I'm back on QWERTY and can type fine. | ||
* | Add PNG stream splitter | June McEnroe | 2018-02-13 |
| | | | | | I don't know, somehow this is easier than having gfxx care about where it's writing to. | ||
* | Only set GFX if unset | June McEnroe | 2018-02-11 |
| | |||
* | Link -lncurses | June McEnroe | 2018-02-09 |
| | | | | Apparently the curses link doesn't exist everywhere. | ||
* | Silence BSD ctags warnings | June McEnroe | 2018-02-09 |
| | |||
* | Link LDLIBS regardless of GFX | June McEnroe | 2018-02-09 |
| | |||
* | Move gfx frontends around to simplify build | June McEnroe | 2018-02-09 |
| | | | | | I forgot that you can expand variables inside variables names in make. Certainly makes some fun things possible. | ||
* | Add janky X11 graphics frontend | June McEnroe | 2018-02-07 |
| | |||
* | Add tags target | June McEnroe | 2018-02-06 |
| | | | | | | This seems a bit out of character for me, but this is basically free: ctags(1) is part of FreeBSD and Darwin, and vim automatically uses tags. Also the format of tags files is cute. | ||
* | Mark mac target phony | June McEnroe | 2018-02-04 |
| | |||
* | Set up Makefile for gfxx-cocoa or gfxx-fb | June McEnroe | 2018-02-04 |
| | |||
* | Separate gfxx and its framebuffer frontend | June McEnroe | 2018-02-03 |
| | |||
* | Add fbatt | June McEnroe | 2018-02-01 |
| | |||
* | Build any target by default | June McEnroe | 2018-02-01 |
| | |||
* | Add gfxx | June McEnroe | 2018-02-01 |
| | |||
* | Add fbclock | June McEnroe | 2018-01-29 |
| | |||
* | Remove color from Makefile | June McEnroe | 2018-01-29 |
| | |||
* | Add setuid target for bri | June McEnroe | 2018-01-29 |
| | |||
* | Add color.c | June McEnroe | 2018-01-28 |
| | |||
* | Add portable bins target | June McEnroe | 2018-01-28 |
| | |||
* | Add klon | June McEnroe | 2018-01-22 |
| | | | | | | I've been working on this the past two days. Not playable yet but I think a good start. I enjoy the card and stack representation too much and this is probably why I don't enjoy industry programming as much. | ||
* | Remove ish | June McEnroe | 2017-10-26 |
| | | | | I think I've lost the ability to code... | ||
* | Add beginning of very basic shell, ish | June McEnroe | 2017-10-13 |
| | | | | Following <https://github.com/tokenrove/build-your-own-shell>. | ||
* | Regenerate gitignore with all | June McEnroe | 2017-09-27 |
| | |||
* | Combine pbcopy and pbpaste rules | June McEnroe | 2017-09-27 |
| | |||
* | Simplify bins Makefile | June McEnroe | 2017-09-17 |
| | | | | | Just link the usual libs for everything. Append warnings flags to CFLAGS. | ||
* | Move typo words to separate file | June McEnroe | 2017-09-15 |
| | |||
* | Add .gitignore target to bins Makefile | June McEnroe | 2017-09-14 |
| | |||
* | Add typing game | June McEnroe | 2017-09-14 |
| | |||
* | Fix bin/Makefile FreeBSD compatibility | June McEnroe | 2017-09-06 |
| | | | | | Have to use the same generic rule as sys.mk so it replaces it. Otherwise it only uses the one in sys.mk. | ||
* | Move C code to bin, Makefile, AGPL | June McEnroe | 2017-09-06 |