summaryrefslogtreecommitdiff
path: root/src/hackvr.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵epoch2017-02-091-8/+10
| | | | distance between camera stuff (try using p and l to change during runtime) and got rid of a couple things that were commented out anyway.
* 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 ↵epoch2017-01-091-15/+25
| | | | graphics.c into math.c so the headless does not need graphics.c
* 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 ↵epoch2017-01-031-16/+19
| | | | obj2hackvr using more than just triangles.http://hackaday.com/blog/http://hackaday.com/blog/
* trying to split up hackvr.c into graphical and non-graphical stuff to make ↵epoch2016-12-211-0/+367
it easier to port it to different graphic systems