| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | added a check for if we need to supress normal output because we're doing per... | epoch | 2018-03-29 | 1 | -12/+18 |
* | added periodic output and normalized angles | epoch | 2018-03-29 | 1 | -3/+28 |
* | added ability to periodically output changed state instead of instantaneously | epoch | 2018-03-29 | 1 | -0/+1 |
* | added ability to periodically output changed state instead of instantaneously | epoch | 2018-03-29 | 1 | -0/+1 |
* | moved filebrowser stuff to examples dir | epoch | 2018-03-29 | 9 | -0/+20 |
* | updated some NOTES | epoch | 2018-03-29 | 1 | -7/+7 |
* | forgot to add camera.pos to hackvr repo. the browser scripts use it to center... | epoch | 2018-03-29 | 1 | -0/+2 |
* | filed filebrowser backend to not print .. twice. think I did that originally ... | epoch | 2018-03-29 | 1 | -1/+0 |
* | gopher backend for browser scripts now exits cleaning if hackvr exits by chec... | epoch | 2018-03-29 | 1 | -0/+4 |
* | made makelabel.sh more likely to catch errors before they get passed out into... | epoch | 2018-03-29 | 1 | -1/+14 |
* | added hex encoding and fixed uninitialized variable bug | epoch | 2018-03-29 | 1 | -3/+11 |
* | added comment to action_to_target and made it also do hex encoded stuff to ma... | epoch | 2018-03-29 | 2 | -3/+10 |
* | added comments to offsetshape.sh | epoch | 2018-03-29 | 1 | -0/+2 |
* | update frontent-hackvr.sh to use PATHed hackvr instead of relative | epoch | 2018-03-21 | 1 | -1/+1 |
* | updated slowcat to output help message for -h and --help | epoch | 2018-03-21 | 1 | -1/+1 |