| Commit message (Expand) | Author | Age | Files | Lines |
* | added one last redraw before forcing an exit | epoch | 2021-01-24 | 1 | -0/+4 |
* | forgot to put creation perms into open for svg output | epoch | 2021-01-24 | 1 | -1/+1 |
* | sort order seemed backwards. or maybe it is backwards now. color was not bein... | epoch | 2021-01-22 | 1 | -12/+26 |
* | put version into a global and use it to not do mouseover effect for svg output | epoch | 2021-01-05 | 4 | -2/+18 |
* | hackvr_svg. added some debugging comments and <URL> group names now output as... | epoch | 2021-01-05 | 1 | -1/+31 |
* | got rid of the /home/epoch in calvr. put the year in the UI. use a loop that ... | epoch | 2020-12-19 | 1 | -11/+37 |
* | changed how the clock example works so it can work stand-alone and be make in... | epoch | 2020-12-19 | 5 | -7/+111 |
* | added wiimote test because... I dump lots of crap into this repo. | epoch | 2020-11-18 | 1 | -0/+27 |
* | Merge branch 'master' of ssh://21.41.41.1/hackvr into master | epoch | 2020-10-11 | 3 | -21/+39 |
|\ |
|
| * | Merge branch 'master' of ssh://batou.thebackupbox.net:65432/hackvr | epoch | 2020-10-10 | 22 | -113/+712 |
| |\ |
|
| * | | little bit of extras to dunexplore | epoch | 2020-10-09 | 1 | -1/+7 |
| * | | added ability to export drawn thing in draw.sh to hard-coded path. moved squa... | epoch | 2020-10-09 | 1 | -19/+31 |
| * | | removed an annoying xmessage | epoch | 2020-10-09 | 1 | -1/+1 |
* | | | Merge branch 'master' of ssh://21.41.41.1/hackvr into master | epoch | 2020-10-11 | 3 | -6/+12 |
|\ \ \
| | |/
| |/| |
|
| * | | added gitxdiewii to ignore list | epoch | 2020-10-09 | 1 | -0/+1 |
| * | | mouse_wii was not refreshing on change. keyboard and mouse event devices can ... | epoch | 2020-10-09 | 2 | -6/+11 |
* | | | put mouse buttons back to "normal" left-primary and right-secondary | epoch | 2020-10-11 | 1 | -2/+2 |
* | | | added a epoch_PnPoly which mimics the interface the other *_PnPoly functions ... | epoch | 2020-10-11 | 1 | -4/+4 |
* | | | mix of last commit and specific draw case for 2-pointed shapes | epoch | 2020-10-11 | 1 | -60/+35 |
* | | | moved the bounding-box checking-code from driver-specific files into math.c, ... | epoch | 2020-10-11 | 4 | -52/+45 |
|/ / |
|
* | | make was not working on my laptop. adding override to a bunch of lines made i... | epoch | 2020-10-09 | 1 | -10/+15 |
* | | forgot the wiimote files | epoch | 2020-10-09 | 2 | -0/+144 |
* | | README now has info about each binary that gets dropped into src/ after a make | epoch | 2020-09-01 | 1 | -20/+48 |
* | | used a defined constant instead of a magic constant. also put an idea in a co... | epoch | 2020-08-16 | 1 | -2/+9 |
* | | default build error messages less often | epoch | 2020-07-17 | 1 | -1/+1 |
* | | default build error messages less often | epoch | 2020-07-17 | 1 | -1/+2 |
* | | got the secondary and tertiary buttons swapped around. oops. | epoch | 2020-07-17 | 1 | -3/+6 |
* | | added hackvr_svg to .gitignore list | epoch | 2020-07-17 | 1 | -0/+1 |
* | | experimental svg output | epoch | 2020-07-17 | 1 | -0/+15 |
* | | experimental svg output | epoch | 2020-07-17 | 1 | -0/+270 |
* | | experimental svg output | epoch | 2020-07-17 | 1 | -0/+1 |
* | | moved 4 defines out to graphics_c2.h. switched to using named constants for m... | epoch | 2020-07-17 | 1 | -16/+12 |
* | | my keyboard device node changed names. meh | epoch | 2020-07-17 | 1 | -2/+1 |
* | | removed a comment I don't care for anymore. | epoch | 2020-07-17 | 1 | -3/+0 |
* | | this header got 4 constants moved into it that it should have gotten a long t... | epoch | 2020-07-17 | 1 | -0/+5 |
* | | switched to using named constants instead of magic values. right now to confi... | epoch | 2020-07-17 | 2 | -27/+80 |
* | | added a header for what the different mouse buttons are for hackvr | epoch | 2020-07-17 | 1 | -0/+11 |
* | | removed the rotation from map2globe. you can use a second script to do rotation. | epoch | 2020-07-17 | 1 | -4/+1 |
* | | added redrawplzkthx to gra_global struct to get force_redraw back to doing wh... | epoch | 2020-07-17 | 1 | -1/+2 |
* | | changed to using redrawplzkthx instead of force_redraw to request a redraw. f... | epoch | 2020-07-17 | 1 | -3/+8 |
* | | removed some commented out code and put braces around an if's body | epoch | 2020-07-17 | 1 | -16/+1 |
* | | hackvr_svg? what kind of madness is this? | epoch | 2020-07-17 | 1 | -1/+6 |
* | | added another example that makes a marquee out a text file that contains one... | epoch | 2020-07-13 | 1 | -0/+28 |
* | | subsume got multiple group globbing and actually works again | epoch | 2020-07-05 | 1 | -3/+16 |
* | | added a subsume tester | epoch | 2020-07-05 | 2 | -0/+18 |
* | | anything isspace() things is space is allowed as whitespace instead of just 0x20 | epoch | 2020-06-25 | 1 | -6/+7 |
* | | added horizon line back | epoch | 2020-06-25 | 1 | -3/+7 |
|/ |
|
* | split some code apart and added the recursive code needed for groups being su... | epoch | 2020-06-03 | 1 | -8/+42 |
* | mass rename of group_rot to group_rel | epoch | 2020-06-03 | 1 | -1/+1 |
* | mass rename of group_rot to group_rel | epoch | 2020-06-03 | 3 | -15/+16 |