Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix some copyright dates. | Tavian Barnes | 2010-05-10 | 23 | -23/+23 | |
| | ||||||
* | Only render in one combined `render' test. | Tavian Barnes | 2010-05-06 | 4 | -83/+178 | |
| | | | | GL and PNG tests now only test import/export. | |||||
* | Get rid of "../" in #includes. | Tavian Barnes | 2010-05-06 | 2 | -2/+2 | |
| | ||||||
* | Use C99 for loop initializers. | Tavian Barnes | 2010-05-05 | 1 | -2/+1 | |
| | ||||||
* | Write a PR-tree test. | Tavian Barnes | 2010-05-05 | 1 | -0/+62 | |
| | ||||||
* | Replace BVSTs with priority R-trees. | Tavian Barnes | 2010-05-05 | 2 | -45/+4 | |
| | ||||||
* | Fix some includes. | Tavian Barnes | 2010-04-27 | 2 | -0/+2 | |
| | ||||||
* | Implement image_{width,height}. | Tavian Barnes | 2010-04-16 | 4 | -5/+5 | |
| | ||||||
* | Support transforming pigments and textures in dimension. | Tavian Barnes | 2010-04-15 | 3 | -12/+21 | |
| | ||||||
* | Support planes in dimension. | Tavian Barnes | 2010-04-15 | 2 | -1/+15 | |
| | ||||||
* | Add plane object. | Tavian Barnes | 2010-04-15 | 1 | -0/+6 | |
| | ||||||
* | Improve CSG and light handling. | Tavian Barnes | 2010-04-10 | 4 | -2/+161 | |
| | | | | | | - Lights can be inside CSG objects - Lights can be modified by transformations - CSG objects can contain only one object | |||||
* | New dmnsn_malloc() function, and friends. | Tavian Barnes | 2010-04-07 | 3 | -87/+2 | |
| | | | | | | 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. | |||||
* | Implement CSG in front-end. | Tavian Barnes | 2010-04-07 | 2 | -48/+56 | |
| | ||||||
* | Implement CSG differences in libdimension. | Tavian Barnes | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | Add CSG merges to libdimension. | Tavian Barnes | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | Add CSG intersections to libdimension. | Tavian Barnes | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | Add CSG unions to libdimension. | Tavian Barnes | 2010-04-06 | 1 | -2/+12 | |
| | ||||||
* | New dmnsn_bounding_box type. | Tavian Barnes | 2010-04-06 | 1 | -6/+6 | |
| | ||||||
* | Add --disable-png configure option. | Tavian Barnes | 2010-04-01 | 1 | -0/+4 | |
| | ||||||
* | Add --disable-gl configure option. | Tavian Barnes | 2010-04-01 | 1 | -0/+6 | |
| | ||||||
* | Support object identifiers. | Tavian Barnes | 2010-03-31 | 2 | -2/+41 | |
| | ||||||
* | New dmnsn_clear_canvas() function. | Tavian Barnes | 2010-03-24 | 1 | -0/+2 | |
| | | | | Makes valgrind happier about the GL test. | |||||
* | Implement macro support. | Tavian Barnes | 2010-03-23 | 2 | -14/+28 | |
| | ||||||
* | Implement most vector functions. | Tavian Barnes | 2010-03-23 | 1 | -0/+33 | |
| | ||||||
* | Support the ternary operator. | Tavian Barnes | 2010-03-22 | 1 | -1/+1 | |
| | ||||||
* | Add built-in float constants. | Tavian Barnes | 2010-03-22 | 1 | -0/+16 | |
| | ||||||
* | Support logical ! operator. | Tavian Barnes | 2010-03-22 | 2 | -2/+2 | |
| | ||||||
* | Support max() and min(). | Tavian Barnes | 2010-03-20 | 1 | -0/+8 | |
| | ||||||
* | Implement almost all float functions. | Tavian Barnes | 2010-03-20 | 1 | -0/+72 | |
| | ||||||
* | A bunch more float functions. | Tavian Barnes | 2010-03-20 | 2 | -12/+65 | |
| | ||||||
* | Support exp(). | Tavian Barnes | 2010-03-19 | 2 | -3/+3 | |
| | ||||||
* | Implement unit vectors. | Tavian Barnes | 2010-03-09 | 1 | -2/+2 | |
| | ||||||
* | Don't treat colors and vectors as different types. | Tavian Barnes | 2010-03-08 | 2 | -11/+11 | |
| | | | | | This allows things like 0.5*White, where White was #defined to be a color. POV-Ray's colors.inc almost parses now. | |||||
* | Allow bare finishes in object modifiers. | Tavian Barnes | 2010-02-28 | 1 | -6/+4 | |
| | ||||||
* | Adjust refreaction in tests. | Tavian Barnes | 2010-02-25 | 3 | -17/+17 | |
| | ||||||
* | Parse interiors. | Tavian Barnes | 2010-02-25 | 2 | -1/+7 | |
| | ||||||
* | New dmnsn_interior* type. | Tavian Barnes | 2010-02-25 | 1 | -1/+13 | |
| | ||||||
* | Distribute directives.inc; fixes distcheck. | Tavian Barnes | 2010-02-11 | 1 | -0/+1 | |
| | ||||||
* | Support stream directives. | Tavian Barnes | 2010-02-11 | 2 | -6/+11 | |
| | ||||||
* | Fix directives test. | Tavian Barnes | 2010-02-10 | 1 | -1/+1 | |
| | ||||||
* | Support #include. | Tavian Barnes | 2010-02-09 | 3 | -2/+31 | |
| | ||||||
* | "Support" the #version directive. | Tavian Barnes | 2010-02-05 | 2 | -1/+4 | |
| | ||||||
* | Implement #while. | Tavian Barnes | 2010-02-03 | 2 | -16/+32 | |
| | ||||||
* | Support #ifdef and #ifndef. | Tavian Barnes | 2010-02-02 | 2 | -0/+7 | |
| | ||||||
* | Skip over invalid tokens in non-taken conditionals. | Tavian Barnes | 2010-02-02 | 2 | -2/+2 | |
| | ||||||
* | Implement #if. | Tavian Barnes | 2010-02-02 | 2 | -10/+18 | |
| | ||||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 25 | -31/+31 | |
| | ||||||
* | Add a C++ test. | Tavian Barnes | 2010-01-17 | 2 | -1/+37 | |
| | ||||||
* | Rename kD splay trees to Bounding Volume Splay Trees. | Tavian Barnes | 2010-01-15 | 2 | -13/+13 | |
| |