| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added a clock to the calendar | epoch | 2020-03-28 | 1 | -25/+55 |
* | bunch of stuff that added proper flatten, then broke stuff again trying to ma... | epoch | 2020-03-28 | 6 | -47/+150 |
* | 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 an anonet map | epoch | 2020-03-13 | 3 | -0/+71 |
* | 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 |
* | I renamed a variable then renamed it back and forgot one spot | epoch | 2020-02-24 | 1 | -1/+1 |
* | clicking on a door that is moving will not break it anymore | epoch | 2020-02-24 | 1 | -1/+1 |
* | fixed an unquoted variable because was too lazy to type them before | epoch | 2020-02-24 | 1 | -1/+1 |
* | made key presses not noisy into stderr anymore. | epoch | 2020-02-24 | 1 | -1/+1 |
* | example script of using the doors in the dungeon | epoch | 2020-02-24 | 1 | -11/+9 |
* | added doors with hinges in the proper spots for opening by just rotating | epoch | 2020-02-24 | 2 | -2/+50 |
* | 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 |
* | noticed even more stuff to remove from dun2hackvr | epoch | 2020-02-23 | 1 | -7/+0 |
* | cleaned up dun2hackvr.c a bunch, added some comments. only draw half of the d... | epoch | 2020-02-23 | 1 | -32/+14 |
* | finally used the dungen example with hackvr | epoch | 2020-02-23 | 1 | -0/+74 |
* | made fib.sh not just pseudo-code | epoch | 2020-02-23 | 1 | -11/+23 |
* | added one of those spinner squares | epoch | 2020-02-19 | 1 | -0/+19 |
* | turned a hard-coded include path into one based on PREFIX | epoch | 2020-02-13 | 1 | -1/+1 |
* | set default PREFIX to /usr/local | epoch | 2020-02-13 | 1 | -0/+3 |
* | 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 |
* | the hour hand placement is now based on minutes too | epoch | 2020-02-13 | 1 | -3/+3 |
* | got rid of extra newlines. | epoch | 2020-02-11 | 1 | -4/+4 |
* | added another example of a clock that uses nonblocktail | epoch | 2020-02-11 | 3 | -0/+24 |
* | 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 |
* | added rectangles behind the month and prev and next arrows to make them easie... | epoch | 2020-01-30 | 1 | -3/+18 |
* | put gaps between the days and made them not distance-based shading | epoch | 2020-01-30 | 1 | -9/+11 |
* | forgot to properly handle libidc calling the line handler on EOF with a null ... | epoch | 2020-01-30 | 1 | -2/+2 |
* | left in a debug tee to stderr | epoch | 2020-01-30 | 1 | -1/+1 |
* | tic-tac-toe update | epoch | 2020-01-30 | 2 | -9/+13 |
* | moved the deleteallexcept to a single spot | epoch | 2020-01-29 | 1 | -4/+6 |
* | lol. got the empty check backwards | epoch | 2020-01-29 | 1 | -1/+1 |
* | remove day files after they have been edited if they are empty | epoch | 2020-01-29 | 1 | -0/+3 |
* | not sure how I expected the infinite loop to exit when I wasn't checking for ... | epoch | 2020-01-28 | 1 | -1/+3 |
* | added scroll-wheel handling for X11 mouse and removed camera rotation from mo... | epoch | 2020-01-27 | 1 | -2/+14 |