summaryrefslogtreecommitdiffstats
path: root/pacman-c++/point.cpp
Commit message (Collapse)AuthorAgeFilesLines
* finding out which actor has eaten which element didn't work correctly. ↵manuel2011-04-121-1/+7
| | | | instead of checking that on client side the server now just sends the id of the actor withing the explicit empty id data field
* make the server a non gui applicationmanuel2011-04-121-0/+4
| | | | | | | | 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
* minor movement improvementsmanuel2011-04-111-4/+3
|
* Added code to play the cherry sound, but doesn't work heretotycro2011-04-111-0/+4
|
* progresstotycro2011-04-111-1/+3
|
* Added basic game logictotycro2011-04-111-0/+6
|
* adding normal pointsmanuel2011-04-071-0/+17