aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/static.hpp (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.
* utils/colors: move colors into subdir, add hsvAlexander Sulfrian2014-04-081-2/+2
| | | | | | | All color classes are now in an own subdirectory with a short name. The new class HsvColor represents the Hue/Saturation/Value color model and comes with conversion functions to and from rgb colors (currently integer arithmetic without optimization for higher presicion).
* menu/static: add getter for vertices_countAlexander Sulfrian2013-01-181-0/+1
|
* menu: code style: change naming of bool-getter to is prefixAlexander Sulfrian2013-01-131-2/+2
|
* menu/static: add infrastructure for simple geometric typesAlexander Sulfrian2013-01-131-0/+78