summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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.
* 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 ↵epoch2020-07-131-0/+28
| | | | one line and will periodically change.
* 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 ↵epoch2020-06-031-8/+42
| | | | subgroups
* 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 ↵epoch2020-05-161-50/+55
| | | | to commit, push, then check for runtime errors.
* 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
| |
| * the cp -r I was using in the makefile was copying into the dir if it already ↵epoch2020-05-051-1/+4
| | | | | | | | existed
* | got rid of the selfcommand in the move command. redid the delete commands. ↵epoch2020-05-161-61/+83
| | | | | | | | changed some indention.
* | 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
|
* fixed color to "gold" (yellow) and 16-sided looks better and is a nice power ↵epoch2020-04-301-2/+2
| | | | of 2 number
* the floppy disk hackvr mesh, and the chaosgate generator and its tester-scriptepoch2020-04-303-0/+99
|
* forgot to prevent the deletion commands from trying to free the camera ↵epoch2020-04-231-8/+12
| | | | struct. will probably allow that in the future. dynamic cameras and stuff. :)
* derped up with the check against what should have been the id, but was the ↵epoch2020-04-231-9/+9
| | | | whole struct.
* forgot to put the code for applying rotations to globbed groupsepoch2020-04-221-0/+7
|