summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added wiimote test because... I dump lots of crap into this repo.epoch2020-11-181-0/+27
* Merge branch 'master' of ssh://21.41.41.1/hackvr into masterepoch2020-10-113-21/+39
|\
| * Merge branch 'master' of ssh://batou.thebackupbox.net:65432/hackvrepoch2020-10-1022-113/+712
| |\
| * | little bit of extras to dunexploreepoch2020-10-091-1/+7
| * | added ability to export drawn thing in draw.sh to hard-coded path. moved squa...epoch2020-10-091-19/+31
| * | removed an annoying xmessageepoch2020-10-091-1/+1
* | | Merge branch 'master' of ssh://21.41.41.1/hackvr into masterepoch2020-10-113-6/+12
|\ \ \ | | |/ | |/|
| * | added gitxdiewii to ignore listepoch2020-10-091-0/+1
| * | mouse_wii was not refreshing on change. keyboard and mouse event devices can ...epoch2020-10-092-6/+11
* | | put mouse buttons back to "normal" left-primary and right-secondaryepoch2020-10-111-2/+2
* | | added a epoch_PnPoly which mimics the interface the other *_PnPoly functions ...epoch2020-10-111-4/+4
* | | mix of last commit and specific draw case for 2-pointed shapesepoch2020-10-111-60/+35
* | | moved the bounding-box checking-code from driver-specific files into math.c, ...epoch2020-10-114-52/+45
|/ /
* | make was not working on my laptop. adding override to a bunch of lines made i...epoch2020-10-091-10/+15
* | forgot the wiimote filesepoch2020-10-092-0/+144
* | README now has info about each binary that gets dropped into src/ after a makeepoch2020-09-011-20/+48
* | used a defined constant instead of a magic constant. also put an idea in a co...epoch2020-08-161-2/+9
* | default build error messages less oftenepoch2020-07-171-1/+1
* | default build error messages less oftenepoch2020-07-171-1/+2
* | got the secondary and tertiary buttons swapped around. oops.epoch2020-07-171-3/+6
* | added hackvr_svg to .gitignore listepoch2020-07-171-0/+1
* | experimental svg outputepoch2020-07-171-0/+15
* | 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
* | removed the rotation from map2globe. you can use a second script to do rotation.epoch2020-07-171-4/+1
* | 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
* | added another example that makes a marquee out a text file that contains one...epoch2020-07-131-0/+28
* | subsume got multiple group globbing and actually works againepoch2020-07-051-3/+16
* | added a subsume testerepoch2020-07-052-0/+18
* | 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-164-7/+41
|\
| * changed default size of window to 1024x768epoch2020-05-051-2/+2
| * added ability to set library-specific pathsepoch2020-05-051-2/+9
| * updated the readme with build vars and locations of libsepoch2020-05-051-2/+26