aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* updated README to show that everything that got deleted went to an -extras ↵HEADmasterepoch2022-08-17160-62597/+0
| | | | repo. also, hackvr script updated to be better bash
* hackvr-clock was matching on the line that does the matching instead of just ↵epoch2021-05-152-3/+2
| | | | the line it wanted
* added a state var, and a title var. svg will now use those in its output ↵epoch2021-01-241-3/+5
| | | | "svg" (html)
* changed some constants in anonet map generator and swapped from maxdist to ↵epoch2021-01-241-2/+3
| | | | mindist in shitdist2()
* got rid of the /home/epoch in calvr. put the year in the UI. use a loop that ↵epoch2020-12-191-11/+37
| | | | makes more sense and is less error-prone.
* changed how the clock example works so it can work stand-alone and be make ↵epoch2020-12-195-7/+111
| | | | install'd and used easier by other scripts
* Merge branch 'master' of ssh://batou.thebackupbox.net:65432/hackvrepoch2020-10-103-0/+46
|\
| * added another example that makes a marquee out a text file that contains ↵epoch2020-07-131-0/+28
| | | | | | | | one line and will periodically change.
| * added a subsume testerepoch2020-07-052-0/+18
| |
* | little bit of extras to dunexploreepoch2020-10-091-1/+7
| |
* | added ability to export drawn thing in draw.sh to hard-coded path. moved ↵epoch2020-10-091-19/+31
| | | | | | | | squares to be centered around their own 0s
* | removed an annoying xmessageepoch2020-10-091-1/+1
|/
* fixed color to "gold" (yellow) and 16-sided looks better and is a nice power ↵epoch2020-04-301-2/+2
| | | | of 2 number
* the floppy disk hackvr mesh, and the chaosgate generator and its tester-scriptepoch2020-04-303-0/+99
|
* cleaned up dungen Makefile a bit. just including the binaries named the same ↵epoch2020-04-201-5/+2
| | | | as the source as requirements for the all target is enough to get them to build the default way. also added dun2hackvr.
* added spinning animation for when buttons are click in the radioepoch2020-04-191-6/+18
|
* rearrange radio buttons, use socat instead of ncat for connecting to local ↵epoch2020-04-183-28/+35
| | | | hackvr service from the ssh command. fixed a missing "cd" in hackvrd.sh
* Merge branch 'master' of /var/git/hackvrepoch2020-04-149-49/+53
|\
| * Merge branch 'master' of ssh://21.41.41.1/var/git/hackvrepoch2020-04-134-43/+47
| |\
| | * 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
| | |
| * | merged some derp in hackvr_termepoch2020-04-136-16/+23
| |\|
| | * moved hackvr_coproc into main bin dir. added example uristart.conf file for ↵epoch2020-04-073-4/+3
| | | | | | | | | | | | hackvr URIs. fixed calvr makefile to not do hackvr_coproc
| * | made hackvr_term not bother with background squares for now. added an exec ↵epoch2020-04-073-6/+12
| | | | | | | | | | | | and pipefail to hackvr_data_decode.sh
* | | 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 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
|/
* Merge branch 'master' of ssh://git.main.lv/hackvrepoch2020-04-021-3/+16
|\
| * mergeepoch2020-04-021-0/+1
| |\
| * | 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
| |/ |/|
* | 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 a clock to the calendarepoch2020-03-281-25/+55
|
* added an anonet mapepoch2020-03-133-0/+71
|
* 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
|
* 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
|
* 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.