Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added --version/-v/version flag/command. changed mouse coords from shrot to int | epoch | 2019-02-05 | 1 | -3/+3 |
| | |||||
* | fuck if I know. lots of shit. moved files. | epoch | 2018-12-16 | 1 | -3/+8 |
| | |||||
* | added ability to periodically output changed state instead of instantaneously | epoch | 2018-03-29 | 1 | -0/+1 |
| | |||||
* | added comments and shit to common.h | epoch | 2018-02-21 | 1 | -8/+10 |
| | |||||
* | #defined _XOPEN_SOURCE so NetBSD gets strdup | epoch | 2017-12-24 | 1 | -0/+1 |
| | |||||
* | needed string.h | epoch | 2017-12-24 | 1 | -0/+1 |
| | |||||
* | changed real type to be double instead of double long | epoch | 2017-12-24 | 1 | -1/+1 |
| | |||||
* | removed an X11 header from common.h... no clue why I had that. | epoch | 2017-12-24 | 1 | -1/+0 |
| | |||||
* | added color, luminosity, and shape flavor to each shape struct. added a beep ↵ | epoch | 2017-12-19 | 1 | -1/+15 |
| | | | | flag to global. | ||||
* | got rid of the distance based shading again to make font tests less ↵ | epoch | 2017-11-16 | 1 | -2/+2 |
| | | | | annoying. increased some arbitrary limits because I was too lazy to come up with a graceful way to handle not enough space. | ||||
* | I have no idea why I am doing this... | epoch | 2017-03-19 | 1 | -5/+14 |
| | |||||
* | converted more things to use the radians and degrees structures, fixed up ↵ | epoch | 2017-02-09 | 1 | -3/+7 |
| | | | | 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. | ||||
* | made all versions get built by default and moved some functions from ↵ | epoch | 2017-01-09 | 1 | -3/+11 |
| | | | | graphics.c into math.c so the headless does not need graphics.c | ||||
* | made common.h include config.h | epoch | 2017-01-07 | 1 | -0/+2 |
| | |||||
* | lots and lots of shit. opengl shit is barely worked on. new pl script to ↵ | epoch | 2017-01-03 | 1 | -42/+17 |
| | | | | 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/+98 |
it easier to port it to different graphic systems |