| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | I guess I forgot a qsort function cast | epoch | 2017-12-24 | 1 | -1/+1 |
* | #defined _XOPEN_SOURCE so NetBSD gets strdup | epoch | 2017-12-24 | 1 | -0/+1 |
* | removed rest of double long math functions. changed casting of qsort function... | epoch | 2017-12-24 | 1 | -5/+5 |
* | needed string.h | epoch | 2017-12-24 | 1 | -0/+1 |
* | replaced cosl and sinl with cos and sin. increased line to 2048 to get gcc to... | epoch | 2017-12-24 | 1 | -17/+13 |
* | moved draw_mode functions to cs.h and added new color functions to it | epoch | 2017-12-24 | 2 | -4/+6 |
* | s/%Lf/%f/g ; s/cosl/cos/g ; s/sinl/sin/g | epoch | 2017-12-24 | 1 | -13/+10 |
* | made gcc shut up about _DEFAULT_SOURCE and _BSD_SOURCE warning | epoch | 2017-12-24 | 1 | -1/+1 |
* | switching math to just double and not double long | epoch | 2017-12-24 | 2 | -9/+11 |
* | fixed format strings to match type and removed a couple defines and unused va... | epoch | 2017-12-24 | 1 | -11/+9 |
* | changed real type to be double instead of double long | epoch | 2017-12-24 | 1 | -1/+1 |
* | removed an X11 header from common.h... no clue why I had that. | epoch | 2017-12-24 | 1 | -1/+0 |
* | I was exporting the point as rotations because I forgot about the offset of o... | epoch | 2017-12-24 | 1 | -1/+2 |
* | added script to decode hackvr data lines | epoch | 2017-12-24 | 1 | -0/+2 |
* | made hackvr_term take advantage of non-lighted colors and increased character... | epoch | 2017-12-24 | 1 | -3/+4 |
* | added commented hackvr commands to move terminal for slightly rotated pretty ... | epoch | 2017-12-24 | 1 | -1/+4 |
* | made run script decode the data lines by running new script before sending to... | epoch | 2017-12-24 | 1 | -4/+4 |
* | made input mode 1 (passthru) output hackvr lines intead of raw data. added a ... | epoch | 2017-12-24 | 1 | -13/+29 |
* | made it so colors above 16 are non-shaded | epoch | 2017-12-24 | 1 | -11/+11 |
* | added group_rot to export, set default mode to movement instead of passthru, ... | epoch | 2017-12-24 | 2 | -10/+14 |
* | added extras I forgot about | epoch | 2017-12-19 | 2 | -0/+3 |
* | added hackvr_term | epoch | 2017-12-19 | 8 | -0/+1395 |
* | regenerated female_bashmesh1_2.hackvr with random colors | epoch | 2017-12-19 | 1 | -1372/+1372 |
* | updated triable based cube mesh to have colors. and made the coordinates pret... | epoch | 2017-12-19 | 1 | -12/+12 |
* | guess I fixed map2globe.py. change it to use python 3.6. | epoch | 2017-12-19 | 1 | -3/+3 |
* | added alternate input mode, changed messages to stderr, added color and drawm... | epoch | 2017-12-19 | 1 | -128/+194 |
* | bunch of color stuff. flipped some stuff. rearranged some stuff. | epoch | 2017-12-19 | 1 | -28/+71 |
* | added support for color, turned printfs of information to fprintf for stderr,... | epoch | 2017-12-19 | 1 | -57/+104 |
* | added input_mode to gra_global struct and couple drawing mode functions | epoch | 2017-12-19 | 1 | -0/+4 |
* | added ansi color array to x11_global | epoch | 2017-12-19 | 1 | -0/+1 |
* | added color, luminosity, and shape flavor to each shape struct. added a beep ... | epoch | 2017-12-19 | 1 | -1/+15 |
* | upped shape limits and added fault input mode | epoch | 2017-12-19 | 1 | -2/+7 |
* | added empty functions to opengl | epoch | 2017-12-19 | 1 | -0/+16 |
* | added function to set ansi color | epoch | 2017-12-19 | 1 | -0/+1 |
* | meh. just testit.sh change | epoch | 2017-12-19 | 1 | -1/+1 |
* | fixed a bug of not using -r in makelabel.sh | epoch | 2017-12-19 | 1 | -1/+1 |
* | fixed offsetshape to start looping in the right spot. oops. | epoch | 2017-12-19 | 1 | -3/+1 |
* | added a note to anyone wanting to fiddle with some math | epoch | 2017-12-19 | 1 | -0/+2 |
* | got rid of opengl as one of the default built targets | epoch | 2017-12-19 | 1 | -2/+2 |
* | make scripts create their own named pipes and attempt to rm them | epoch | 2017-12-19 | 2 | -3/+15 |
* | made tictactoe game.sh use the right parts of addshapes because added colors | epoch | 2017-12-19 | 1 | -3/+3 |
* | updated tictactoe board and markers to use color argument for addshape | epoch | 2017-12-19 | 3 | -14/+17 |
* | updated font to have a color in its shapes and general cleanup | epoch | 2017-12-19 | 1 | -431/+408 |
* | updated the tools to be color argument aware of addshape | epoch | 2017-12-19 | 4 | -4/+5 |
* | updated offsetshape.sh to skip over the new color value in addshape | epoch | 2017-12-19 | 1 | -2/+2 |
* | created game.sh wrapper script for tictactoe's game.sh to allow network conne... | epoch | 2017-11-25 | 1 | -0/+9 |
* | moved all tictactoe game logic to game.sh | epoch | 2017-11-25 | 1 | -0/+29 |
* | made the local-tictactoe use the same script as the multiplayer | epoch | 2017-11-25 | 2 | -23/+4 |
* | fixed the angle of movement when there is more than 1 camera and made some pi... | epoch | 2017-11-19 | 3 | -9/+11 |
* | some utilities for manipulating objects outside of hackvr | epoch | 2017-11-19 | 4 | -3/+24 |