Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |