Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed format strings to match type and removed a couple defines and unused ↵ | epoch | 2017-12-24 | 1 | -11/+9 |
| | | | | variable | ||||
* | I was exporting the point as rotations because I forgot about the offset of ↵ | epoch | 2017-12-24 | 1 | -1/+2 |
| | | | | objects being in the group_rot too. | ||||
* | added group_rot to export, set default mode to movement instead of passthru, ↵ | epoch | 2017-12-24 | 1 | -9/+13 |
| | | | | removed useless comment, commented out annoying error, made comments in hackvr continue reading instead of breaking out of loop | ||||
* | added support for color, turned printfs of information to fprintf for ↵ | epoch | 2017-12-19 | 1 | -57/+104 |
| | | | | stderr, did some error handling, actually remove group_rot of shapes... meh. | ||||
* | fixed memory leak in load_stdin() and made it so world changes from ↵ | epoch | 2017-11-01 | 1 | -15/+33 |
| | | | | load_stdin() will trigger a redraw | ||||
* | just fixed an error message. | epoch | 2017-09-30 | 1 | -1/+1 |
| | |||||
* | the changes needed to get tictactoe running pretty. | epoch | 2017-04-18 | 1 | -4/+11 |
| | |||||
* | cleaned up a bit of stuff and added another option to config.h | epoch | 2017-04-10 | 1 | -14/+4 |
| | |||||
* | I have no idea why I am doing this... | epoch | 2017-03-19 | 1 | -37/+69 |
| | |||||
* | converted more things to use the radians and degrees structures, fixed up ↵ | epoch | 2017-02-09 | 1 | -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 define | epoch | 2017-01-26 | 1 | -3/+3 |
| | |||||
* | was thinking of switching to select code. not sure how I will yet. oh well. | epoch | 2017-01-24 | 1 | -9/+12 |
| | |||||
* | made all versions get built by default and moved some functions from ↵ | epoch | 2017-01-09 | 1 | -15/+25 |
| | | | | graphics.c into math.c so the headless does not need graphics.c | ||||
* | fixed redraw check | epoch | 2017-01-07 | 1 | -2/+1 |
| | |||||
* | added proper calculation of expected amount of arguments for addshape | epoch | 2017-01-04 | 1 | -2/+2 |
| | |||||
* | lots and lots of shit. opengl shit is barely worked on. new pl script to ↵ | epoch | 2017-01-03 | 1 | -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 ↵ | epoch | 2016-12-21 | 1 | -0/+367 |
it easier to port it to different graphic systems |