Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added the "subsume" command | epoch | 2020-06-03 | 1 | -2/+2 |
| | |||||
* | new function: c2_add. you can guess what it does. | epoch | 2020-04-14 | 1 | -0/+1 |
| | |||||
* | bunch of stuff that added proper flatten, then broke stuff again trying to ↵ | epoch | 2020-03-28 | 1 | -0/+4 |
| | | | | make it use libhashtable | ||||
* | some more functions went into math.h | epoch | 2020-03-07 | 1 | -0/+4 |
| | |||||
* | renamed a function | epoch | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | working on some more math for checking whether a point is inside a polygon ↵ | epoch | 2018-02-03 | 1 | -0/+1 |
| | | | | or not. WIP. | ||||
* | switching math to just double and not double long | epoch | 2017-12-24 | 1 | -2/+4 |
| | |||||
* | added radians to degrees function | epoch | 2017-11-04 | 1 | -0/+1 |
| | |||||
* | I have no idea why I am doing this... | epoch | 2017-03-19 | 1 | -0/+1 |
| | |||||
* | converted more things to use the radians and degrees structures, fixed up ↵ | epoch | 2017-02-09 | 1 | -6/+6 |
| | | | | distance between camera stuff (try using p and l to change during runtime) and got rid of a couple things that were commented out anyway. | ||||
* | made all versions get built by default and moved some functions from ↵ | epoch | 2017-01-09 | 1 | -0/+18 |
graphics.c into math.c so the headless does not need graphics.c |