Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a C89 compliance test for the headers. | Tavian Barnes | 2014-06-12 | 1 | -25/+25 |
| | | | | | Technically we still require a couple things from C99 like "bool", but it works with -std=c89 under gcc. | ||||
* | Add a C99 conformance test for the headers. | Tavian Barnes | 2014-06-12 | 1 | -25/+25 |
| | |||||
* | finish: Use pool. | Tavian Barnes | 2014-05-31 | 1 | -56/+8 |
| | |||||
* | finish: Remove ->ptr fields. | Tavian Barnes | 2014-05-27 | 1 | -23/+36 |
| | |||||
* | Make refcount declarations uniform. | Tavian Barnes | 2011-12-15 | 1 | -5/+5 |
| | |||||
* | Re-think colors. | Tavian Barnes | 2011-12-14 | 1 | -5/+3 |
| | | | | | | | | | Color is a property of light, and thus doesn't include information about transparency. But canvas pixels and object pigments represent a color and a degree of transparency. The new type dmnsn_tcolor/ TColor encapsulates that information. Also, fix the transparent shadow implementation. | ||||
* | Update copyright years. | Tavian Barnes | 2011-08-31 | 1 | -1/+1 |
| | |||||
* | Fix up some Doxygen documentation. | Tavian Barnes | 2011-06-17 | 1 | -0/+2 |
| | |||||
* | Add .pigment and .finish properties to Textures. | Tavian Barnes | 2011-06-15 | 1 | -0/+6 |
| | |||||
* | Vast libdimension API and internals improvements. | Tavian Barnes | 2011-06-13 | 1 | -43/+115 |
| | | | | | Couldn't really do these while I was trying to be POV-Ray compatible, 'cause they would've broken compatibility. | ||||
* | Get rid of include guards on sub-headers. | Tavian Barnes | 2011-05-16 | 1 | -5/+0 |
| | |||||
* | Update email address. | Tavian Barnes | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | Split pigments and finishes into their own headers/sources. | Tavian Barnes | 2010-12-02 | 1 | -0/+103 |