Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-29 | Throws an ArgumentError, if no template fits given types | Stormwind | 1 | -0/+10 | |
2012-11-29 | Throws ArgumentError, if given template does not exist | Stormwind | 1 | -0/+6 | |
2012-11-29 | Add default value for default templates | Stormwind | 1 | -0/+11 | |
If a template has no type specifcation in it's name, then we use 'default' as map name now. | |||||
2012-11-27 | better specs for render | Gibheer | 1 | -21/+21 | |
2012-11-26 | now the renderer correctly saves all templates | Gibheer | 1 | -5/+5 | |
Before this fix the renderer was not able to save the templates and types in the correct way. It still needs some cleanup, but it works now. | |||||
2012-11-26 | specs for rendering | Gibheer | 1 | -0/+34 | |
2012-11-26 | first commit for the new renderer | Gibheer | 4 | -39/+56 | |
This part handles the building of the template tree, which then gets used later by the containers. | |||||
2012-11-16 | added specs for Renderer.transform | Gibheer | 1 | -0/+32 | |
2012-11-16 | documentet the renderer and added a spec | Gibheer | 1 | -0/+10 | |