summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* huge change to using libidc from nonblocking filesepoch2019-08-031-139/+142
|
* added a flag and old_r and old_p for future useepoch2019-08-031-1/+4
|
* fixed prototype for input_event_handler and added input_init prototypeepoch2019-08-031-1/+2
|
* input.c needed input.hepoch2019-08-031-0/+1
|
* added all dep to makefile target "install"epoch2019-08-031-1/+1
|
* updated dungen tools to separate ascii viewer and the actual generatorepoch2019-07-133-40/+58
|
* generic input event handlerepoch2019-07-011-0/+3
|
* set FORCE_REDRAW to 0 because I'm abusing it now since it doesn't make much ↵epoch2019-07-011-1/+1
| | | | sense with libidc
* renamed global to hvr_global and added a namedpipe for doing selfcommand()epoch2019-07-011-1/+2
|
* added libidc and input.o to targetsepoch2019-07-011-24/+36
|
* added a input handler since x11 mouse and kb events come through the same fdepoch2019-07-011-0/+18
|
* changed the name of a conflicting structepoch2019-06-301-1/+1
|
* forgot to even build it before commit. wtf?epoch2019-06-101-0/+1
|
* pretty print to stderr. output 256 byts of raw dungeon to stdoutepoch2019-06-101-9/+16
|
* added ability to set seed in dungen and commented out sleep that was used ↵epoch2019-06-102-2/+11
| | | | for watching the generating
* added a simple dungeon generator that might be used for something eventuallyepoch2019-06-103-0/+83
|
* nulling errors from grep and shuf in the game.sh for wordsearchepoch2019-05-181-2/+2
|
* switched run script for tictactoe to use socatepoch2019-05-181-3/+1
|
* renamed Makefile to GNUmakefile because I use GNU specific stuffepoch2019-05-183-2/+47
|
* merge with testingepochqwert2019-02-077-17/+120
|\
| * tictactoe changes likely to get overwrittenepoch2019-02-073-4/+4
| |
| * new tool to convert a heightmap to a cylinder in hackvr format. needs work ↵epoch2019-02-071-0/+77
| | | | | | | | still.
| * made some debug stuff go to stderr instead of stdoutepoch2019-02-071-1/+1
| |
| * added ability to (commented out atm) pick luminosity based on distance from ↵epoch2019-02-071-5/+15
| | | | | | | | center of model for "lighting" of heightmaps
| * merged some derpage I did on the wrong branch in the wrong copy of the repoepoch2019-02-063-10/+26
| |\
| | * added elevation choice and a default camera rotation for chess exampleepoch2019-02-063-10/+26
| | |
* | | changed listen.sh to not use named pipes and game.sh to not use uniq since ↵epochqwert2019-02-072-20/+12
|/ / | | | | | | it was causing a single line delay... because that's how it work.
* / changed the shebang from /bin/bash to /usr/bin/env bash on a lot of the ↵epoch2019-02-0617-18/+18
|/ | | | examples.
* I forgot to add the examples dir somehow. they're back. tictactoe works ↵epoch2019-02-0654-0/+1971
| | | | again too.
* fixed mouseover checks to not compare cs_t to c2_t.epoch2019-02-061-5/+7
|
* changed makelabel.sh to use dirname dirname $0 instead of PREFIX variable to ↵epoch2019-02-051-6/+3
| | | | find where its fonts are probably installed
* got rid of -D argument for install in Makefile because it does not mean the ↵epoch2019-02-051-6/+7
| | | | same thing on BSD
* added the separated out mouse and keyboard filesepoch2019-02-0510-0/+410
|
* squash! added physics.cepoch2019-02-051-0/+6
| | | | added physics shit
* added physics.cepoch2019-02-051-0/+33
|
* forgot a part of the path in part of that last commit. :/epoch2019-02-051-1/+1
|
* added default font and set makelabel to use it.epoch2019-02-052-2/+3
|
* fixed derped shebangepoch2019-02-051-1/+1
|