summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
Commit message (Collapse)AuthorAgeFilesLines
* - add actor.canEat(other) to check if actor can eat other (note: that ↵manuel2011-04-181-0/+1
| | | | | | | doesn't mean that other can eat actor!!) - server now generated and sends the colorlist to the server in the first map update packet - add a better AI
* funny ai implementationmanuel2011-04-171-1/+3
|
* get rid of two dynamic_casts and use qgraphicitem_cast which is A LOT faster ↵manuel2011-04-171-1/+7
| | | | (it makes use of static casts)
* encapsulate gapless audioplayer commit from yesterday into an own class ↵manuel2011-04-141-6/+1
| | | | | | (gaplessaudioplayer) added two new menu entrys: toggle sound + toggle ambient sound (2. very useful!)
* try to play the sound more gapless. if that won't work for totycro I'll ↵manuel2011-04-131-1/+6
| | | | revert the crap. it makes the code really ugly
* adding google soundsmanuel2011-04-131-1/+2
|
* - socket.write returns signed integermanuel2011-04-121-1/+2
| | | | - make waka sound working
* make removal of items from scene delayed by one tick (looks better)manuel2011-04-121-4/+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-1/+2
| | | | instead of checking that on client side the server now just sends the id of the actor withing the explicit empty id data field
* minor movement improvementsmanuel2011-04-111-2/+6
|
* - first round of coding cleanupmanuel2011-04-101-7/+8
| | | | - small sound fix
* major audio rewritemanuel2011-04-101-3/+2
|
* transmit game scoretotycro2011-04-101-0/+8
|
* make audioplayer usefulmanuel2011-04-081-4/+0
|
* add some soundsmanuel2011-04-071-0/+11
|
* - make a few optimizations to actor spritesmanuel2011-04-061-4/+16
| | | | - make actor move via keyboard!
* mergetotycro2011-04-061-0/+2
|
* some minor cleanupmanuel2011-04-061-3/+3
|
* Added simple scoreboxtotycro2011-04-051-0/+1
|
* add icon method for actormanuel2011-04-051-0/+2
|
* - we love ogg, we hate mp3/wavmanuel2011-04-051-1/+0
| | | | | - a lot of coding style/intent fix - add constant.h to pro files
* Use only 1 color format for everythingtotycro2011-04-041-9/+4
| | | | Simple map parsing for Blocks and Bonus points
* adding soundmanuel2011-04-041-1/+1
|
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-041-1/+2
|\ | | | | | | | | | | Conflicts: pacman-c++/main.cpp pacman-c++/pacman.qrc
* | add more pacmansmanuel2011-04-041-3/+3
|/
* added simple pacman animationmanuel2011-04-041-0/+2
|
* fix intendmanuel2011-04-031-16/+16
|
* extreme cleanupmanuel2011-04-031-0/+30