| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | fixed derped shebang | epoch | 2019-02-05 | 1 | -1/+1 |
* | forgot to add bin dir that contains a LOT of the handy stuff | epoch | 2019-02-05 | 12 | -0/+360 |
* | added --version/-v/version flag/command. changed mouse coords from shrot to int | epoch | 2019-02-05 | 3 | -3/+23 |
* | fuck if I know. lots of shit. moved files. | epoch | 2018-12-16 | 141 | -2244/+46717 |
* | variable initialization in makerotate.sh so commenting out loops won't break ... | epoch | 2018-04-02 | 1 | -0/+3 |
* | added script to generate the drugsandwires.fail logo | epoch | 2018-04-02 | 1 | -0/+60 |
* | added example game of chess that uses gnuchess as backend | epoch | 2018-03-31 | 11 | -0/+104 |
* | moved tictactoe and made the reset button not move user back to default position | epoch | 2018-03-29 | 7 | -6/+7 |
* | added preloading of glyphs for hackvr font (with ability to disable it) to ha... | epoch | 2018-03-29 | 1 | -0/+62 |
* | updated the gitignore with new binaries to ignore. also added new example tha... | epoch | 2018-03-29 | 3 | -0/+41 |
* | fixed a bug that caused glitch art from uninitialized memory in the clean bac... | epoch | 2018-03-29 | 1 | -2/+10 |
* | various. :> | epoch | 2018-03-29 | 1 | -7/+22 |
* | removed comment out code and comment about needless header | epoch | 2018-03-29 | 1 | -2/+0 |
* | renamed a function | epoch | 2018-03-29 | 1 | -1/+1 |
* | added a comment about an idea and renamed a function. | epoch | 2018-03-29 | 1 | -2/+2 |