aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
Commit message (Expand)AuthorAgeFilesLines
* changed a define and added a char* active for some reasonepoch2022-03-101-1/+2
* added a state var, and a title var. svg will now use those in its output "svg...epoch2021-01-241-0/+8
* put version into a global and use it to not do mouseover effect for svg outputepoch2021-01-051-0/+1
* added the "subsume" commandepoch2020-06-031-3/+4
* got rid of group_rotepoch2020-04-211-2/+2
* added a lot of code while trying to fix the 3D projection to be less suck. en...epoch2020-04-061-3/+4
* bunch of stuff that added proper flatten, then broke stuff again trying to ma...epoch2020-03-281-0/+3
* added a flag and old_r and old_p for future useepoch2019-08-031-1/+4
* renamed global to hvr_global and added a namedpipe for doing selfcommand()epoch2019-07-011-1/+2
* added --version/-v/version flag/command. changed mouse coords from shrot to intepoch2019-02-051-3/+3
* fuck if I know. lots of shit. moved files.epoch2018-12-161-3/+8
* added ability to periodically output changed state instead of instantaneouslyepoch2018-03-291-0/+1
* added comments and shit to common.hepoch2018-02-211-8/+10
* #defined _XOPEN_SOURCE so NetBSD gets strdupepoch2017-12-241-0/+1
* needed string.hepoch2017-12-241-0/+1
* changed real type to be double instead of double longepoch2017-12-241-1/+1
* removed an X11 header from common.h... no clue why I had that.epoch2017-12-241-1/+0
* added color, luminosity, and shape flavor to each shape struct. added a beep ...epoch2017-12-191-1/+15
* got rid of the distance based shading again to make font tests less annoying....epoch2017-11-161-2/+2
* I have no idea why I am doing this...epoch2017-03-191-5/+14
* converted more things to use the radians and degrees structures, fixed up dis...epoch2017-02-091-3/+7
* made all versions get built by default and moved some functions from graphics...epoch2017-01-091-3/+11
* made common.h include config.hepoch2017-01-071-0/+2
* lots and lots of shit. opengl shit is barely worked on. new pl script to obj2...epoch2017-01-031-42/+17
* trying to split up hackvr.c into graphical and non-graphical stuff to make it...epoch2016-12-211-0/+98