Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a C89 compliance test for the headers. | Tavian Barnes | 2014-06-12 | 1 | -2/+2 |
| | | | | | 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 | -2/+2 |
| | |||||
* | interior: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -9/+2 |
| | |||||
* | interior: Kill ->ptr field. | Tavian Barnes | 2014-05-27 | 1 | -5/+4 |
| | |||||
* | Make refcount declarations uniform. | Tavian Barnes | 2011-12-15 | 1 | -9/+4 |
| | |||||
* | Vast libdimension API and internals improvements. | Tavian Barnes | 2011-06-13 | 1 | -0/+8 |
| | | | | | 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 | -1/+1 |
| | |||||
* | Consolidate reference counting code. | Tavian Barnes | 2011-05-16 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | End sentences with periods. | Tavian Barnes | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | Document libdimension with Doxygen. | Tavian Barnes | 2010-11-14 | 1 | -7/+16 |
| | |||||
* | Fix some -W{strict,missing}-prototypes warnings. | Tavian Barnes | 2010-07-31 | 1 | -1/+1 |
| | |||||
* | Add refcounts to textures and interiors. | Tavian Barnes | 2010-06-03 | 1 | -0/+3 |
| | |||||
* | New dmnsn_interior* type. | Tavian Barnes | 2010-02-25 | 1 | -0/+42 |