Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use inheritance for spheres in cube test. | Tavian Barnes | 2011-12-16 | 1 | -19/+23 |
| | |||||
* | Re-think colors. | Tavian Barnes | 2011-12-14 | 1 | -4/+4 |
| | | | | | | | | | 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. | ||||
* | Rename complex test to cube test. | Tavian Barnes | 2011-12-04 | 2 | -3/+3 |
| | |||||
* | Use a separate class for sRGB colors. | Tavian Barnes | 2011-12-04 | 2 | -9/+11 |
| | |||||
* | Ship dimension client inside the Python package. | Tavian Barnes | 2011-10-31 | 1 | -2/+2 |
| | |||||
* | Fix --disable-png behaviour in the Python module. | Tavian Barnes | 2011-09-18 | 1 | -1/+7 |
| | |||||
* | Add ImageMaps to Python module. | Tavian Barnes | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | Add .scale(), .translate(), and .rotate() methods to transformable objects. | Tavian Barnes | 2011-09-18 | 1 | -13/+9 |
| | |||||
* | Replace sky_spheres with a single background pigment. | Tavian Barnes | 2011-08-21 | 1 | -13/+6 |
| | |||||
* | Handle reflection correctly in the client. | Tavian Barnes | 2011-08-18 | 2 | -3/+3 |
| | |||||
* | Clean up lights in complex.dmnsn even more. | Tavian Barnes | 2011-08-07 | 1 | -2/+2 |
| | |||||
* | Clean up lights in complex test. | Tavian Barnes | 2011-08-03 | 1 | -9/+5 |
| | |||||
* | Remove color_maps. | Tavian Barnes | 2011-07-28 | 1 | -18/+18 |
| | |||||
* | Fix up formatting a bit in complex test. | Tavian Barnes | 2011-07-19 | 1 | -2/+2 |
| | |||||
* | Implement triangles. | Tavian Barnes | 2011-07-13 | 1 | -0/+22 |
| | |||||
* | Clean up tests a bit. | Tavian Barnes | 2011-07-13 | 1 | -4/+3 |
| | |||||
* | Fix complex test colors. | Tavian Barnes | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Add pigment= and finish= shorthand to Object.__init__(). | Tavian Barnes | 2011-06-17 | 2 | -25/+21 |
| | |||||
* | Add Python client. | Tavian Barnes | 2011-06-16 | 3 | -0/+235 |
| | |||||
* | Rip out old client. | Tavian Barnes | 2011-05-15 | 26 | -1567/+0 |
| | |||||
* | Group tests and benchmarks with the corresponding source code. | Tavian Barnes | 2011-05-15 | 26 | -0/+1567 |