summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make removal of items from scene delayed by one tick (looks better)manuel2011-04-121-7/+2
| | | | | | 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()
* finding out which actor has eaten which element didn't work correctly. ↵manuel2011-04-121-40/+53
| | | | 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-1/+7
| | | | | | | | 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
* - server doesn't neet mainwidget.cppmanuel2011-04-111-2/+25
| | | | | - removed local mode (doesn't work anyway) - made movement more like orginal pacman
* minor movement improvementsmanuel2011-04-111-5/+14
|
* - make moving animation a bit smoother (on my computer at least)manuel2011-04-111-1/+1
| | | | - make animation stop after getting blocked
* make constants::server externmanuel2011-04-111-1/+1
| | | | code cleanup
* - first round of coding cleanupmanuel2011-04-101-0/+22
| | | | - small sound fix
* major audio rewritemanuel2011-04-101-23/+20
|
* transmit game scoretotycro2011-04-101-2/+3
|
* make audioplayer an empty object in server contextmanuel2011-04-091-1/+1
|
* add toggle audio iconmanuel2011-04-091-3/+3
|
* collision detection fixmanuel2011-04-091-3/+6
|
* fix sound (again)manuel2011-04-091-1/+6
|
* fix + testmanuel2011-04-091-1/+6
|
* fix move soundmanuel2011-04-091-6/+7
|
* make audioplayer usefulmanuel2011-04-081-21/+7
|
* add some soundsmanuel2011-04-071-3/+45
|
* adding normal pointsmanuel2011-04-071-2/+1
|
* - make a few optimizations to actor spritesmanuel2011-04-061-15/+112
| | | | - make actor move via keyboard!
* make pictures color index basedmanuel2011-04-061-1/+1
|
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-061-4/+4
|\ | | | | | | | | | | | | Conflicts: pacman-c++/actor.cpp pacman-c++/constants.h pacman-c++/mainwidget.cpp
| * Cleaned up constantstotycro2011-04-061-4/+4
| |
* | adding nicer blocks :Dmanuel2011-04-061-2/+2
|/
* some minor cleanupmanuel2011-04-061-1/+1
|
* add icon method for actormanuel2011-04-051-0/+9
|
* forgot some commits..manuel2011-04-051-5/+1
| | | | replace std::map with QMap
* Use only 1 color format for everythingtotycro2011-04-041-4/+4
| | | | Simple map parsing for Blocks and Bonus points
* adding soundmanuel2011-04-041-3/+4
|
* add more pacmansmanuel2011-04-041-3/+5
|
* make the pacman move!manuel2011-04-041-15/+25
|
* added simple pacman animationmanuel2011-04-041-2/+45
|
* Use MainWindowtotycro2011-04-031-2/+2
|
* fix intendmanuel2011-04-031-2/+2
|
* extreme cleanupmanuel2011-04-031-0/+7