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