summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* 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