summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* removed some debuggery and found I need to add a group_rot for the camera ↵epoch2020-04-031-3/+4
| | | | under the user's name in the group_rot hashtable.
* finally got rid of unused shape structs left over from when I was trying to ↵epoch2020-04-031-8/+4
| | | | get "flatten" working. also made move command use get_group_relative.
* README nows tells you about the libidc and libhashtable requirementsepoch2020-04-031-2/+18
|
* I did NOT need all those explicit rules for the .o files... wtf, me?epoch2020-04-031-35/+10
|
* added a handler for graphics events and not only assuming we only need to ↵epoch2020-04-026-27/+27
| | | | redraw when there's an input event, so draw_screen() got moved and now redraw() will actually call it.
* Merge branch 'master' of ssh://git.main.lv/hackvrepoch2020-04-021-3/+16
|\
| * mergeepoch2020-04-023-4/+6
| |\
| * | added caching to mapepoch2020-04-021-4/+4
| | |
| * | added caching to the mapepoch2020-04-021-3/+16
| | |
* | | changed a couple old scripts to not used a named pipe anymoreepoch2020-04-022-2/+2
| | |
* | | escaped a couple problematic characters for sed with sedepoch2020-04-021-1/+1
| | |
* | | made the xargs in hackvr_uri use the GNU extension -r to not run anything if ↵epoch2020-04-021-1/+1
| |/ |/| | | | | there are not any lines of input
* | made xargs fork off for each attempted start of a URI so you can open more ↵epoch2020-04-021-1/+1
| | | | | | | | than one at a time and they don't get stuck behind each other
* | I was dereferencing a value without checking it first. just stopped using ↵epoch2020-04-021-3/+4
| | | | | | | | the value. just to get it working again.
* | forgot to mkdir for calendar stuffepoch2020-03-281-0/+1
|/
* updated anonet map to use the new name for "scaleup" which is just "scale"epoch2020-03-281-1/+1
|
* after reading rfc6838, decided to use application/hackvr instead of text/hackvrepoch2020-03-281-1/+1
|
* added a .desktop file for hackvr_openepoch2020-03-281-0/+9
|
* added ability for you to add custom LDLIBS when makingepoch2020-03-281-3/+3
|
* added hackvr_uri script and fixed the makefile brokennessepoch2020-03-282-1/+7
|
* makelabel was using %d which choked on floating point numbersepoch2020-03-281-2/+2
|
* added a clock to the calendarepoch2020-03-281-25/+55
|
* bunch of stuff that added proper flatten, then broke stuff again trying to ↵epoch2020-03-286-47/+150
| | | | make it use libhashtable
* should have split these changes into two commitsepoch2020-03-281-36/+47
|
* added field of view config because it was missingepoch2020-03-271-0/+2
|
* added an anonet mapepoch2020-03-133-0/+71
|
* added a couple more key bindings for X11epoch2020-03-071-8/+20
|
* added defines for keys to rotate the cameraepoch2020-03-071-0/+2
|
* added turning keys if you insist on not using a mouseepoch2020-03-071-1/+10
|
* some more functions went into math.hepoch2020-03-071-0/+4
|
* added flatten commandepoch2020-03-071-30/+30
|
* moved the group_rotation based transformations into a function in math.c so ↵epoch2020-03-073-36/+70
| | | | I could reuse it for the new "flatten" command.
* I renamed a variable then renamed it back and forgot one spotepoch2020-02-241-1/+1
|
* clicking on a door that is moving will not break it anymoreepoch2020-02-241-1/+1
|
* 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
|