summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-110-0/+0
|\ | | | | | | | | Conflicts: pacman-c++/server.cpp
| * fixed minor issuetotycro2011-04-111-1/+3
| |
* | minor movement improvementsmanuel2011-04-114-18/+29
|/
* - make moving animation a bit smoother (on my computer at least)manuel2011-04-115-59/+64
| | | | - make animation stop after getting blocked
* Fixed actor creation movementtotycro2011-04-111-5/+5
|
* make constants::server externmanuel2011-04-118-32/+61
| | | | code cleanup
* implemented aitotycro2011-04-112-2/+5
|
* typo fixtotycro2011-04-111-1/+1
|
* create and use Constants::servermanuel2011-04-113-15/+22
|
* 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
|/