| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make the server a non gui application | manuel | 2011-04-12 | 1 | -1/+1 |
| | | | | | | | | | this required a lot of reorganization: - don't create ANY pixmaps. that requires QtGui - don't create and QtWidgets - thus SceneHolder is now a QGraphisScene itself - and MainWidgets is a QWidget having SceneHolder as member variable | ||||
| * | make constants::server extern | manuel | 2011-04-11 | 1 | -0/+2 |
| | | | | | code cleanup | ||||
| * | - first round of coding cleanup | manuel | 2011-04-10 | 1 | -1/+1 |
| | | | | | - small sound fix | ||||
| * | major audio rewrite | manuel | 2011-04-10 | 1 | -6/+6 |
| | | |||||
| * | Tell player about their color | totycro | 2011-04-10 | 1 | -0/+3 |
| | | | | | minor cleanup | ||||
| * | make audioplayer an empty object in server context | manuel | 2011-04-09 | 1 | -1/+2 |
| | | |||||
| * | added .proto file and generated sources | totycro | 2011-04-09 | 1 | -1/+1 |
| | | |||||
| * | store sound muted in local settings | manuel | 2011-04-09 | 1 | -1/+57 |
| | | |||||
| * | move sound toggle icon to mainwidget | manuel | 2011-04-09 | 1 | -37/+1 |
| | | |||||
| * | add toggle audio icon | manuel | 2011-04-09 | 1 | -0/+29 |
| | | |||||
| * | make audioplayer useful | manuel | 2011-04-08 | 1 | -0/+1 |
| | | |||||
| * | fix window title | manuel | 2011-04-08 | 1 | -4/+5 |
| | | |||||
| * | fixing app icon on windows | manuel | 2011-04-07 | 1 | -1/+1 |
| | | | | | add audio player | ||||
| * | adding application icon | manuel | 2011-04-07 | 1 | -0/+1 |
| | | | | | and trying to add actor icon. but this is really hackish | ||||
| * | Fixed size for drawing area | totycro | 2011-04-06 | 1 | -5/+5 |
| | | |||||
| * | added menubar | totycro | 2011-04-05 | 1 | -0/+6 |
| | | |||||
| * | forgot some commits.. | manuel | 2011-04-05 | 1 | -1/+1 |
| | | | | | replace std::map with QMap | ||||
| * | change project file: | totycro | 2011-04-04 | 1 | -0/+20 |
| use: qmake -config client or qmake -config main Added basic client gui infrastructure | |||||
