summaryrefslogtreecommitdiffstats
path: root/libdimension/interior.c
Commit message (Collapse)AuthorAgeFilesLines
* malloc: New DMNSN_MALLOC() macro to save a sizeof().Tavian Barnes2014-05-061-2/+2
|
* Use macros to initialize refcounts.Tavian Barnes2011-12-241-3/+3
|
* Make API more consistent.Tavian Barnes2011-10-301-1/+1
| | | | Object methods should be dmnsn_<object>_<fn>().
* Update copyright years.Tavian Barnes2011-08-311-1/+1
|
* Vast libdimension API and internals improvements.Tavian Barnes2011-06-131-2/+13
| | | | | 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 Barnes2011-05-281-2/+1
|
* Add a refcount to objects.Tavian Barnes2011-05-161-1/+1
|
* Consolidate reference counting code.Tavian Barnes2011-05-161-11/+6
|
* Don't use awkward (*fptr)() syntax.Tavian Barnes2011-04-031-1/+1
|
* Update email address.Tavian Barnes2011-03-081-1/+1
|
* Make some empty parameter lists explicit.Tavian Barnes2010-11-301-1/+1
|
* Document libdimension with Doxygen.Tavian Barnes2010-11-141-0/+5
|
* Add dmnsn_free() to match dmnsn_malloc().Tavian Barnes2010-09-261-2/+2
|
* Add refcounts to textures and interiors.Tavian Barnes2010-06-031-5/+12
|
* Fix some includes.Tavian Barnes2010-04-271-0/+1
|
* Remove a bunch of errno.h includes.Tavian Barnes2010-04-131-1/+0
|
* New dmnsn_malloc() function, and friends.Tavian Barnes2010-04-071-8/+3
| | | | | | 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 Barnes2010-04-011-0/+3
|
* New dmnsn_interior* type.Tavian Barnes2010-02-251-0/+46