summaryrefslogtreecommitdiff
path: root/src/hackvr.c
Commit message (Expand)AuthorAgeFilesLines
* huge change to using libidc from nonblocking filesepoch2019-08-031-139/+142
* added ability to (commented out atm) pick luminosity based on distance from c...epoch2019-02-071-5/+15
* added --version/-v/version flag/command. changed mouse coords from shrot to intepoch2019-02-051-0/+13
* fuck if I know. lots of shit. moved files.epoch2018-12-161-22/+86
* added periodic output and normalized anglesepoch2018-03-291-3/+28
* added relative movement and absolute movement to rotate and move. added group...epoch2018-02-191-55/+95
* added control command to change target of key press commandsepoch2018-02-071-0/+9
* changed some commentsepoch2018-02-031-3/+2
* added a counter to at least draw the screen every 100 lines read from stdinepoch2018-01-151-1/+6
* added group rotation deletion inside deleteallexceptepoch2018-01-021-1/+11
* made hackvr's export also support colors and added color help to addshapeepoch2018-01-021-2/+2
* string.h in the wrong spot. ogh.epoch2017-12-241-1/+0
* fixed format strings to match type and removed a couple defines and unused va...epoch2017-12-241-11/+9
* I was exporting the point as rotations because I forgot about the offset of o...epoch2017-12-241-1/+2
* added group_rot to export, set default mode to movement instead of passthru, ...epoch2017-12-241-9/+13
* added support for color, turned printfs of information to fprintf for stderr,...epoch2017-12-191-57/+104
* fixed memory leak in load_stdin() and made it so world changes from load_stdi...epoch2017-11-011-15/+33
* just fixed an error message.epoch2017-09-301-1/+1
* the changes needed to get tictactoe running pretty.epoch2017-04-181-4/+11
* cleaned up a bit of stuff and added another option to config.hepoch2017-04-101-14/+4
* I have no idea why I am doing this...epoch2017-03-191-37/+69
* converted more things to use the radians and degrees structures, fixed up dis...epoch2017-02-091-8/+10
* I derped with the defineepoch2017-01-261-3/+3
* was thinking of switching to select code. not sure how I will yet. oh well.epoch2017-01-241-9/+12
* made all versions get built by default and moved some functions from graphics...epoch2017-01-091-15/+25
* fixed redraw checkepoch2017-01-071-2/+1
* added proper calculation of expected amount of arguments for addshapeepoch2017-01-041-2/+2
* lots and lots of shit. opengl shit is barely worked on. new pl script to obj2...epoch2017-01-031-16/+19
* trying to split up hackvr.c into graphical and non-graphical stuff to make it...epoch2016-12-211-0/+367