aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated README to show that everything that got deleted went to an -extras ↵HEADmasterepoch2022-08-17162-62606/+23
| | | | repo. also, hackvr script updated to be better bash
* added a sanity checkepoch2022-03-101-0/+11
|
* matrix things addedepoch2022-03-101-0/+10
|
* added "relativeexport". glob_match uses fnmatch under the hood nowepoch2022-03-101-5/+51
|
* changed a define and added a char* active for some reasonepoch2022-03-101-1/+2
|
* some naive matrix functions added to math.c, circles are handled a bit ↵epoch2022-03-101-10/+65
| | | | differently now.
* added a "license" and a not about building on a raspi into the readmeepoch2021-06-192-1/+3
|
* hackvr-clock was matching on the line that does the matching instead of just ↵epoch2021-05-152-3/+2
| | | | the line it wanted
* added a state var, and a title var. svg will now use those in its output ↵epoch2021-01-245-45/+51
| | | | "svg" (html)
* changed some constants in anonet map generator and swapped from maxdist to ↵epoch2021-01-242-3/+7
| | | | mindist in shitdist2()
* added one last redraw before forcing an exitepoch2021-01-241-0/+4
|
* forgot to put creation perms into open for svg outputepoch2021-01-241-1/+1
|
* sort order seemed backwards. or maybe it is backwards now. color was not ↵epoch2021-01-221-12/+26
| | | | being set for some 3d shapes.
* put version into a global and use it to not do mouseover effect for svg outputepoch2021-01-054-2/+18
|
* hackvr_svg. added some debugging comments and <URL> group names now output ↵epoch2021-01-051-1/+31
| | | | as links
* got rid of the /home/epoch in calvr. put the year in the UI. use a loop that ↵epoch2020-12-191-11/+37
| | | | makes more sense and is less error-prone.
* changed how the clock example works so it can work stand-alone and be make ↵epoch2020-12-195-7/+111
| | | | install'd and used easier by other scripts
* 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 ↵epoch2020-10-091-19/+31
| | | | | | | | | | | | squares to be centered around their own 0s
| * | 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
| | | | | | | | | | | | now be set using getenv instead of editing source code
* | | 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
| | | | | | | | | | | | use, but it only just does a bounding box check. changed from cs_t to c2_t (int to real)
* | | 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
|/ / | | | | | | moved the check and hilighting to driver-agnostic place.
* | make was not working on my laptop. adding override to a bunch of lines made ↵epoch2020-10-091-10/+15
| | | | | | | | it work. bugs may ensue.
* | 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 ↵epoch2020-08-161-2/+9
| | | | | | | | comment for middle-drag to move camera instead of just rotate. dunno
* | 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 ↵epoch2020-07-171-16/+12
| | | | | | | | mouse stuff. renamed redraw vars to make more sense.
* | 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 ↵epoch2020-07-171-0/+5
| | | | | | | | time ago. TOP, BOTTOM, RIGHT, LEFT
* | switched to using named constants instead of magic values. right now to ↵epoch2020-07-172-27/+80
| | | | | | | | configure mouse buttons you need to edit these files.
* | 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 ↵epoch2020-07-171-1/+2
| | | | | | | | what it should have been doing
* | changed to using redrawplzkthx instead of force_redraw to request a redraw. ↵epoch2020-07-171-3/+8
| | | | | | | | force_redraw will now request /another/ directly after a previous draw so it does what it is named now.