Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New dmnsn_malloc() function, and friends. | Tavian Barnes | 2010-04-07 | 1 | -15/+9 |
| | | | | | | I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now. | ||||
* | Set errno on failures. | Tavian Barnes | 2010-04-01 | 1 | -0/+2 |
| | |||||
* | Point the normal vectors away from the object. | Tavian Barnes | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | New use dmnsn_color_gradient() for weighted reflections. | Tavian Barnes | 2010-01-13 | 1 | -7/+1 |
| | |||||
* | Implement reflection. | Tavian Barnes | 2010-01-09 | 1 | -0/+74 |