summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client/client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - fix audio plugin and make that a real interfacemanuel2011-05-111-9/+5
| | | | | - that fixes a duplicate statis audiomanager (1x pacman, 1x audio plugin) on windows - display won/lost dialog upon gameend
* fix windows buildmanuel2011-05-111-2/+2
|
* - refactorized audio once more: audio is now a plugin which gets loaded at ↵manuel2011-05-101-4/+7
| | | | | | | | runtime - thus server has no dependency to phonon any more - remove client dependency to qtnetwork - fix enet deinitialization on windows
* - the last fixes for new build setupmanuel2011-05-051-17/+41
| | | | - better connect dialog
* - refactorized the whole project and made a few subprojectsmanuel2011-05-051-0/+265
- replaced tcp with enet - added connect dialog - some smaller bugfixes