index
:
hackvr.git
master
Virtual Reality programm
epoch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
graphics_c3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
changed some constants in anonet map generator and swapped from maxdist to mi...
epoch
2021-01-24
1
-1
/
+4
*
sort order seemed backwards. or maybe it is backwards now. color was not bein...
epoch
2021-01-22
1
-12
/
+26
*
moved the bounding-box checking-code from driver-specific files into math.c, ...
epoch
2020-10-11
1
-1
/
+1
*
default build error messages less often
epoch
2020-07-17
1
-1
/
+1
*
moved 4 defines out to graphics_c2.h. switched to using named constants for m...
epoch
2020-07-17
1
-16
/
+12
*
added horizon line back
epoch
2020-06-25
1
-3
/
+7
*
mass rename of group_rot to group_rel
epoch
2020-06-03
1
-9
/
+9
*
added a test 3D cursor. it might stick around. it might just get commented out.
epoch
2020-05-16
1
-1
/
+19
*
moved default load position and got rid of group_rot stuff
epoch
2020-04-21
1
-4
/
+2
*
now draw a cursor at the mouse location. useful in the fb version
epoch
2020-04-14
1
-3
/
+8
*
added a lot of code while trying to fix the 3D projection to be less suck. en...
epoch
2020-04-06
1
-50
/
+100
*
added the camera to the group_rots
epoch
2020-04-03
1
-0
/
+1
*
noticed a comment that is wrong, or something in my head is wrong. not sure w...
epoch
2020-04-03
1
-1
/
+1
*
added a handler for graphics events and not only assuming we only need to red...
epoch
2020-04-02
1
-3
/
+2
*
moved the group_rotation based transformations into a function in math.c so I...
epoch
2020-03-07
1
-36
/
+8
*
forgot to initialize the oldmouse in gra_global
epoch
2020-02-24
1
-0
/
+1
*
got rid of the derpy horizon that did not ever move and made shapes with the ...
epoch
2020-02-24
1
-2
/
+6
*
group-wide rotations now happen before the group gets translated
epoch
2020-02-11
1
-3
/
+3
*
trimmed some trailing whitespace. AMAZING COMMIT RIGHT HERE
epoch
2020-01-27
1
-2
/
+2
*
added new redraw() which will work using libidc. also added an action on empt...
epoch
2019-08-03
1
-1
/
+13
*
fuck if I know. lots of shit. moved files.
epoch
2018-12-16
1
-48
/
+12
*
added a check for if we need to supress normal output because we're doing per...
epoch
2018-03-29
1
-12
/
+18
*
added ability for shapes to rotate around the z-axis in addition to y-axis
epoch
2018-02-07
1
-3
/
+7
*
fixed a bit of circle stuff. created draw minimap shape to be used instead of...
epoch
2018-02-03
1
-29
/
+41
*
I think I fixed a bug. I was testing stuff with a wrong binary. it probably w...
epoch
2018-01-15
1
-3
/
+3
*
added different method of calculating distance of a shape to where farthest p...
epoch
2018-01-02
1
-0
/
+16
*
I guess I forgot a qsort function cast
epoch
2017-12-24
1
-1
/
+1
*
removed rest of double long math functions. changed casting of qsort function...
epoch
2017-12-24
1
-5
/
+5
*
s/%Lf/%f/g ; s/cosl/cos/g ; s/sinl/sin/g
epoch
2017-12-24
1
-13
/
+10
*
made it so colors above 16 are non-shaded
epoch
2017-12-24
1
-11
/
+11
*
bunch of color stuff. flipped some stuff. rearranged some stuff.
epoch
2017-12-19
1
-28
/
+71
*
fixed the angle of movement when there is more than 1 camera and made some pi...
epoch
2017-11-19
1
-5
/
+5
*
renamed and moved draw_c3_line to draw_minimap_line after removing the line f...
epoch
2017-11-04
1
-40
/
+28
*
commented out tests and print for mousex and mousey
epoch
2017-11-01
1
-3
/
+8
*
set some defaults to be more sane, cleaned out a bunch of commented out code ...
epoch
2017-09-30
1
-42
/
+18
*
the changes needed to get tictactoe running pretty.
epoch
2017-04-18
1
-10
/
+16
*
cleaned up a bit of stuff and added another option to config.h
epoch
2017-04-10
1
-1
/
+0
*
I have no idea why I am doing this...
epoch
2017-03-19
1
-0
/
+515