Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed a bug that caused glitch art from uninitialized memory in the clean ↵ | epoch | 2018-03-29 | 1 | -2/+10 |
| | | | | backbuffer and added mouse-over and actioning for circles. and commented out "move forward" because I don't have that yet. | ||||
* | messed up the relative rotation of the camera | epoch | 2018-02-19 | 1 | -6/+6 |
| | |||||
* | added relative movement and absolute movement to rotate and move. added ↵ | epoch | 2018-02-19 | 1 | -12/+13 |
| | | | | group name globbing to most commands somewhere. | ||||
* | fixed a typo that broke circles. removed global initializations that are ↵ | epoch | 2018-02-03 | 1 | -6/+3 |
| | | | | better placed in a more generic place. | ||||
* | replaced cosl and sinl with cos and sin. increased line to 2048 to get gcc ↵ | epoch | 2017-12-24 | 1 | -17/+13 |
| | | | | to shutup about truncation. got rid of annoying defines. | ||||
* | made input mode 1 (passthru) output hackvr lines intead of raw data. added a ↵ | epoch | 2017-12-24 | 1 | -13/+29 |
| | | | | mouse-over trigger to set input_mode. made mouseover bounding box triggering slightly bigger | ||||
* | added alternate input mode, changed messages to stderr, added color and ↵ | epoch | 2017-12-19 | 1 | -128/+194 |
| | | | | drawmode stuff | ||||
* | fixed the angle of movement when there is more than 1 camera and made some ↵ | epoch | 2017-11-19 | 1 | -2/+2 |
| | | | | pixmaps get generated based on MAX sizes instead of current size which also means the default size is now small instead of huge. | ||||
* | got rid of the distance based shading again to make font tests less ↵ | epoch | 2017-11-16 | 1 | -2/+2 |
| | | | | annoying. increased some arbitrary limits because I was too lazy to come up with a graceful way to handle not enough space. | ||||
* | made it so clicking on a shape triggers the same type of output that the old ↵ | epoch | 2017-11-03 | 1 | -1/+1 |
| | | | | distance based + enter selection did | ||||
* | fixed up some of the math so it feels more correct | epoch | 2017-11-01 | 1 | -24/+31 |
| | |||||
* | the changes needed to get tictactoe running pretty. | epoch | 2017-04-18 | 1 | -7/+38 |
| | |||||
* | cleaned up a bit of stuff and added another option to config.h | epoch | 2017-04-10 | 1 | -8/+9 |
| | |||||
* | I have no idea why I am doing this... | epoch | 2017-03-19 | 1 | -0/+423 |