summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | cleaned out a BUNCH of old commented out code. updated other parts to get it ↵epoch2020-04-141-221/+11
| | | | | | | | | | | | | | | | | | | | at least compiling and not crashing.
| * | | | removed a comment, added a comment.epoch2020-04-141-4/+1
| | | | |
| * | | | added ability for graphics system to not generate events.epoch2020-04-141-5/+8
| | | | |
| * | | | redraw on mouse movement in X11 because... I dunnoepoch2020-04-141-0/+3
| | | | |
| * | | | now draw a cursor at the mouse location. useful in the fb versionepoch2020-04-142-3/+9
| | | | |
| * | | | added hackvr_fb back into the default buildepoch2020-04-141-4/+4
| | | | |
| * | | | redid most of the /dev/input/mice codeepoch2020-04-141-1/+44
| | | | |
| * | | | new function: c2_add. you can guess what it does.epoch2020-04-142-0/+6
| | | | |
| * | | | forgot to remove the hackvr script from the install targetepoch2020-04-131-1/+0
| | |_|/ | |/| |
| * | | why was I printing an informative message to stdout?epoch2020-04-131-1/+1
| | | |
| * | | I do not remember why I have two of these boards, but both should work with ↵epoch2020-04-132-18/+18
| | | | | | | | | | | | | | | | the recent changed to game.sh
| * | | rewrote tic-tac-toe a bit until it worked againepoch2020-04-121-24/+28
| | | |
| * | | noticed I don't need input.o in the makefile anymoreepoch2020-04-123-25/+13
| | | |
| * | | added the two missing binaries that were hanging out in srcepoch2020-04-121-0/+2
| | | |
| * | | added a new idea of using X11 video and /dev/input/event for input. moved ↵epoch2020-04-123-13/+25
| | | | | | | | | | | | | | | | hackvr script to bin like it should be. changed makefile stuff to have more consistent ordering of stuff.
| * | | fixed up the /dev/input/event (die) inputs to work better with libidcepoch2020-04-123-4/+24
| | | |
| * | | added some more informative messages, split input into keyboard/mouseepoch2020-04-121-3/+19
| | |/ | |/|
| * | added a script hackvr_open to just open a file in hackvr without hackvr ↵epoch2020-04-071-0/+4
| | | | | | | | | | | | exiting from EOF
| * | moved hackvr_coproc into main bin dir. added example uristart.conf file for ↵epoch2020-04-074-4/+5
| | | | | | | | | | | | hackvr URIs. fixed calvr makefile to not do hackvr_coproc
* | | not outputting the seed anymore. set it manually if you want to know.epoch2020-04-141-1/+1
| | |
* | | added a bunch of the hackvr-server scriptsepoch2020-04-146-0/+246
|/ /
* | added a hackvr file to test exportingepoch2020-04-071-0/+7
| |
* | fixed export, glob_match, and y-axis-only movement.epoch2020-04-071-8/+15
| |
* | added an execepoch2020-04-061-1/+1
| |
* | added a new script to try to just get a single line of test from the userepoch2020-04-061-0/+5
| |
* | added better error checking to not just assume EAGAINepoch2020-04-061-2/+3
| |
* | lol. the order of the arguments has been backwards the whole timeepoch2020-04-061-1/+1
| |
* | fixed hackvr_term's pty.c so I don't have to use python for getting a pty.epoch2020-04-061-6/+13
|/
* added a lot of code while trying to fix the 3D projection to be less suck. ↵epoch2020-04-063-54/+106
| | | | ended up adding some code to have multiple "eyes" on a camera, instead of moving the camera around.
* left some really derpy code in the move command. added extra check to return ↵epoch2020-04-032-4/+22
| | | | of ht_getnode for group relative info
* added the camera to the group_rotsepoch2020-04-031-0/+1
|
* noticed a comment that is wrong, or something in my head is wrong. not sure ↵epoch2020-04-031-1/+1
| | | | which yet.
* changed some cp -r into install, uninstall now removes the "desktop" file ↵epoch2020-04-031-5/+7
| | | | for hackvr. removed hackvr_term targets and deps
* 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
|