summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new tool to convert a heightmap to a cylinder in hackvr format. needs work st...epoch2019-02-071-0/+77
* made some debug stuff go to stderr instead of stdoutepoch2019-02-071-1/+1
* added ability to (commented out atm) pick luminosity based on distance from c...epoch2019-02-071-5/+15
* merged some derpage I did on the wrong branch in the wrong copy of the repoepoch2019-02-063-10/+26
|\
| * added elevation choice and a default camera rotation for chess exampleepoch2019-02-063-10/+26
* | changed the shebang from /bin/bash to /usr/bin/env bash on a lot of the examp...epoch2019-02-0617-18/+18
|/
* I forgot to add the examples dir somehow. they're back. tictactoe works again...epoch2019-02-0654-0/+1971
* fixed mouseover checks to not compare cs_t to c2_t.epoch2019-02-061-5/+7
* changed makelabel.sh to use dirname dirname $0 instead of PREFIX variable to ...epoch2019-02-051-6/+3
* got rid of -D argument for install in Makefile because it does not mean the s...epoch2019-02-051-6/+7
* added the separated out mouse and keyboard filesepoch2019-02-0510-0/+410
* squash! added physics.cepoch2019-02-051-0/+6
* added physics.cepoch2019-02-051-0/+33
* forgot a part of the path in part of that last commit. :/epoch2019-02-051-1/+1
* added default font and set makelabel to use it.epoch2019-02-052-2/+3
* fixed derped shebangepoch2019-02-051-1/+1
* forgot to add bin dir that contains a LOT of the handy stuffepoch2019-02-0512-0/+360
* added --version/-v/version flag/command. changed mouse coords from shrot to intepoch2019-02-053-3/+23
* fuck if I know. lots of shit. moved files.epoch2018-12-16141-2244/+46717
* variable initialization in makerotate.sh so commenting out loops won't break ...epoch2018-04-021-0/+3
* added script to generate the drugsandwires.fail logoepoch2018-04-021-0/+60
* added example game of chess that uses gnuchess as backendepoch2018-03-3111-0/+104
* moved tictactoe and made the reset button not move user back to default positionepoch2018-03-297-6/+7
* added preloading of glyphs for hackvr font (with ability to disable it) to ha...epoch2018-03-291-0/+62
* updated the gitignore with new binaries to ignore. also added new example tha...epoch2018-03-293-0/+41
* fixed a bug that caused glitch art from uninitialized memory in the clean bac...epoch2018-03-291-2/+10
* various. :>epoch2018-03-291-7/+22
* removed comment out code and comment about needless headerepoch2018-03-291-2/+0
* renamed a functionepoch2018-03-291-1/+1
* added a comment about an idea and renamed a function.epoch2018-03-291-2/+2
* added a check for if we need to supress normal output because we're doing per...epoch2018-03-291-12/+18
* added periodic output and normalized anglesepoch2018-03-291-3/+28
* added ability to periodically output changed state instead of instantaneouslyepoch2018-03-291-0/+1
* added ability to periodically output changed state instead of instantaneouslyepoch2018-03-291-0/+1
* moved filebrowser stuff to examples direpoch2018-03-299-0/+20
* updated some NOTESepoch2018-03-291-7/+7
* forgot to add camera.pos to hackvr repo. the browser scripts use it to center...epoch2018-03-291-0/+2
* filed filebrowser backend to not print .. twice. think I did that originally ...epoch2018-03-291-1/+0
* gopher backend for browser scripts now exits cleaning if hackvr exits by chec...epoch2018-03-291-0/+4
* made makelabel.sh more likely to catch errors before they get passed out into...epoch2018-03-291-1/+14
* added hex encoding and fixed uninitialized variable bugepoch2018-03-291-3/+11
* added comment to action_to_target and made it also do hex encoded stuff to ma...epoch2018-03-292-3/+10
* added comments to offsetshape.shepoch2018-03-291-0/+2
* update frontent-hackvr.sh to use PATHed hackvr instead of relativeepoch2018-03-211-1/+1
* updated slowcat to output help message for -h and --helpepoch2018-03-211-1/+1
* added anonet_map.sh example and helper script for it xcmd.sh. and a NOTES file.epoch2018-03-203-0/+70
* shouldn't delete hackvr on clean... it is a script and not a binary. oops.epoch2018-02-221-1/+0
* added comments and shit to common.hepoch2018-02-211-8/+10
* added attempt at freeglut doing 3depoch2018-02-213-0/+504
* made makerotate rotate through all dimensions... eventually.epoch2018-02-211-2/+7