summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added code to play the cherry sound, but doesn't work heretotycro2011-04-116-2/+29
|
* added missing filetotycro2011-04-113-1/+11
|
* Merge branch 'master' of git.manuel.mausz.at:/fooptotycro2011-04-112-3/+3
|\
| * make server build use a own makefilemanuel2011-04-112-3/+3
| |
* | progresstotycro2011-04-1110-24/+56
|/
* Added basic game logictotycro2011-04-1112-10/+68
|
* First parameter for client is server iptotycro2011-04-112-4/+16
| | | | Added asserts to confirm that packets were parsed correctly
* make local player always the first player in scoreboardmanuel2011-04-113-13/+14
|
* - make use of my_color (still TODO: pre-game dialog (with intro music) + ↵manuel2011-04-115-19/+22
| | | | | | display own color first in scoreboard) - remove some audio debugging noice
* - second cleanup: move game/round points inside arraymanuel2011-04-114-34/+26
| | | | - order is defined by Color::order[] used by server and client (gui too)
* - first round of coding cleanupmanuel2011-04-1016-109/+183
| | | | - small sound fix
* major audio rewritemanuel2011-04-1010-289/+403
|
* Fixed brackets/indention (getting tired ;)totycro2011-04-101-9/+6
|
* fixed a minor crashtotycro2011-04-101-0/+6
|
* transmit game scoretotycro2011-04-107-41/+62
|
* Added primitive game logic (make pacman avoid walls)totycro2011-04-102-2/+9
|
* Tell player about their colortotycro2011-04-107-46/+83
| | | | minor cleanup
* more verbose debug messagestotycro2011-04-092-1/+8
|
* minor adaptionstotycro2011-04-093-69/+77
|
* first version of multiplayertotycro2011-04-0913-38/+209
|
* proto stuff againmanuel2011-04-093-3/+1
|
* make audioplayer an empty object in server contextmanuel2011-04-094-12/+21
|
* integrate protobuf in qmakemanuel2011-04-096-848/+62
|
* added .proto file and generated sourcestotycro2011-04-099-7/+854
|
* store sound muted in local settingsmanuel2011-04-096-50/+79
|
* hackishly disabled audio for srvtotycro2011-04-094-7/+31
| | | | made test movement work
* move sound toggle icon to mainwidgetmanuel2011-04-094-45/+47
|
* Merge branch 'master' of git.manuel.mausz.at:/fooptotycro2011-04-0912-7/+117
|\ | | | | | | | | | | Conflicts: pacman-c++/sceneholder.cpp pacman-c++/util.h
| * newlines everywheremanuel2011-04-093-3/+3
| |
| * Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-0912-188/+332
| |\ | | | | | | | | | | | | Conflicts: pacman-c++/pacman.pro
| * | add toggle audio iconmanuel2011-04-0911-8/+118
| | |
* | | added some utilitytotycro2011-04-098-125/+201
| |/ |/|
* | Pull up methods from mainwidget to sceneholder for sharing in both client ↵totycro2011-04-0912-188/+332
|/ | | | and server
* collision detection fixmanuel2011-04-096-6/+31
|
* .manuel2011-04-091-1/+1
|
* fix sound (again)manuel2011-04-095-4/+18
|
* fix + testmanuel2011-04-092-2/+7
|
* fix move soundmanuel2011-04-091-6/+7
|
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-092-2/+41
|\
| * tried to make movement more smoothtotycro2011-04-092-2/+41
| |
* | add aboutToFinish to audioplayermanuel2011-04-092-0/+8
|/
* if you want debug, use: qmake CONFIG+=debugmanuel2011-04-081-2/+0
|
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-081-0/+2
|\
| * added debug to pro filetotycro2011-04-081-0/+2
| |
* | make audioplayer usefulmanuel2011-04-087-43/+123
|/
* fix window titlemanuel2011-04-083-9/+9
|
* fixing app icon on windowsmanuel2011-04-077-12/+104
| | | | add audio player
* - make player icons a bit nicer (on windows too)manuel2011-04-074-20/+26
| | | | - we don't build DEBUG by default (makes windows go crazy)
* adding application iconmanuel2011-04-0711-7/+56
| | | | and trying to add actor icon. but this is really hackish
* final demo mapmanuel2011-04-072-168/+47
|