summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* added scroll-wheel handling for X11 mouse and removed camera rotation from mo...epoch2020-01-271-2/+14
* 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 wa...epoch2020-01-272-0/+117
* 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 fd...epoch2019-08-031-3/+4
* 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 empt...epoch2019-08-031-1/+13
* 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 s...epoch2019-07-011-1/+1
* 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 for...epoch2019-06-102-2/+11
* 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 st...epoch2019-02-071-0/+77
| * 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 c...epoch2019-02-071-5/+15
| * 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 it...epochqwert2019-02-072-20/+12
|/ /
* / changed the shebang from /bin/bash to /usr/bin/env bash on a lot of the examp...epoch2019-02-0617-18/+18
|/