| Commit message (Expand) | Author | Age | Files | Lines |
* | colors were in the wrong order... | epoch | 2020-05-05 | 1 | -1/+1 |
* | forgot to prevent the deletion commands from trying to free the camera struct... | epoch | 2020-04-23 | 1 | -8/+12 |
* | derped up with the check against what should have been the id, but was the wh... | epoch | 2020-04-23 | 1 | -9/+9 |
* | forgot to put the code for applying rotations to globbed groups | epoch | 2020-04-22 | 1 | -0/+7 |
* | attempt at fixing bug in renamegroup based on hashtable crap | epoch | 2020-04-22 | 1 | -1/+3 |
* | redid some of the help crap | epoch | 2020-04-22 | 1 | -26/+87 |
* | was setting the scale to 0 after flattening, also was cleaning the gr before ... | epoch | 2020-04-22 | 1 | -7/+7 |
* | temporarily commented out physics stuff | epoch | 2020-04-21 | 1 | -2/+4 |
* | set_title and a output the window id for easier resize automation | epoch | 2020-04-21 | 1 | -1/+7 |
* | added set_title stub | epoch | 2020-04-21 | 1 | -0/+5 |
* | LOTS of stuff needed to be changed to get rid of group_rot stuff in here. | epoch | 2020-04-21 | 1 | -135/+126 |
* | moved default load position and got rid of group_rot stuff | epoch | 2020-04-21 | 1 | -4/+2 |
* | switched from using group_rot array to ht_group. also, scaling is now in grou... | epoch | 2020-04-21 | 1 | -14/+15 |
* | got rid of group_rot | epoch | 2020-04-21 | 1 | -2/+2 |
* | removed a couple things in keyboard event code that was initializing the keyb... | epoch | 2020-04-14 | 1 | -10/+2 |
* | cleaned out a BUNCH of old commented out code. updated other parts to get it ... | epoch | 2020-04-14 | 1 | -221/+11 |
* | removed a comment, added a comment. | epoch | 2020-04-14 | 1 | -4/+1 |
* | added ability for graphics system to not generate events. | epoch | 2020-04-14 | 1 | -5/+8 |
* | redraw on mouse movement in X11 because... I dunno | epoch | 2020-04-14 | 1 | -0/+3 |
* | now draw a cursor at the mouse location. useful in the fb version | epoch | 2020-04-14 | 2 | -3/+9 |
* | added hackvr_fb back into the default build | epoch | 2020-04-14 | 1 | -4/+4 |
* | redid most of the /dev/input/mice code | epoch | 2020-04-14 | 1 | -1/+44 |
* | new function: c2_add. you can guess what it does. | epoch | 2020-04-14 | 2 | -0/+6 |
* | forgot to remove the hackvr script from the install target | epoch | 2020-04-13 | 1 | -1/+0 |
* | noticed I don't need input.o in the makefile anymore | epoch | 2020-04-12 | 3 | -25/+13 |
* | added a new idea of using X11 video and /dev/input/event for input. moved hac... | epoch | 2020-04-12 | 3 | -22/+25 |
* | fixed up the /dev/input/event (die) inputs to work better with libidc | epoch | 2020-04-12 | 3 | -4/+24 |
* | added some more informative messages, split input into keyboard/mouse | epoch | 2020-04-12 | 1 | -3/+19 |
* | fixed export, glob_match, and y-axis-only movement. | epoch | 2020-04-07 | 1 | -8/+15 |
* | added a lot of code while trying to fix the 3D projection to be less suck. en... | epoch | 2020-04-06 | 3 | -54/+106 |
* | left some really derpy code in the move command. added extra check to return ... | epoch | 2020-04-03 | 2 | -4/+22 |
* | added the camera to the group_rots | epoch | 2020-04-03 | 1 | -0/+1 |
* | noticed a comment that is wrong, or something in my head is wrong. not sure w... | epoch | 2020-04-03 | 1 | -1/+1 |
* | removed some debuggery and found I need to add a group_rot for the camera und... | epoch | 2020-04-03 | 1 | -3/+4 |
* | finally got rid of unused shape structs left over from when I was trying to g... | epoch | 2020-04-03 | 1 | -8/+4 |
* | I did NOT need all those explicit rules for the .o files... wtf, me? | epoch | 2020-04-03 | 1 | -35/+10 |
* | added a handler for graphics events and not only assuming we only need to red... | epoch | 2020-04-02 | 6 | -27/+27 |
* | I was dereferencing a value without checking it first. just stopped using the... | epoch | 2020-04-02 | 1 | -3/+4 |
* | added ability for you to add custom LDLIBS when making | epoch | 2020-03-28 | 1 | -3/+3 |
* | added hackvr_uri script and fixed the makefile brokenness | epoch | 2020-03-28 | 1 | -1/+0 |
* | bunch of stuff that added proper flatten, then broke stuff again trying to ma... | epoch | 2020-03-28 | 5 | -43/+148 |
* | should have split these changes into two commits | epoch | 2020-03-28 | 1 | -36/+47 |
* | added field of view config because it was missing | epoch | 2020-03-27 | 1 | -0/+2 |
* | added a couple more key bindings for X11 | epoch | 2020-03-07 | 1 | -8/+20 |
* | added defines for keys to rotate the camera | epoch | 2020-03-07 | 1 | -0/+2 |
* | added turning keys if you insist on not using a mouse | epoch | 2020-03-07 | 1 | -1/+10 |
* | some more functions went into math.h | epoch | 2020-03-07 | 1 | -0/+4 |
* | added flatten command | epoch | 2020-03-07 | 1 | -30/+30 |
* | moved the group_rotation based transformations into a function in math.c so I... | epoch | 2020-03-07 | 3 | -36/+70 |
* | made key presses not noisy into stderr anymore. | epoch | 2020-02-24 | 1 | -1/+1 |