summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* experimental svg outputepoch2020-07-171-0/+270
* experimental svg outputepoch2020-07-171-0/+1
* moved 4 defines out to graphics_c2.h. switched to using named constants for m...epoch2020-07-171-16/+12
* my keyboard device node changed names. mehepoch2020-07-171-2/+1
* removed a comment I don't care for anymore.epoch2020-07-171-3/+0
* this header got 4 constants moved into it that it should have gotten a long t...epoch2020-07-171-0/+5
* switched to using named constants instead of magic values. right now to confi...epoch2020-07-172-27/+80
* added a header for what the different mouse buttons are for hackvrepoch2020-07-171-0/+11
* added redrawplzkthx to gra_global struct to get force_redraw back to doing wh...epoch2020-07-171-1/+2
* changed to using redrawplzkthx instead of force_redraw to request a redraw. f...epoch2020-07-171-3/+8
* removed some commented out code and put braces around an if's bodyepoch2020-07-171-16/+1
* hackvr_svg? what kind of madness is this?epoch2020-07-171-1/+6
* subsume got multiple group globbing and actually works againepoch2020-07-051-3/+16
* anything isspace() things is space is allowed as whitespace instead of just 0x20epoch2020-06-251-6/+7
* added horizon line backepoch2020-06-251-3/+7
* split some code apart and added the recursive code needed for groups being su...epoch2020-06-031-8/+42
* mass rename of group_rot to group_relepoch2020-06-031-1/+1
* mass rename of group_rot to group_relepoch2020-06-033-15/+16
* mass rename of group_rot to group_relepoch2020-06-031-9/+9
* added the "subsume" commandepoch2020-06-034-12/+20
* I should stop commiting code that does not compile. it compiles now. going to...epoch2020-05-161-50/+55
* Merge branch 'master' of ssh://21.41.41.1/~/hackvrepoch2020-05-162-4/+11
|\
| * changed default size of window to 1024x768epoch2020-05-051-2/+2
| * added ability to set library-specific pathsepoch2020-05-051-2/+9
* | 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
* 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
* 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