| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | trimmed some trailing whitespace. AMAZING COMMIT RIGHT HERE | epoch | 2020-01-27 | 1 | -2/+2 |
* | added a comment that explains what some regex does | epoch | 2020-01-27 | 1 | -0/+1 |
* | forgot the Makefile | epoch | 2020-01-27 | 1 | -0/+5 |
* | added ANOTHER example of a calendar program. might have figured out a good wa... | epoch | 2020-01-27 | 2 | -0/+117 |
* | global struct rename | epoch | 2019-08-03 | 1 | -1/+1 |
* | I assume there was some trailing whitespace | epoch | 2019-08-03 | 1 | -1/+1 |
* | global rename. unimportant function | epoch | 2019-08-03 | 1 | -1/+5 |
* | renamed global to hvr_global. comment of stupidness. init now gets display fd... | epoch | 2019-08-03 | 1 | -3/+4 |
* | store display's fd in x11_global now to pass to select() in libidc | epoch | 2019-08-03 | 1 | -0/+1 |
* | made mouse presses redraw. new function not worth mentioning | epoch | 2019-08-03 | 1 | -0/+13 |
* | added array for pipe fds for redrawing and prototype for redraw | epoch | 2019-08-03 | 1 | -0/+2 |
* | added new redraw() which will work using libidc. also added an action on empt... | epoch | 2019-08-03 | 1 | -1/+13 |
* | letting X11 handle the repeats for held down keys | epoch | 2019-08-03 | 1 | -6/+13 |
* | huge change to using libidc from nonblocking files | epoch | 2019-08-03 | 1 | -139/+142 |
* | added a flag and old_r and old_p for future use | epoch | 2019-08-03 | 1 | -1/+4 |
* | fixed prototype for input_event_handler and added input_init prototype | epoch | 2019-08-03 | 1 | -1/+2 |
* | input.c needed input.h | epoch | 2019-08-03 | 1 | -0/+1 |
* | added all dep to makefile target "install" | epoch | 2019-08-03 | 1 | -1/+1 |
* | updated dungen tools to separate ascii viewer and the actual generator | epoch | 2019-07-13 | 3 | -40/+58 |
* | generic input event handler | epoch | 2019-07-01 | 1 | -0/+3 |
* | set FORCE_REDRAW to 0 because I'm abusing it now since it doesn't make much s... | epoch | 2019-07-01 | 1 | -1/+1 |
* | renamed global to hvr_global and added a namedpipe for doing selfcommand() | epoch | 2019-07-01 | 1 | -1/+2 |
* | added libidc and input.o to targets | epoch | 2019-07-01 | 1 | -24/+36 |
* | added a input handler since x11 mouse and kb events come through the same fd | epoch | 2019-07-01 | 1 | -0/+18 |
* | changed the name of a conflicting struct | epoch | 2019-06-30 | 1 | -1/+1 |
* | forgot to even build it before commit. wtf? | epoch | 2019-06-10 | 1 | -0/+1 |
* | pretty print to stderr. output 256 byts of raw dungeon to stdout | epoch | 2019-06-10 | 1 | -9/+16 |
* | added ability to set seed in dungen and commented out sleep that was used for... | epoch | 2019-06-10 | 2 | -2/+11 |
* | added a simple dungeon generator that might be used for something eventually | epoch | 2019-06-10 | 3 | -0/+83 |
* | nulling errors from grep and shuf in the game.sh for wordsearch | epoch | 2019-05-18 | 1 | -2/+2 |
* | switched run script for tictactoe to use socat | epoch | 2019-05-18 | 1 | -3/+1 |
* | renamed Makefile to GNUmakefile because I use GNU specific stuff | epoch | 2019-05-18 | 3 | -2/+47 |
* | merge with testing | epochqwert | 2019-02-07 | 7 | -17/+120 |
|\ |
|
| * | tictactoe changes likely to get overwritten | epoch | 2019-02-07 | 3 | -4/+4 |
| * | new tool to convert a heightmap to a cylinder in hackvr format. needs work st... | epoch | 2019-02-07 | 1 | -0/+77 |
| * | made some debug stuff go to stderr instead of stdout | epoch | 2019-02-07 | 1 | -1/+1 |
| * | added ability to (commented out atm) pick luminosity based on distance from c... | epoch | 2019-02-07 | 1 | -5/+15 |
| * | merged some derpage I did on the wrong branch in the wrong copy of the repo | epoch | 2019-02-06 | 3 | -10/+26 |
| |\ |
|
| | * | added elevation choice and a default camera rotation for chess example | epoch | 2019-02-06 | 3 | -10/+26 |
* | | | changed listen.sh to not use named pipes and game.sh to not use uniq since it... | epochqwert | 2019-02-07 | 2 | -20/+12 |
|/ / |
|
* / | changed the shebang from /bin/bash to /usr/bin/env bash on a lot of the examp... | epoch | 2019-02-06 | 17 | -18/+18 |
|/ |
|
* | I forgot to add the examples dir somehow. they're back. tictactoe works again... | epoch | 2019-02-06 | 54 | -0/+1971 |
* | fixed mouseover checks to not compare cs_t to c2_t. | epoch | 2019-02-06 | 1 | -5/+7 |
* | changed makelabel.sh to use dirname dirname $0 instead of PREFIX variable to ... | epoch | 2019-02-05 | 1 | -6/+3 |
* | got rid of -D argument for install in Makefile because it does not mean the s... | epoch | 2019-02-05 | 1 | -6/+7 |
* | added the separated out mouse and keyboard files | epoch | 2019-02-05 | 10 | -0/+410 |
* | squash! added physics.c | epoch | 2019-02-05 | 1 | -0/+6 |
* | added physics.c | epoch | 2019-02-05 | 1 | -0/+33 |
* | forgot a part of the path in part of that last commit. :/ | epoch | 2019-02-05 | 1 | -1/+1 |
* | added default font and set makelabel to use it. | epoch | 2019-02-05 | 2 | -2/+3 |