index
:
hackvr.git
master
Virtual Reality programm
epoch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hackvr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
added some more informative messages, split input into keyboard/mouse
epoch
2020-04-12
1
-3
/
+19
*
fixed export, glob_match, and y-axis-only movement.
epoch
2020-04-07
1
-8
/
+15
*
left some really derpy code in the move command. added extra check to return ...
epoch
2020-04-03
1
-3
/
+21
*
finally got rid of unused shape structs left over from when I was trying to g...
epoch
2020-04-03
1
-8
/
+4
*
added a handler for graphics events and not only assuming we only need to red...
epoch
2020-04-02
1
-9
/
+10
*
should have split these changes into two commits
epoch
2020-03-28
1
-36
/
+47
*
added flatten command
epoch
2020-03-07
1
-30
/
+30
*
reversed left and right so that they work right
epoch
2020-02-13
1
-3
/
+7
*
group-wide rotations now happen before the group gets translated
epoch
2020-02-11
1
-0
/
+3
*
forgot to properly handle libidc calling the line handler on EOF with a null ...
epoch
2020-01-30
1
-2
/
+2
*
huge change to using libidc from nonblocking files
epoch
2019-08-03
1
-139
/
+142
*
added ability to (commented out atm) pick luminosity based on distance from c...
epoch
2019-02-07
1
-5
/
+15
*
added --version/-v/version flag/command. changed mouse coords from shrot to int
epoch
2019-02-05
1
-0
/
+13
*
fuck if I know. lots of shit. moved files.
epoch
2018-12-16
1
-22
/
+86
*
added periodic output and normalized angles
epoch
2018-03-29
1
-3
/
+28
*
added relative movement and absolute movement to rotate and move. added group...
epoch
2018-02-19
1
-55
/
+95
*
added control command to change target of key press commands
epoch
2018-02-07
1
-0
/
+9
*
changed some comments
epoch
2018-02-03
1
-3
/
+2
*
added a counter to at least draw the screen every 100 lines read from stdin
epoch
2018-01-15
1
-1
/
+6
*
added group rotation deletion inside deleteallexcept
epoch
2018-01-02
1
-1
/
+11
*
made hackvr's export also support colors and added color help to addshape
epoch
2018-01-02
1
-2
/
+2
*
string.h in the wrong spot. ogh.
epoch
2017-12-24
1
-1
/
+0
*
fixed format strings to match type and removed a couple defines and unused va...
epoch
2017-12-24
1
-11
/
+9
*
I was exporting the point as rotations because I forgot about the offset of o...
epoch
2017-12-24
1
-1
/
+2
*
added group_rot to export, set default mode to movement instead of passthru, ...
epoch
2017-12-24
1
-9
/
+13
*
added support for color, turned printfs of information to fprintf for stderr,...
epoch
2017-12-19
1
-57
/
+104
*
fixed memory leak in load_stdin() and made it so world changes from load_stdi...
epoch
2017-11-01
1
-15
/
+33
*
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 dis...
epoch
2017-02-09
1
-8
/
+10
*
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 graphics...
epoch
2017-01-09
1
-15
/
+25
*
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 obj2...
epoch
2017-01-03
1
-16
/
+19
*
trying to split up hackvr.c into graphical and non-graphical stuff to make it...
epoch
2016-12-21
1
-0
/
+367