Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give backtraces for diagnostics from macros and include files. | Tavian Barnes | 2010-04-18 | 1 | -0/+2 |
| | | | | | Partly this means that dmnsn_diagnostic() can't be called anywhere except during parsing, because the dmnsn_parse_location::parent pointers dangle. | ||||
* | Have dmnsn_diagnostic() take a dmnsn_parse_location. | Tavian Barnes | 2010-04-18 | 1 | -11/+11 |
| | |||||
* | Initial support for image_maps. | Tavian Barnes | 2010-04-15 | 1 | -0/+2 |
| | |||||
* | Support transforming pigments and textures in dimension. | Tavian Barnes | 2010-04-15 | 1 | -0/+1 |
| | |||||
* | Support planes in dimension. | Tavian Barnes | 2010-04-15 | 1 | -0/+1 |
| | |||||
* | Implement CSG in front-end. | Tavian Barnes | 2010-04-07 | 1 | -0/+4 |
| | |||||
* | Implement macro support. | Tavian Barnes | 2010-03-23 | 1 | -1/+4 |
| | |||||
* | Implement most vector functions. | Tavian Barnes | 2010-03-23 | 1 | -0/+4 |
| | |||||
* | Support the ternary operator. | Tavian Barnes | 2010-03-22 | 1 | -10/+11 |
| | |||||
* | Handle built-in vector IDs the same way as floats. | Tavian Barnes | 2010-03-22 | 1 | -0/+4 |
| | |||||
* | Add built-in float constants. | Tavian Barnes | 2010-03-22 | 1 | -0/+4 |
| | |||||
* | Support logical ! operator. | Tavian Barnes | 2010-03-22 | 1 | -0/+1 |
| | |||||
* | Support max() and min(). | Tavian Barnes | 2010-03-20 | 1 | -0/+2 |
| | |||||
* | Implement almost all float functions. | Tavian Barnes | 2010-03-20 | 1 | -0/+16 |
| | |||||
* | A bunch more float functions. | Tavian Barnes | 2010-03-20 | 1 | -0/+15 |
| | |||||
* | Support exp(). | Tavian Barnes | 2010-03-19 | 1 | -0/+2 |
| | |||||
* | Preliminary support for global_settings. | Tavian Barnes | 2010-03-09 | 1 | -5/+9 |
| | |||||
* | Implement unit vectors. | Tavian Barnes | 2010-03-09 | 1 | -0/+3 |
| | |||||
* | Don't treat colors and vectors as different types. | Tavian Barnes | 2010-03-08 | 1 | -2/+0 |
| | | | | | This allows things like 0.5*White, where White was #defined to be a color. POV-Ray's colors.inc almost parses now. | ||||
* | Parse interiors. | Tavian Barnes | 2010-02-25 | 1 | -0/+3 |
| | |||||
* | Get rid of fmemopen() hack. | Tavian Barnes | 2010-02-09 | 1 | -0/+1 |
| | |||||
* | Support #include. | Tavian Barnes | 2010-02-09 | 1 | -1/+4 |
| | |||||
* | Implement #if. | Tavian Barnes | 2010-02-02 | 1 | -1/+10 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Support reflective finishes. | Tavian Barnes | 2010-01-14 | 1 | -0/+4 |
| | |||||
* | Begin parsing finishes. | Tavian Barnes | 2010-01-14 | 1 | -0/+7 |
| | |||||
* | Differentiate between colors and vectors in the AST. | Tavian Barnes | 2009-12-21 | 1 | -0/+2 |
| | |||||
* | Support #declare, #local, and #undef. | Tavian Barnes | 2009-12-21 | 1 | -1/+10 |
| | |||||
* | Make symbol table semantics line up with povray's. | Tavian Barnes | 2009-12-19 | 1 | -2/+6 |
| | |||||
* | Implement a symbol table. | Tavian Barnes | 2009-12-19 | 1 | -16/+54 |
| | |||||
* | Tokenize on-the-fly. | Tavian Barnes | 2009-12-17 | 1 | -1/+15 |
| | | | | | No more manual tokenization and parsing, giving a simpler interface. Also, this brings us closer to a dmnsn_realize_string() interface. | ||||
* | Add cameras to grammar. | Tavian Barnes | 2009-11-26 | 1 | -0/+10 |
| | |||||
* | Implement background colors. | Tavian Barnes | 2009-11-26 | 1 | -0/+2 |
| | |||||
* | Implement point lights. | Tavian Barnes | 2009-11-25 | 1 | -0/+1 |
| | |||||
* | Support solid-color pigments. | Tavian Barnes | 2009-11-25 | 1 | -2/+0 |
| | |||||
* | Add textures and pigments to grammar. | Tavian Barnes | 2009-11-25 | 1 | -7/+19 |
| | | | | Also remove a shift-reduce conflict caused by not giving a precedence to ".". | ||||
* | Support scaling and translation transformations. | Tavian Barnes | 2009-11-25 | 1 | -0/+2 |
| | |||||
* | Implement object modifiers and rotation. | Tavian Barnes | 2009-11-25 | 1 | -0/+2 |
| | |||||
* | Add eager arithmetic evaluation to parser. | Tavian Barnes | 2009-11-23 | 1 | -0/+4 |
| | |||||
* | More parser work. | Tavian Barnes | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Make `dimension' output some things as it works. | Tavian Barnes | 2009-11-20 | 1 | -0/+5 |
| | |||||
* | Add file, line, and column information to astnodes. | Tavian Barnes | 2009-11-05 | 1 | -0/+4 |
| | |||||
* | Parse arithmetic expressions. | Tavian Barnes | 2009-11-04 | 1 | -0/+5 |
| | |||||
* | Handle spheres. | Tavian Barnes | 2009-11-04 | 1 | -0/+2 |
| | |||||
* | Implement dmnsn_print_astree_sexpr(). | Tavian Barnes | 2009-10-31 | 1 | -1/+4 |
| | |||||
* | (Sort of) parse boxes. | Tavian Barnes | 2009-10-30 | 1 | -1/+19 |
| | |||||
* | Skeleton of parser and realizer. | Tavian Barnes | 2009-10-29 | 1 | -0/+29 |