Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fake camera semantics until I figure out the real ones. | Tavian Barnes | 2009-11-27 | 1 | -42/+176 |
| | |||||
* | Add cameras to grammar. | Tavian Barnes | 2009-11-26 | 1 | -0/+3 |
| | |||||
* | Implement background colors. | Tavian Barnes | 2009-11-26 | 1 | -3/+6 |
| | |||||
* | Implement point lights. | Tavian Barnes | 2009-11-25 | 1 | -33/+32 |
| | |||||
* | Support solid-color pigments. | Tavian Barnes | 2009-11-25 | 1 | -0/+134 |
| | |||||
* | Support scaling and translation transformations. | Tavian Barnes | 2009-11-25 | 1 | -0/+31 |
| | |||||
* | Implement object modifiers and rotation. | Tavian Barnes | 2009-11-25 | 1 | -34/+62 |
| | |||||
* | Use dmnsn_new_*() rather than dmnsn_*_construct(). | Tavian Barnes | 2009-11-19 | 1 | -12/+12 |
| | |||||
* | Store inverse object transformation in a separate field. | Tavian Barnes | 2009-11-09 | 1 | -2/+0 |
| | |||||
* | Make dmnsn_delete_scene() delete the scene's elements too. | Tavian Barnes | 2009-11-09 | 1 | -19/+3 |
| | |||||
* | Parse arithmetic expressions. | Tavian Barnes | 2009-11-04 | 1 | -8/+35 |
| | |||||
* | Handle spheres. | Tavian Barnes | 2009-11-04 | 1 | -10/+75 |
| | |||||
* | Don't flip boxes that are specified backwards. | Tavian Barnes | 2009-10-30 | 1 | -3/+6 |
| | |||||
* | Refactor parsing and realization a bit. | Tavian Barnes | 2009-10-30 | 1 | -23/+38 |
| | |||||
* | (Sort of) realize boxes. | Tavian Barnes | 2009-10-30 | 1 | -1/+70 |
| | | | | We now have a working rendering from an SDL input, kinda! | ||||
* | (Sort of) parse boxes. | Tavian Barnes | 2009-10-30 | 1 | -2/+48 |
| | |||||
* | Skeleton of parser and realizer. | Tavian Barnes | 2009-10-29 | 1 | -0/+28 |