| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | minor improvments: better debug messages + no tabs :D | manuel | 2011-04-12 | 1 | -2/+3 |
| | | |||||
| * | make removal of items from scene delayed by one tick (looks better) | manuel | 2011-04-12 | 1 | -6/+20 |
| | | | | | | | 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. ↵ | manuel | 2011-04-12 | 1 | -11/+15 |
| | | | | | 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 application | manuel | 2011-04-12 | 1 | -10/+18 |
| | | | | | | | | | 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 | ||||
| * | implement pointsleft counter | manuel | 2011-04-11 | 1 | -5/+22 |
| | | |||||
| * | - server doesn't neet mainwidget.cpp | manuel | 2011-04-11 | 1 | -2/+2 |
| | | | | | | - removed local mode (doesn't work anyway) - made movement more like orginal pacman | ||||
| * | - make moving animation a bit smoother (on my computer at least) | manuel | 2011-04-11 | 1 | -1/+3 |
| | | | | | - make animation stop after getting blocked | ||||
| * | Fixed actor creation movement | totycro | 2011-04-11 | 1 | -5/+5 |
| | | |||||
| * | make constants::server extern | manuel | 2011-04-11 | 1 | -2/+4 |
| | | | | | code cleanup | ||||
| * | implemented ai | totycro | 2011-04-11 | 1 | -1/+1 |
| | | |||||
| * | Added code to play the cherry sound, but doesn't work here | totycro | 2011-04-11 | 1 | -2/+9 |
| | | |||||
| * | added missing file | totycro | 2011-04-11 | 1 | -0/+1 |
| | | |||||
| * | progress | totycro | 2011-04-11 | 1 | -7/+14 |
| | | |||||
| * | - make use of my_color (still TODO: pre-game dialog (with intro music) + ↵ | manuel | 2011-04-11 | 1 | -6/+3 |
| | | | | | | | display own color first in scoreboard) - remove some audio debugging noice | ||||
| * | - first round of coding cleanup | manuel | 2011-04-10 | 1 | -7/+22 |
| | | | | | - small sound fix | ||||
| * | first version of multiplayer | totycro | 2011-04-09 | 1 | -1/+2 |
| | | |||||
| * | added .proto file and generated sources | totycro | 2011-04-09 | 1 | -1/+1 |
| | | |||||
| * | hackishly disabled audio for srv | totycro | 2011-04-09 | 1 | -2/+13 |
| | | | | | made test movement work | ||||
| * | added some utility | totycro | 2011-04-09 | 1 | -22/+11 |
| | | |||||
| * | Pull up methods from mainwidget to sceneholder for sharing in both client ↵ | totycro | 2011-04-09 | 1 | -0/+115 |
| and server | |||||
