Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement pigment maps. | Tavian Barnes | 2010-11-23 | 1 | -5/+17 |
| | |||||
* | Implement sky spheres. | Tavian Barnes | 2010-11-19 | 1 | -1/+16 |
| | |||||
* | Add quick_color to pigments. | Tavian Barnes | 2010-11-08 | 1 | -0/+3 |
| | |||||
* | Remove useless array node from color-lists. | Tavian Barnes | 2010-11-08 | 1 | -5/+4 |
| | |||||
* | Add gradient pattern support to dimension. | Tavian Barnes | 2010-11-08 | 1 | -3/+38 |
| | |||||
* | Support checkered pigments in dimension. | Tavian Barnes | 2010-11-07 | 1 | -2/+8 |
| | |||||
* | Add torii to dimension. | Tavian Barnes | 2010-10-26 | 1 | -2/+28 |
| | |||||
* | Add cones to dimension. | Tavian Barnes | 2010-10-20 | 1 | -5/+16 |
| | |||||
* | Add cylinder support to dimension. | Tavian Barnes | 2010-08-15 | 1 | -0/+14 |
| | |||||
* | Abstract syntax tree improvements. | Tavian Barnes | 2010-06-19 | 1 | -11/+15 |
| | | | | Keep objects in a single DMNSN_AST_OBJECT node type. | ||||
* | Fully implement POV-Ray transformations. | Tavian Barnes | 2010-06-17 | 1 | -4/+6 |
| | |||||
* | Fix some copyright dates. | Tavian Barnes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Implement image_{width,height}. | Tavian Barnes | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Support transforming pigments and textures in dimension. | Tavian Barnes | 2010-04-15 | 1 | -3/+6 |
| | |||||
* | Support planes in dimension. | Tavian Barnes | 2010-04-15 | 1 | -1/+8 |
| | |||||
* | Improve CSG and light handling. | Tavian Barnes | 2010-04-10 | 1 | -1/+2 |
| | | | | | | - Lights can be inside CSG objects - Lights can be modified by transformations - CSG objects can contain only one object | ||||
* | Implement CSG in front-end. | Tavian Barnes | 2010-04-07 | 1 | -26/+32 |
| | |||||
* | Don't treat colors and vectors as different types. | Tavian Barnes | 2010-03-08 | 1 | -7/+7 |
| | | | | | This allows things like 0.5*White, where White was #defined to be a color. POV-Ray's colors.inc almost parses now. | ||||
* | Adjust refreaction in tests. | Tavian Barnes | 2010-02-25 | 1 | -7/+7 |
| | |||||
* | Parse interiors. | Tavian Barnes | 2010-02-25 | 1 | -1/+3 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Support reflective finishes. | Tavian Barnes | 2010-01-14 | 1 | -1/+6 |
| | |||||
* | Begin parsing finishes. | Tavian Barnes | 2010-01-14 | 1 | -4/+8 |
| | |||||
* | Differentiate between colors and vectors in the AST. | Tavian Barnes | 2009-12-21 | 1 | -6/+6 |
| | |||||
* | Accept width and height command-line arguments. | Tavian Barnes | 2009-12-16 | 1 | -1/+1 |
| | |||||
* | Work in sRGB to be more like POV-Ray. | Tavian Barnes | 2009-12-07 | 1 | -1/+1 |
| | |||||
* | Finish camera placement routine. | Tavian Barnes | 2009-11-27 | 1 | -3/+3 |
| | |||||
* | Fake camera semantics until I figure out the real ones. | Tavian Barnes | 2009-11-27 | 1 | -1/+1 |
| | |||||
* | Add cameras to grammar. | Tavian Barnes | 2009-11-26 | 1 | -1/+10 |
| | |||||
* | Implement background colors. | Tavian Barnes | 2009-11-26 | 1 | -25/+6 |
| | |||||
* | Implement point lights. | Tavian Barnes | 2009-11-25 | 1 | -5/+12 |
| | |||||
* | Support solid-color pigments. | Tavian Barnes | 2009-11-25 | 1 | -3/+16 |
| | |||||
* | Format S-expressions a bit nicer in test scripts. | Tavian Barnes | 2009-11-25 | 1 | -2/+22 |
| | |||||
* | Implement object modifiers and rotation. | Tavian Barnes | 2009-11-25 | 1 | -2/+2 |
| | |||||
* | New arithmetic expression test. | Tavian Barnes | 2009-11-24 | 1 | -2/+2 |
| | |||||
* | Support vector arithmetic. | Tavian Barnes | 2009-11-24 | 1 | -2/+2 |
| | |||||
* | More parser work. | Tavian Barnes | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Begin bison implementation of parser. | Tavian Barnes | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Evaluate arithmetic expressions during parsing when possible. | Tavian Barnes | 2009-11-20 | 1 | -2/+2 |
| | | | | | This is needed for conditionals to work, and for declared identifiers to be evaluated only once. | ||||
* | Parse arithmetic expressions. | Tavian Barnes | 2009-11-04 | 1 | -2/+2 |
| | |||||
* | Handle spheres. | Tavian Barnes | 2009-11-04 | 1 | -0/+32 |