summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pixmapitem.h
Commit message (Collapse)AuthorAgeFilesLines
* make removal of items from scene delayed by one tick (looks better)manuel2011-04-121-2/+1
| | | | | | all items are now derived from gameentity and gameentity is derived from pixmapitem: - this is naturally better - allows us to add a generic gameentity.color()
* make the server a non gui applicationmanuel2011-04-121-2/+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
* progresstotycro2011-04-111-4/+1
|
* Added basic game logictotycro2011-04-111-1/+6
|
* - first round of coding cleanupmanuel2011-04-101-1/+3
| | | | - small sound fix
* collision detection fixmanuel2011-04-091-0/+1
|
* add some soundsmanuel2011-04-071-2/+2
|
* mergetotycro2011-04-061-0/+1
|
* make the pacman move!manuel2011-04-041-7/+0
|
* added simple pacman animationmanuel2011-04-041-0/+12
|
* fix intendmanuel2011-04-031-10/+10
|
* extreme cleanupmanuel2011-04-031-1/+2
|
* basic pacman qt setupmanuel2011-04-031-0/+22