Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Rouillier and Zimmerman's version of the Uspensky algorithm. | Tavian Barnes | 2011-10-31 | 1 | -8/+8 |
| | |||||
* | Make API more consistent. | Tavian Barnes | 2011-10-30 | 3 | -9/+9 |
| | | | | Object methods should be dmnsn_<object>_<fn>(). | ||||
* | Rename progress objects to future objects. | Tavian Barnes | 2011-10-19 | 2 | -4/+4 |
| | |||||
* | Add ImageMaps to Python module. | Tavian Barnes | 2011-09-18 | 2 | -1/+23 |
| | |||||
* | Use a more interesting pattern than "blue" for canvas import/export tests. | Tavian Barnes | 2011-08-29 | 5 | -6/+68 |
| | |||||
* | Use DMNSN_INTERNAL for prtree functions. | Tavian Barnes | 2011-08-25 | 1 | -2/+3 |
| | |||||
* | Rename dimension-impl.h to dimension-internal.h | Tavian Barnes | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | Replace sky_spheres with a single background pigment. | Tavian Barnes | 2011-08-21 | 1 | -8/+3 |
| | |||||
* | Handle reflection correctly in the client. | Tavian Barnes | 2011-08-18 | 1 | -4/+2 |
| | |||||
* | Wrap pthread API to reduce duplicated error tests. | Tavian Barnes | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | Remove color_maps. | Tavian Barnes | 2011-07-28 | 1 | -49/+89 |
| | |||||
* | Implement triangles. | Tavian Barnes | 2011-07-13 | 1 | -0/+33 |
| | |||||
* | Clean up tests a bit. | Tavian Barnes | 2011-07-13 | 1 | -10/+12 |
| | |||||
* | Use a default diffuse amount of 0.7. | Tavian Barnes | 2011-06-17 | 1 | -1/+1 |
| | | | | | POV-Ray's default of 0.6 was added to a 0.1 ambient. But when you do the sRGB correctly, 0.6 + 0.1 ~= 0.6. | ||||
* | Use propper extensions for tests. | Tavian Barnes | 2011-06-14 | 1 | -12/+12 |
| | |||||
* | Vast libdimension API and internals improvements. | Tavian Barnes | 2011-06-13 | 2 | -27/+38 |
| | | | | | Couldn't really do these while I was trying to be POV-Ray compatible, 'cause they would've broken compatibility. | ||||
* | Make lights more generic to support directional lights. | Tavian Barnes | 2011-05-30 | 1 | -1/+1 |
| | |||||
* | Handle sRGB gamma correctly. | Tavian Barnes | 2011-05-28 | 1 | -8/+16 |
| | |||||
* | Add refcounts to cameras. | Tavian Barnes | 2011-05-21 | 1 | -2/+3 |
| | |||||
* | Switch to Blender model of filtered transparency. | Tavian Barnes | 2011-05-20 | 1 | -3/+3 |
| | |||||
* | Add a refcount to canvases. | Tavian Barnes | 2011-05-20 | 1 | -1/+1 |
| | |||||
* | Fix leak in failure path in GL test. | Tavian Barnes | 2011-05-17 | 1 | -0/+1 |
| | |||||
* | Add a refcount to objects. | Tavian Barnes | 2011-05-16 | 2 | -5/+5 |
| | |||||
* | Group tests and benchmarks with the corresponding source code. | Tavian Barnes | 2011-05-15 | 13 | -0/+1105 |