| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - add intro sound on every round | manuel | 2011-04-25 | 1 | -4/+5 |
| | | | | | | | - add dieing sound - add dieing animation - add die on moving onto colorized block | ||||
| * | game rounds finally implemented: | manuel | 2011-04-20 | 1 | -0/+1 |
| | | | | | | - game rounds will be detected during the round AND - a new map will be send in the NEXT tick to the clients | ||||
| * | - add actor.canEat(other) to check if actor can eat other (note: that ↵ | manuel | 2011-04-18 | 1 | -0/+11 |
| | | | | | | | | 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 | ||||
| * | a bigger commit again: | manuel | 2011-04-17 | 1 | -6/+9 |
| | | | | | | | - 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 | ||||
| * | add support for random bonus points | manuel | 2011-04-15 | 1 | -0/+10 |
| | | |||||
| * | fix wrong left shift which fixes the invisible fourth player :) | manuel | 2011-04-14 | 1 | -1/+1 |
| | | |||||
| * | add dynamic player count for client. currently works only with 1 player as ↵ | manuel | 2011-04-14 | 1 | -15/+15 |
| | | | | | server doesn't send the initial map to the clients | ||||
| * | make constants::server extern | manuel | 2011-04-11 | 1 | -1/+1 |
| | | | | | code cleanup | ||||
| * | create and use Constants::server | manuel | 2011-04-11 | 1 | -2/+5 |
| | | |||||
| * | Added basic game logic | totycro | 2011-04-11 | 1 | -2/+9 |
| | | |||||
| * | - second cleanup: move game/round points inside array | manuel | 2011-04-11 | 1 | -0/+4 |
| | | | | | - order is defined by Color::order[] used by server and client (gui too) | ||||
| * | first version of multiplayer | totycro | 2011-04-09 | 1 | -0/+3 |
| | | |||||
| * | added .proto file and generated sources | totycro | 2011-04-09 | 1 | -0/+1 |
| | | |||||
| * | added some utility | totycro | 2011-04-09 | 1 | -4/+5 |
| | | |||||
| * | final demo map | manuel | 2011-04-07 | 1 | -1/+1 |
| | | |||||
| * | adding normal points | manuel | 2011-04-07 | 1 | -6/+8 |
| | | |||||
| * | - make a few optimizations to actor sprites | manuel | 2011-04-06 | 1 | -5/+8 |
| | | | | | - make actor move via keyboard! | ||||
| * | make pictures color index based | manuel | 2011-04-06 | 1 | -0/+1 |
| | | |||||
| * | sample map | manuel | 2011-04-06 | 1 | -8/+8 |
| | | |||||
| * | Merge branch 'master' of ssh://manuel.mausz.at/foop | manuel | 2011-04-06 | 1 | -10/+14 |
| |\ | | | | | | | | | | | | | Conflicts: pacman-c++/actor.cpp pacman-c++/constants.h pacman-c++/mainwidget.cpp | ||||
| | * | Cleaned up constants | totycro | 2011-04-06 | 1 | -8/+13 |
| | | | |||||
| * | | adding nicer blocks :D | manuel | 2011-04-06 | 1 | -1/+2 |
| |/ | |||||
| * | some minor cleanup | manuel | 2011-04-06 | 1 | -7/+10 |
| | | |||||
| * | forgot some commits.. | manuel | 2011-04-05 | 1 | -1/+6 |
| | | | | | replace std::map with QMap | ||||
| * | - we love ogg, we hate mp3/wav | manuel | 2011-04-05 | 1 | -3/+4 |
| | | | | | | - a lot of coding style/intent fix - add constant.h to pro files | ||||
| * | Support actor in map | totycro | 2011-04-04 | 1 | -3/+10 |
| | | |||||
| * | Use only 1 color format for everything | totycro | 2011-04-04 | 1 | -7/+13 |
| | | | | | Simple map parsing for Blocks and Bonus points | ||||
| * | change project file: | totycro | 2011-04-04 | 1 | -0/+23 |
| use: qmake -config client or qmake -config main Added basic client gui infrastructure | |||||
