aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/sound.cpp
AgeCommit message (Expand)Author
2016-12-20FULLPIPE: Remove unused variableFilippos Karapetis
2016-11-30FULLPIPE: Restart SFX on request instead of skipping it.Eugene Sandulenko
2016-11-29FULLPIPE: Initial code for scene04 musicEugene Sandulenko
2016-11-29FULLPIPE: Unstub setSceneMusicParameters()Eugene Sandulenko
2016-11-29FULLPIPE: Unstub StopAllSoundStreams()Eugene Sandulenko
2016-11-28FULLPIPE: Silence GCC warnings (mostly signed/unsigned ones)Torbjörn Andersson
2016-11-25FULLPIPE: Start final musicEugene Sandulenko
2016-11-25FULLPIPE: Added 4 sound channels like in originalEugene Sandulenko
2016-11-25FULLPIPE: Correctly restart scene audio tracksEugene Sandulenko
2016-10-16FULLPIPE: Fix steps soundsEugene Sandulenko
2016-09-11FULLPIPE: Make sound controls work and persistentEugene Sandulenko
2016-09-11FULLPIPE: Fix crash on muteEugene Sandulenko
2016-09-08FULLPIPE: Also free the contents of _soundList, along with itTorbjörn Andersson
2016-09-08FULLPIPE: Free _soundItems when SoundList is deletedTorbjörn Andersson
2016-09-04FULLPIPE: Rename in ExCommand structureEugene Sandulenko
2016-09-04JANITORIAL: Fix whitespacesEugene Sandulenko
2016-07-31FULLPIPE: Hid noisy warningEugene Sandulenko
2016-07-28FULLPIPE: Split all debug output by channelsEugene Sandulenko
2016-04-14FULLPIPE: Reduce audio header dependenciesOri Avtalion
2014-10-28FULLPIPE: Remove trailing whitespaceFilippos Karapetis
2014-06-11FULLPIPE: Use safe string copying. CID 1208908Eugene Sandulenko
2014-06-11FULLPIPE: Copy string safely. CID 1208909Eugene Sandulenko
2014-06-09FULLPIPE: Use strlcpy instead of strncpy in some places.Johannes Schickel
2014-06-09FULLPIPE: Fix compilationEugene Sandulenko
2014-06-09FULLPIPE: Safely copy string. CID 1208908Eugene Sandulenko
2014-06-09FULLPIPE: Safely copy stringsEugene Sandulenko
2014-05-30FULLPIPE: Implement Sound::setPanAndVolumeByStaticAni()Eugene Sandulenko
2014-05-14FULLPIPE: Fix mistypo in FullpipeEngine::stopAllSounds() which lead to crashEugene Sandulenko
2014-05-03FULLPIPE: Implement FullpipeEngine::setMusicVolume()Eugene Sandulenko
2014-05-03FULLPIPE: Implement FullpipeEngine::stopAllSounds()Eugene Sandulenko
2014-04-27FULLPIPE: Proper implementation of FullpipeEngine::stopAllSoundInstances()Eugene Sandulenko
2014-04-26FULLPIPE: Implement Sound::setPanAndVolume()Eugene Sandulenko
2014-04-26FULLPIPE: Implement SoundList::getSoundItemById()Eugene Sandulenko
2014-04-26FULLPIPE: Fixed Sound::getVolume()Eugene Sandulenko
2014-04-26FULLPIPE: Implement Sound() destructorEugene Sandulenko
2014-04-26FULLPIPE: Implement Sound::freeSound() and Sound::stop()Eugene Sandulenko
2014-04-26FULLPIPE: Implement Sound::play()Eugene Sandulenko
2014-04-26FULLPIPE: Implement global_messageHandler_handleSound()Eugene Sandulenko
2014-04-26FULLPIPE: Proper implementation of FullpipeEngine::playSound()Eugene Sandulenko
2014-04-26FULLPIPE: Implement FullpipeEngine::setSceneMusicParameters()Eugene Sandulenko
2014-04-26FULLPIPE: Remove redundant object castsEugene Sandulenko
2014-04-26FULLPIPE: Implement FullpipeEngine::getSceneTrack()Eugene Sandulenko
2014-04-26FULLPIPE: Proper implementation of FullpipeEngine::startSceneTrack()Eugene Sandulenko
2014-04-26FULLPIPE: Implement FullpipeEngine::playTrack()Eugene Sandulenko
2014-04-26FULLPIPE: Implement FullpipeEngine::updateSoundVolume()Eugene Sandulenko
2014-04-26FULLPIPE: Implement FullpipeEngine::toggleMute()Eugene Sandulenko
2014-04-19FULLPIPE: Implement ModalMainMenu::updateSoundVolume()Eugene Sandulenko
2014-04-18FULLPIPE: Implement ModalMainMenu::setSliderPos()Eugene Sandulenko
2014-04-18FULLPIPE: Implement ModalMainMenu::updateSliderPos()Eugene Sandulenko
2014-02-18FULLPIPE: Make GPL headers consistent in themselves.Johannes Schickel