summaryrefslogtreecommitdiffstats
path: root/pacman-c++/block.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix colorize block stuffmanuel2011-04-171-2/+4
|
* get rid of two dynamic_casts and use qgraphicitem_cast which is A LOT faster ↵manuel2011-04-171-0/+2
| | | | (it makes use of static casts)
* a bigger commit again:manuel2011-04-171-2/+8
| | | | | | - 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
* fix wrong left shift which fixes the invisible fourth player :)manuel2011-04-141-1/+2
|
* some speed improvments regarding protobufmanuel2011-04-131-0/+15
|
* minor improvments: better debug messages + no tabs :Dmanuel2011-04-121-1/+0
|
* make removal of items from scene delayed by one tick (looks better)manuel2011-04-121-1/+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-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
* make pictures color index basedmanuel2011-04-061-2/+3
|
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-061-1/+1
|\ | | | | | | | | | | | | Conflicts: pacman-c++/actor.cpp pacman-c++/constants.h pacman-c++/mainwidget.cpp
* | adding nicer blocks :Dmanuel2011-04-061-1/+7
|/
* some minor cleanupmanuel2011-04-061-2/+2
|
* forgot some commits..manuel2011-04-051-3/+3
| | | | replace std::map with QMap
* - we love ogg, we hate mp3/wavmanuel2011-04-051-6/+5
| | | | | - a lot of coding style/intent fix - add constant.h to pro files
* Support actor in maptotycro2011-04-041-1/+2
|
* Use only 1 color format for everythingtotycro2011-04-041-6/+11
| | | | Simple map parsing for Blocks and Bonus points
* Cache QPixmaps for Blockstotycro2011-04-041-1/+5
|
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-041-1/+2
| | | | | | Conflicts: pacman-c++/main.cpp pacman-c++/pacman.qrc
* Added blocktotycro2011-04-041-0/+7