summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* - make use of my_color (still TODO: pre-game dialog (with intro music) + ↵manuel2011-04-111-4/+4
| | | | | | display own color first in scoreboard) - remove some audio debugging noice
* - first round of coding cleanupmanuel2011-04-101-1/+1
| | | | - small sound fix
* transmit game scoretotycro2011-04-101-8/+6
|
* Tell player about their colortotycro2011-04-101-1/+1
| | | | minor cleanup
* minor adaptionstotycro2011-04-091-1/+1
|
* first version of multiplayertotycro2011-04-091-0/+4
|
* store sound muted in local settingsmanuel2011-04-091-5/+1
|
* move sound toggle icon to mainwidgetmanuel2011-04-091-2/+4
|
* Pull up methods from mainwidget to sceneholder for sharing in both client ↵totycro2011-04-091-11/+6
| | | | and server
* tried to make movement more smoothtotycro2011-04-091-0/+1
|
* fixing app icon on windowsmanuel2011-04-071-0/+1
| | | | add audio player
* - make player icons a bit nicer (on windows too)manuel2011-04-071-0/+1
| | | | - we don't build DEBUG by default (makes windows go crazy)
* add some soundsmanuel2011-04-071-6/+11
|
* - make a few optimizations to actor spritesmanuel2011-04-061-1/+1
| | | | - make actor move via keyboard!
* Keep track of PixmapItems in clienttotycro2011-04-061-1/+1
|
* mergetotycro2011-04-061-3/+5
|
* Cleaned up constantstotycro2011-04-061-3/+7
|
* some minor cleanupmanuel2011-04-061-1/+1
|
* added key handlingtotycro2011-04-051-0/+14
|
* Added simple scoreboxtotycro2011-04-051-3/+4
|
* - we love ogg, we hate mp3/wavmanuel2011-04-051-3/+2
| | | | | - a lot of coding style/intent fix - add constant.h to pro files
* Fixed a minor issuetotycro2011-04-051-1/+0
|
* Support actor in maptotycro2011-04-041-1/+8
|
* Use only 1 color format for everythingtotycro2011-04-041-0/+5
| | | | Simple map parsing for Blocks and Bonus points
* change project file:totycro2011-04-041-0/+20
use: qmake -config client or qmake -config main Added basic client gui infrastructure