Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-06 | Improve test structure | Stormwind | 1 | -66/+0 | |
Created folder spec/unit/zero and moved all unittest into this folder. | |||||
2013-01-06 | Kill all mutants in Zero::Renderer | Stormwind | 1 | -1/+14 | |
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-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 | first commit for the new renderer | Gibheer | 1 | -0/+42 | |
This part handles the building of the template tree, which then gets used later by the containers. |