| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | added missing file | totycro | 2011-04-11 | 3 | -1/+11 | |
| | | ||||||
| * | Merge branch 'master' of git.manuel.mausz.at:/foop | totycro | 2011-04-11 | 2 | -3/+3 | |
| |\ | ||||||
| | * | make server build use a own makefile | manuel | 2011-04-11 | 2 | -3/+3 | |
| | | | ||||||
| * | | progress | totycro | 2011-04-11 | 10 | -24/+56 | |
| |/ | ||||||
| * | Added basic game logic | totycro | 2011-04-11 | 12 | -10/+68 | |
| | | ||||||
| * | First parameter for client is server ip | totycro | 2011-04-11 | 2 | -4/+16 | |
| | | | | | Added asserts to confirm that packets were parsed correctly | |||||
| * | make local player always the first player in scoreboard | manuel | 2011-04-11 | 3 | -13/+14 | |
| | | ||||||
| * | - make use of my_color (still TODO: pre-game dialog (with intro music) + ↵ | manuel | 2011-04-11 | 5 | -19/+22 | |
| | | | | | | | display own color first in scoreboard) - remove some audio debugging noice | |||||
| * | - second cleanup: move game/round points inside array | manuel | 2011-04-11 | 4 | -34/+26 | |
| | | | | | - order is defined by Color::order[] used by server and client (gui too) | |||||
| * | - first round of coding cleanup | manuel | 2011-04-10 | 16 | -109/+183 | |
| | | | | | - small sound fix | |||||
| * | major audio rewrite | manuel | 2011-04-10 | 10 | -289/+403 | |
| | | ||||||
| * | Fixed brackets/indention (getting tired ;) | totycro | 2011-04-10 | 1 | -9/+6 | |
| | | ||||||
| * | fixed a minor crash | totycro | 2011-04-10 | 1 | -0/+6 | |
| | | ||||||
| * | transmit game score | totycro | 2011-04-10 | 7 | -41/+62 | |
| | | ||||||
| * | Added primitive game logic (make pacman avoid walls) | totycro | 2011-04-10 | 2 | -2/+9 | |
| | | ||||||
| * | Tell player about their color | totycro | 2011-04-10 | 7 | -46/+83 | |
| | | | | | minor cleanup | |||||
| * | more verbose debug messages | totycro | 2011-04-09 | 2 | -1/+8 | |
| | | ||||||
| * | minor adaptions | totycro | 2011-04-09 | 3 | -69/+77 | |
| | | ||||||
| * | first version of multiplayer | totycro | 2011-04-09 | 13 | -38/+209 | |
| | | ||||||
| * | proto stuff again | manuel | 2011-04-09 | 3 | -3/+1 | |
| | | ||||||
| * | make audioplayer an empty object in server context | manuel | 2011-04-09 | 4 | -12/+21 | |
| | | ||||||
| * | integrate protobuf in qmake | manuel | 2011-04-09 | 6 | -848/+62 | |
| | | ||||||
| * | added .proto file and generated sources | totycro | 2011-04-09 | 9 | -7/+854 | |
| | | ||||||
| * | store sound muted in local settings | manuel | 2011-04-09 | 6 | -50/+79 | |
| | | ||||||
| * | hackishly disabled audio for srv | totycro | 2011-04-09 | 4 | -7/+31 | |
| | | | | | made test movement work | |||||
| * | move sound toggle icon to mainwidget | manuel | 2011-04-09 | 4 | -45/+47 | |
| | | ||||||
| * | Merge branch 'master' of git.manuel.mausz.at:/foop | totycro | 2011-04-09 | 12 | -7/+117 | |
| |\ | | | | | | | | | | | Conflicts: pacman-c++/sceneholder.cpp pacman-c++/util.h | |||||
| | * | newlines everywhere | manuel | 2011-04-09 | 3 | -3/+3 | |
| | | | ||||||
| | * | Merge branch 'master' of ssh://manuel.mausz.at/foop | manuel | 2011-04-09 | 12 | -188/+332 | |
| | |\ | | | | | | | | | | | | | Conflicts: pacman-c++/pacman.pro | |||||
| | * | | add toggle audio icon | manuel | 2011-04-09 | 11 | -8/+118 | |
| | | | | ||||||
| * | | | added some utility | totycro | 2011-04-09 | 8 | -125/+201 | |
| | |/ |/| | ||||||
| * | | Pull up methods from mainwidget to sceneholder for sharing in both client ↵ | totycro | 2011-04-09 | 12 | -188/+332 | |
| |/ | | | | and server | |||||
| * | collision detection fix | manuel | 2011-04-09 | 6 | -6/+31 | |
| | | ||||||
| * | . | manuel | 2011-04-09 | 1 | -1/+1 | |
| | | ||||||
| * | fix sound (again) | manuel | 2011-04-09 | 5 | -4/+18 | |
| | | ||||||
| * | fix + test | manuel | 2011-04-09 | 2 | -2/+7 | |
| | | ||||||
| * | fix move sound | manuel | 2011-04-09 | 1 | -6/+7 | |
| | | ||||||
| * | Merge branch 'master' of ssh://manuel.mausz.at/foop | manuel | 2011-04-09 | 2 | -2/+41 | |
| |\ | ||||||
| | * | tried to make movement more smooth | totycro | 2011-04-09 | 2 | -2/+41 | |
| | | | ||||||
| * | | add aboutToFinish to audioplayer | manuel | 2011-04-09 | 2 | -0/+8 | |
| |/ | ||||||
| * | if you want debug, use: qmake CONFIG+=debug | manuel | 2011-04-08 | 1 | -2/+0 | |
| | | ||||||
| * | Merge branch 'master' of ssh://manuel.mausz.at/foop | manuel | 2011-04-08 | 1 | -0/+2 | |
| |\ | ||||||
| | * | added debug to pro file | totycro | 2011-04-08 | 1 | -0/+2 | |
| | | | ||||||
| * | | make audioplayer useful | manuel | 2011-04-08 | 7 | -43/+123 | |
| |/ | ||||||
| * | fix window title | manuel | 2011-04-08 | 3 | -9/+9 | |
| | | ||||||
| * | fixing app icon on windows | manuel | 2011-04-07 | 7 | -12/+104 | |
| | | | | | add audio player | |||||
| * | - make player icons a bit nicer (on windows too) | manuel | 2011-04-07 | 4 | -20/+26 | |
| | | | | | - we don't build DEBUG by default (makes windows go crazy) | |||||
| * | adding application icon | manuel | 2011-04-07 | 11 | -7/+56 | |
| | | | | | and trying to add actor icon. but this is really hackish | |||||
| * | final demo map | manuel | 2011-04-07 | 2 | -168/+47 | |
| | | ||||||
| * | add some sounds | manuel | 2011-04-07 | 7 | -15/+101 | |
| | | ||||||
