Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove semicolon after namespace | Alexander Sulfrian | 2014-05-04 | 1 | -5/+3 |
| | | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere. | ||||
* | base/config: add graphics.resolution config option | Alexander Sulfrian | 2013-01-13 | 1 | -0/+82 |
The resolution could controlled by the appropriate config option. The value from the config file is parsed/serialized with the DimensionTranslator. |