summaryrefslogtreecommitdiffstats
path: root/pacman-c++/block.h
Commit message (Collapse)AuthorAgeFilesLines
* - refactorized the whole project and made a few subprojectsmanuel2011-05-051-43/+0
| | | | | | - replaced tcp with enet - added connect dialog - some smaller bugfixes
* - add intro sound on every roundmanuel2011-04-251-1/+2
| | | | | | - add dieing sound - add dieing animation - add die on moving onto colorized block
* get rid of two dynamic_casts and use qgraphicitem_cast which is A LOT faster ↵manuel2011-04-171-0/+5
| | | | (it makes use of static casts)
* a bigger commit again:manuel2011-04-171-0/+2
| | | | | | - fix pacman movement. now more like real pacman (again). e.g. if you press a direction-key again: the pacman will move in that direction as soon as possible and no repeated keypress is needed - add random colorized blocks (without dieing yet) - add cmdline-option: --nocolorblocks to disable that
* some speed improvments regarding protobufmanuel2011-04-131-5/+2
|
* make removal of items from scene delayed by one tick (looks better)manuel2011-04-121-2/+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()
* make constants::server externmanuel2011-04-111-3/+7
| | | | code cleanup
* Added basic game logictotycro2011-04-111-0/+2
|
* - first round of coding cleanupmanuel2011-04-101-2/+2
| | | | - small sound fix
* merge 4totycro2011-04-061-0/+1
|
* merge 3totycro2011-04-061-1/+0
|
* merge 2totycro2011-04-061-0/+1
|
* mergetotycro2011-04-061-0/+3
|
* adding nicer blocks :Dmanuel2011-04-061-2/+3
|
* some minor cleanupmanuel2011-04-061-4/+12
|
* forgot some commits..manuel2011-04-051-4/+2
| | | | replace std::map with QMap
* - we love ogg, we hate mp3/wavmanuel2011-04-051-5/+3
| | | | | - a lot of coding style/intent fix - add constant.h to pro files
* Support actor in maptotycro2011-04-041-1/+1
|
* Use only 1 color format for everythingtotycro2011-04-041-4/+6
| | | | Simple map parsing for Blocks and Bonus points
* Cache QPixmaps for Blockstotycro2011-04-041-0/+7
|
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-041-1/+1
| | | | | | Conflicts: pacman-c++/main.cpp pacman-c++/pacman.qrc
* Added blocktotycro2011-04-041-0/+14