summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * updated the readme with build vars and locations of libsepoch2020-05-051-2/+26
| * the cp -r I was using in the makefile was copying into the dir if it already ...epoch2020-05-051-1/+4
* | got rid of the selfcommand in the move command. redid the delete commands. ch...epoch2020-05-161-61/+83
* | I needed a 12 sided shape for a chaosgate so I upped MAX_SIDES to 20epoch2020-05-161-1/+1
* | get_group_relative simplification and error checkingepoch2020-05-161-7/+8
* | added a test 3D cursor. it might stick around. it might just get commented out.epoch2020-05-161-1/+19
|/
* colors were in the wrong order...epoch2020-05-051-1/+1
* fixed color to "gold" (yellow) and 16-sided looks better and is a nice power ...epoch2020-04-301-2/+2
* the floppy disk hackvr mesh, and the chaosgate generator and its tester-scriptepoch2020-04-303-0/+99
* forgot to prevent the deletion commands from trying to free the camera struct...epoch2020-04-231-8/+12
* derped up with the check against what should have been the id, but was the wh...epoch2020-04-231-9/+9
* forgot to put the code for applying rotations to globbed groupsepoch2020-04-221-0/+7
* attempt at fixing bug in renamegroup based on hashtable crapepoch2020-04-221-1/+3
* redid some of the help crapepoch2020-04-221-26/+87
* was setting the scale to 0 after flattening, also was cleaning the gr before ...epoch2020-04-221-7/+7
* temporarily commented out physics stuffepoch2020-04-211-2/+4
* set_title and a output the window id for easier resize automationepoch2020-04-211-1/+7
* added set_title stubepoch2020-04-211-0/+5
* LOTS of stuff needed to be changed to get rid of group_rot stuff in here.epoch2020-04-211-135/+126
* moved default load position and got rid of group_rot stuffepoch2020-04-211-4/+2
* switched from using group_rot array to ht_group. also, scaling is now in grou...epoch2020-04-211-14/+15
* got rid of group_rotepoch2020-04-211-2/+2
* cleaned up dungen Makefile a bit. just including the binaries named the same ...epoch2020-04-201-5/+2
* added spinning animation for when buttons are click in the radioepoch2020-04-191-6/+18
* Merge branch 'master' of /var/git/hackvrepoch2020-04-181-1/+3
|\
| * Merge branch 'master' of ssh://lin.thebackupbox.net:65432/~/hackvrepoch2020-04-187-1/+247
| |\
| * | made the tee in hackvr_uri exit on a write error so that if you exit hackvr i...epoch2020-04-181-1/+3
* | | rearrange radio buttons, use socat instead of ncat for connecting to local ha...epoch2020-04-183-28/+35
| |/ |/|
* | Merge branch 'master' of /var/git/hackvrepoch2020-04-1428-331/+218
|\|
| * Merge branch 'master' of ssh://lin.thebackupbox.net:65432/~/hackvrepoch2020-04-142-2/+3
| |\
| | * Merge branch 'master' of ssh://21.41.41.1/var/git/hackvrepoch2020-04-1314-87/+129
| | |\
| | * \ merged some derp in hackvr_termepoch2020-04-1310-24/+51
| | |\ \
| | * | | made hackvr_term not bother with background squares for now. added an exec an...epoch2020-04-073-6/+12
| * | | | removed a couple things in keyboard event code that was initializing the keyb...epoch2020-04-141-10/+2
| * | | | cleaned out a BUNCH of old commented out code. updated other parts to get it ...epoch2020-04-141-221/+11
| * | | | removed a comment, added a comment.epoch2020-04-141-4/+1
| * | | | added ability for graphics system to not generate events.epoch2020-04-141-5/+8
| * | | | redraw on mouse movement in X11 because... I dunnoepoch2020-04-141-0/+3
| * | | | now draw a cursor at the mouse location. useful in the fb versionepoch2020-04-142-3/+9
| * | | | added hackvr_fb back into the default buildepoch2020-04-141-4/+4
| * | | | redid most of the /dev/input/mice codeepoch2020-04-141-1/+44
| * | | | new function: c2_add. you can guess what it does.epoch2020-04-142-0/+6
| * | | | forgot to remove the hackvr script from the install targetepoch2020-04-131-1/+0
| | |_|/ | |/| |
| * | | why was I printing an informative message to stdout?epoch2020-04-131-1/+1
| * | | I do not remember why I have two of these boards, but both should work with t...epoch2020-04-132-18/+18
| * | | rewrote tic-tac-toe a bit until it worked againepoch2020-04-121-24/+28
| * | | noticed I don't need input.o in the makefile anymoreepoch2020-04-123-25/+13
| * | | added the two missing binaries that were hanging out in srcepoch2020-04-121-0/+2
| * | | added a new idea of using X11 video and /dev/input/event for input. moved hac...epoch2020-04-123-13/+25
| * | | fixed up the /dev/input/event (die) inputs to work better with libidcepoch2020-04-123-4/+24