summaryrefslogtreecommitdiffstats
path: root/pacman-c++/common/audio.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix another phonon issue with gaplessplayer (pause() is not synchron so we ↵manuel2011-05-111-5/+9
| | | | might start the second player although we issued pause())
* - fix audio plugin and make that a real interfacemanuel2011-05-111-37/+72
| | | | | - 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-129/+133
| | | | | | | | 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/+355
- replaced tcp with enet - added connect dialog - some smaller bugfixes