summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* global struct renameepoch2019-08-031-1/+1
* I assume there was some trailing whitespaceepoch2019-08-031-1/+1
* global rename. unimportant functionepoch2019-08-031-1/+5
* renamed global to hvr_global. comment of stupidness. init now gets display fd...epoch2019-08-031-3/+4
* store display's fd in x11_global now to pass to select() in libidcepoch2019-08-031-0/+1
* made mouse presses redraw. new function not worth mentioningepoch2019-08-031-0/+13
* added array for pipe fds for redrawing and prototype for redrawepoch2019-08-031-0/+2
* added new redraw() which will work using libidc. also added an action on empt...epoch2019-08-031-1/+13
* letting X11 handle the repeats for held down keysepoch2019-08-031-6/+13
* huge change to using libidc from nonblocking filesepoch2019-08-031-139/+142
* added a flag and old_r and old_p for future useepoch2019-08-031-1/+4
* fixed prototype for input_event_handler and added input_init prototypeepoch2019-08-031-1/+2
* input.c needed input.hepoch2019-08-031-0/+1
* added all dep to makefile target "install"epoch2019-08-031-1/+1
* generic input event handlerepoch2019-07-011-0/+3
* set FORCE_REDRAW to 0 because I'm abusing it now since it doesn't make much s...epoch2019-07-011-1/+1
* renamed global to hvr_global and added a namedpipe for doing selfcommand()epoch2019-07-011-1/+2
* added libidc and input.o to targetsepoch2019-07-011-24/+36
* added a input handler since x11 mouse and kb events come through the same fdepoch2019-07-011-0/+18
* changed the name of a conflicting structepoch2019-06-301-1/+1
* renamed Makefile to GNUmakefile because I use GNU specific stuffepoch2019-05-181-2/+2
* made some debug stuff go to stderr instead of stdoutepoch2019-02-071-1/+1
* added ability to (commented out atm) pick luminosity based on distance from c...epoch2019-02-071-5/+15
* fixed mouseover checks to not compare cs_t to c2_t.epoch2019-02-061-5/+7
* got rid of -D argument for install in Makefile because it does not mean the s...epoch2019-02-051-6/+7
* added the separated out mouse and keyboard filesepoch2019-02-0510-0/+410
* squash! added physics.cepoch2019-02-051-0/+6
* added physics.cepoch2019-02-051-0/+33
* added --version/-v/version flag/command. changed mouse coords from shrot to intepoch2019-02-053-3/+23
* fuck if I know. lots of shit. moved files.epoch2018-12-1614-156/+212
* fixed a bug that caused glitch art from uninitialized memory in the clean bac...epoch2018-03-291-2/+10
* various. :>epoch2018-03-291-7/+22
* removed comment out code and comment about needless headerepoch2018-03-291-2/+0
* renamed a functionepoch2018-03-291-1/+1
* added a comment about an idea and renamed a function.epoch2018-03-291-2/+2
* added a check for if we need to supress normal output because we're doing per...epoch2018-03-291-12/+18
* added periodic output and normalized anglesepoch2018-03-291-3/+28
* added ability to periodically output changed state instead of instantaneouslyepoch2018-03-291-0/+1
* added ability to periodically output changed state instead of instantaneouslyepoch2018-03-291-0/+1
* updated slowcat to output help message for -h and --helpepoch2018-03-211-1/+1
* shouldn't delete hackvr on clean... it is a script and not a binary. oops.epoch2018-02-221-1/+0
* added comments and shit to common.hepoch2018-02-211-8/+10
* added attempt at freeglut doing 3depoch2018-02-213-0/+504
* messed up the relative rotation of the cameraepoch2018-02-192-12/+12
* fixed src Makefile to actually create the installation target dirs (-D to ins...epoch2018-02-191-5/+5
* added small hackvr script to wrap _x11 and _fb. updated README a bit to menti...epoch2018-02-191-0/+6
* added a couple fixes to the makefile.epoch2018-02-191-1/+3
* added relative movement and absolute movement to rotate and move. added group...epoch2018-02-193-79/+122
* added ability for shapes to rotate around the z-axis in addition to y-axisepoch2018-02-071-3/+7
* added control command to change target of key press commandsepoch2018-02-071-0/+9