aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/config.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* base/config: add debug.boxes config optionAlexander Sulfrian2013-01-131-1/+14
| | | | | if debug.boxes is true in configuration file, a red border is drawn around all controls
* base/config: add graphics.fullscreen optionAlexander Sulfrian2013-01-131-1/+13
|
* base/config: add graphics.resolution config optionAlexander Sulfrian2013-01-131-0/+14
| | | | | | The resolution could controlled by the appropriate config option. The value from the config file is parsed/serialized with the DimensionTranslator.
* base/config: add basic config infrastructureAlexander Sulfrian2013-01-131-0/+59