index
:
hackvr.git
master
Virtual Reality programm
epoch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
added a lot of code while trying to fix the 3D projection to be less suck. en...
epoch
2020-04-06
3
-54
/
+106
*
left some really derpy code in the move command. added extra check to return ...
epoch
2020-04-03
2
-4
/
+22
*
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
*
removed some debuggery and found I need to add a group_rot for the camera und...
epoch
2020-04-03
1
-3
/
+4
*
finally got rid of unused shape structs left over from when I was trying to g...
epoch
2020-04-03
1
-8
/
+4
*
I did NOT need all those explicit rules for the .o files... wtf, me?
epoch
2020-04-03
1
-35
/
+10
*
added a handler for graphics events and not only assuming we only need to red...
epoch
2020-04-02
6
-27
/
+27
*
I was dereferencing a value without checking it first. just stopped using the...
epoch
2020-04-02
1
-3
/
+4
*
added ability for you to add custom LDLIBS when making
epoch
2020-03-28
1
-3
/
+3
*
added hackvr_uri script and fixed the makefile brokenness
epoch
2020-03-28
1
-1
/
+0
*
bunch of stuff that added proper flatten, then broke stuff again trying to ma...
epoch
2020-03-28
5
-43
/
+148
*
should have split these changes into two commits
epoch
2020-03-28
1
-36
/
+47
*
added field of view config because it was missing
epoch
2020-03-27
1
-0
/
+2
*
added a couple more key bindings for X11
epoch
2020-03-07
1
-8
/
+20
*
added defines for keys to rotate the camera
epoch
2020-03-07
1
-0
/
+2
*
added turning keys if you insist on not using a mouse
epoch
2020-03-07
1
-1
/
+10
*
some more functions went into math.h
epoch
2020-03-07
1
-0
/
+4
*
added flatten command
epoch
2020-03-07
1
-30
/
+30
*
moved the group_rotation based transformations into a function in math.c so I...
epoch
2020-03-07
3
-36
/
+70
*
made key presses not noisy into stderr anymore.
epoch
2020-02-24
1
-1
/
+1
*
forgot to initialize the oldmouse in gra_global
epoch
2020-02-24
1
-0
/
+1
*
made the camera control with the secondary mouse button work in a way that is...
epoch
2020-02-24
2
-2
/
+6
*
small cleanup in the framebuffer version (not tested) to do what the X11 vers...
epoch
2020-02-24
1
-6
/
+2
*
added two new mouse controls. secondary click will enable camera movement. mi...
epoch
2020-02-24
1
-6
/
+14
*
got rid of the derpy "term" based input mode changing.
epoch
2020-02-24
1
-6
/
+2
*
got rid of the derpy horizon that did not ever move and made shapes with the ...
epoch
2020-02-24
1
-2
/
+6
*
turned a hard-coded include path into one based on PREFIX
epoch
2020-02-13
1
-1
/
+1
*
fixed whitespace in graphics_event_handler mess
epoch
2020-02-13
1
-13
/
+13
*
ignore the comment. going to set camera angle directly from mouse_x11.c for n...
epoch
2020-02-13
1
-3
/
+7
*
reversed left and right so that they work right
epoch
2020-02-13
1
-3
/
+7
*
not sure why I had expose events not triggering a redraw
epoch
2020-02-11
1
-3
/
+4
*
group-wide rotations now happen before the group gets translated
epoch
2020-02-11
2
-3
/
+6
*
forgot to set stdout to linebuffered in nonblocktail
epoch
2020-02-05
1
-0
/
+1
*
renamed GNUmakefile back to Makefile and added a tool to help with tailing mu...
epoch
2020-02-05
2
-3
/
+28
*
forgot to properly handle libidc calling the line handler on EOF with a null ...
epoch
2020-01-30
1
-2
/
+2
*
added scroll-wheel handling for X11 mouse and removed camera rotation from mo...
epoch
2020-01-27
1
-2
/
+14
*
trimmed some trailing whitespace. AMAZING COMMIT RIGHT HERE
epoch
2020-01-27
1
-2
/
+2
*
global struct rename
epoch
2019-08-03
1
-1
/
+1
*
I assume there was some trailing whitespace
epoch
2019-08-03
1
-1
/
+1
*
global rename. unimportant function
epoch
2019-08-03
1
-1
/
+5
*
renamed global to hvr_global. comment of stupidness. init now gets display fd...
epoch
2019-08-03
1
-3
/
+4
*
store display's fd in x11_global now to pass to select() in libidc
epoch
2019-08-03
1
-0
/
+1
*
made mouse presses redraw. new function not worth mentioning
epoch
2019-08-03
1
-0
/
+13
*
added array for pipe fds for redrawing and prototype for redraw
epoch
2019-08-03
1
-0
/
+2
*
added new redraw() which will work using libidc. also added an action on empt...
epoch
2019-08-03
1
-1
/
+13
*
letting X11 handle the repeats for held down keys
epoch
2019-08-03
1
-6
/
+13
*
huge change to using libidc from nonblocking files
epoch
2019-08-03
1
-139
/
+142
*
added a flag and old_r and old_p for future use
epoch
2019-08-03
1
-1
/
+4
*
fixed prototype for input_event_handler and added input_init prototype
epoch
2019-08-03
1
-1
/
+2
[next]