summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - first round of coding cleanupmanuel2011-04-101-1/+1
| | | | - small sound fix
* major audio rewritemanuel2011-04-101-6/+6
|
* Tell player about their colortotycro2011-04-101-0/+3
| | | | minor cleanup
* make audioplayer an empty object in server contextmanuel2011-04-091-1/+2
|
* added .proto file and generated sourcestotycro2011-04-091-1/+1
|
* store sound muted in local settingsmanuel2011-04-091-1/+57
|
* move sound toggle icon to mainwidgetmanuel2011-04-091-37/+1
|
* add toggle audio iconmanuel2011-04-091-0/+29
|
* make audioplayer usefulmanuel2011-04-081-0/+1
|
* fix window titlemanuel2011-04-081-4/+5
|
* fixing app icon on windowsmanuel2011-04-071-1/+1
| | | | add audio player
* adding application iconmanuel2011-04-071-0/+1
| | | | and trying to add actor icon. but this is really hackish
* Fixed size for drawing areatotycro2011-04-061-5/+5
|
* added menubartotycro2011-04-051-0/+6
|
* forgot some commits..manuel2011-04-051-1/+1
| | | | replace std::map with QMap
* change project file:totycro2011-04-041-0/+20
use: qmake -config client or qmake -config main Added basic client gui infrastructure