summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed an unquoted variable because was too lazy to type them beforeepoch2020-02-241-1/+1
|
* made key presses not noisy into stderr anymore.epoch2020-02-241-1/+1
|
* example script of using the doors in the dungeonepoch2020-02-241-11/+9
|
* added doors with hinges in the proper spots for opening by just rotatingepoch2020-02-242-2/+50
|
* forgot to initialize the oldmouse in gra_globalepoch2020-02-241-0/+1
|
* made the camera control with the secondary mouse button work in a way that ↵epoch2020-02-242-2/+6
| | | | is easier to use
* small cleanup in the framebuffer version (not tested) to do what the X11 ↵epoch2020-02-241-6/+2
| | | | version does with the input mode
* added two new mouse controls. secondary click will enable camera movement. ↵epoch2020-02-241-6/+14
| | | | middle-click will toggle keyboard input mode.
* got rid of the derpy "term" based input mode changing.epoch2020-02-241-6/+2
|
* got rid of the derpy horizon that did not ever move and made shapes with the ↵epoch2020-02-241-2/+6
| | | | camera's name rotate in a more sane way when the camera rotates
* noticed even more stuff to remove from dun2hackvrepoch2020-02-231-7/+0
|
* cleaned up dun2hackvr.c a bunch, added some comments. only draw half of the ↵epoch2020-02-231-32/+14
| | | | doorjam rectangles now because I noticed I could get away with just making them twice as big.
* finally used the dungen example with hackvrepoch2020-02-231-0/+74
|
* made fib.sh not just pseudo-codeepoch2020-02-231-11/+23
|
* added one of those spinner squaresepoch2020-02-191-0/+19
|
* turned a hard-coded include path into one based on PREFIXepoch2020-02-131-1/+1
|
* set default PREFIX to /usr/localepoch2020-02-131-0/+3
|
* fixed whitespace in graphics_event_handler messepoch2020-02-131-13/+13
|
* ignore the comment. going to set camera angle directly from mouse_x11.c for ↵epoch2020-02-131-3/+7
| | | | now. will move to generic place later.
* reversed left and right so that they work rightepoch2020-02-131-3/+7
|
* the hour hand placement is now based on minutes tooepoch2020-02-131-3/+3
|
* got rid of extra newlines.epoch2020-02-111-4/+4
|
* added another example of a clock that uses nonblocktailepoch2020-02-113-0/+24
|
* not sure why I had expose events not triggering a redrawepoch2020-02-111-3/+4
|
* group-wide rotations now happen before the group gets translatedepoch2020-02-112-3/+6
|
* forgot to set stdout to linebuffered in nonblocktailepoch2020-02-051-0/+1
|
* renamed GNUmakefile back to Makefile and added a tool to help with tailing ↵epoch2020-02-052-3/+28
| | | | multiple files in a way that won't block if any run out of data
* added rectangles behind the month and prev and next arrows to make them ↵epoch2020-01-301-3/+18
| | | | easier to click on.
* put gaps between the days and made them not distance-based shadingepoch2020-01-301-9/+11
|
* forgot to properly handle libidc calling the line handler on EOF with a null ↵epoch2020-01-301-2/+2
| | | | pointer.
* left in a debug tee to stderrepoch2020-01-301-1/+1
|
* tic-tac-toe updateepoch2020-01-302-9/+13
|
* moved the deleteallexcept to a single spotepoch2020-01-291-4/+6
|
* lol. got the empty check backwardsepoch2020-01-291-1/+1
|
* remove day files after they have been edited if they are emptyepoch2020-01-291-0/+3
|
* not sure how I expected the infinite loop to exit when I wasn't checking for ↵epoch2020-01-281-1/+3
| | | | EOF from the read. derp me.
* added scroll-wheel handling for X11 mouse and removed camera rotation from ↵epoch2020-01-271-2/+14
| | | | mouse movement
* trimmed some trailing whitespace. AMAZING COMMIT RIGHT HEREepoch2020-01-271-2/+2
|
* added a comment that explains what some regex doesepoch2020-01-271-0/+1
|
* forgot the Makefileepoch2020-01-271-0/+5
|
* added ANOTHER example of a calendar program. might have figured out a good ↵epoch2020-01-272-0/+117
| | | | way to hashbang hackvr.
* global struct renameepoch2019-08-031-1/+1
|
* I assume there was some trailing whitespaceepoch2019-08-031-1/+1
|
* global rename. unimportant functionepoch2019-08-031-1/+5
|
* renamed global to hvr_global. comment of stupidness. init now gets display ↵epoch2019-08-031-3/+4
| | | | fd for libidc to use
* store display's fd in x11_global now to pass to select() in libidcepoch2019-08-031-0/+1
|
* made mouse presses redraw. new function not worth mentioningepoch2019-08-031-0/+13
|
* added array for pipe fds for redrawing and prototype for redrawepoch2019-08-031-0/+2
|
* added new redraw() which will work using libidc. also added an action on ↵epoch2019-08-031-1/+13
| | | | empty space of the mouse x and y
* letting X11 handle the repeats for held down keysepoch2019-08-031-6/+13
|