summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* a bigger commit again:manuel2011-04-171-1/+1
| | | | | | - fix pacman movement. now more like real pacman (again). e.g. if you press a direction-key again: the pacman will move in that direction as soon as possible and no repeated keypress is needed - add random colorized blocks (without dieing yet) - add cmdline-option: --nocolorblocks to disable that
* fix build errormanuel2011-04-151-1/+1
|
* add about dialogmanuel2011-04-151-3/+47
|
* encapsulate gapless audioplayer commit from yesterday into an own class ↵manuel2011-04-141-25/+68
| | | | | | (gaplessaudioplayer) added two new menu entrys: toggle sound + toggle ambient sound (2. very useful!)
* - rewrite network methods (ugly but good performance)manuel2011-04-131-1/+9
| | | | - fix memleaks
* make the server a non gui applicationmanuel2011-04-121-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 externmanuel2011-04-111-0/+2
| | | | code cleanup
* - 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