Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vast libdimension API and internals improvements. | Tavian Barnes | 2011-06-13 | 1 | -7/+31 |
| | | | | | Couldn't really do these while I was trying to be POV-Ray compatible, 'cause they would've broken compatibility. | ||||
* | Don't allocate reference counts on the heap. | Tavian Barnes | 2011-05-28 | 1 | -2/+1 |
| | |||||
* | Add a refcount to objects. | Tavian Barnes | 2011-05-16 | 1 | -1/+1 |
| | |||||
* | Consolidate reference counting code. | Tavian Barnes | 2011-05-16 | 1 | -11/+6 |
| | |||||
* | 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 | -63/+1 |
| | |||||
* | Make some empty parameter lists explicit. | Tavian Barnes | 2010-11-30 | 1 | -3/+3 |
| | |||||
* | Rename dmnsn_*_init() to dmnsn_initialize_*(). | Tavian Barnes | 2010-11-22 | 1 | -10/+10 |
| | |||||
* | Document libdimension with Doxygen. | Tavian Barnes | 2010-11-14 | 1 | -0/+5 |
| | |||||
* | Add quick_color to pigments. | Tavian Barnes | 2010-11-08 | 1 | -3/+5 |
| | |||||
* | Fix double-init bug for inherited textures. | Tavian Barnes | 2010-11-08 | 1 | -5/+6 |
| | |||||
* | Add pattern framework, impelement checker pattern. | Tavian Barnes | 2010-11-06 | 1 | -0/+5 |
| | |||||
* | Add dmnsn_free() to match dmnsn_malloc(). | Tavian Barnes | 2010-09-26 | 1 | -4/+4 |
| | |||||
* | Rename `precompute' to `init'. | Tavian Barnes | 2010-06-04 | 1 | -3/+3 |
| | |||||
* | Add refcounts to textures and interiors. | Tavian Barnes | 2010-06-03 | 1 | -6/+13 |
| | |||||
* | Fix some copyright dates. | Tavian Barnes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Fix some includes. | Tavian Barnes | 2010-04-27 | 1 | -0/+1 |
| | |||||
* | Add transformations to textures and pigments. | Tavian Barnes | 2010-04-15 | 1 | -0/+21 |
| | | | | | Also, object intersection callbacks are now responsible for handling their own transformations. | ||||
* | Remove a bunch of errno.h includes. | Tavian Barnes | 2010-04-13 | 1 | -1/+0 |
| | |||||
* | New dmnsn_malloc() function, and friends. | Tavian Barnes | 2010-04-07 | 1 | -24/+11 |
| | | | | | | 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/+7 |
| | |||||
* | New dmnsn_interior* type. | Tavian Barnes | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Split finish_fn into diffuse_fn and specular_fn. | Tavian Barnes | 2010-01-13 | 1 | -1/+2 |
| | |||||
* | Implement reflection. | Tavian Barnes | 2010-01-09 | 1 | -3/+4 |
| | |||||
* | Separate finishes into single-purpose finishes. | Tavian Barnes | 2009-12-23 | 1 | -1/+3 |
| | |||||
* | Add support for finishes (BRDFs). | Tavian Barnes | 2009-11-09 | 1 | -2/+27 |
| | |||||
* | Fix some memory leaks. | Tavian Barnes | 2009-10-19 | 1 | -2/+7 |
| | | | | | dmnsn_delete_pigment() was not using the free_fn, and kD splay trees were not being deleted after raytracing finished. | ||||
* | Improve garbage handling of dmnsn_delete_object(). | Tavian Barnes | 2009-10-19 | 1 | -1/+4 |
| | |||||
* | Add destructor callbacks for polymorphic C types, and use their base | Tavian Barnes | 2009-07-16 | 1 | -2/+10 |
| | | | | dmnsn_delete_*() function. | ||||
* | Begin dmnsn_texture* type. | Tavian Barnes | 2009-07-12 | 1 | -0/+50 |