aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
AgeCommit message (Expand)Author
2011-06-26TSAGE: Silence GCC warningseriktorbjorn
2011-06-26TSAGE: Several bugfixes for sound output to match the originalPaul Gilbert
2011-06-26TSAGE: Fix for properly initialising the _voiceTypeStructPtrs arrayPaul Gilbert
2011-06-24TSAGE: Silent a GCC warning reported by eriktorbjornStrangerke
2011-06-23TSAGE: Silence GCC warnings.eriktorbjorn
2011-06-23TSAGE: Added saving/restoring of playing sounds to savegamesPaul Gilbert
2011-06-23TSAGE: Allocate resource decoding buffer on the heapJulien
2011-06-22TSAGE: Fix bug in sound fading in scene 20.Strangerke
2011-06-22TSAGE: Don't crash if -x option points to an non-existing savegame.eriktorbjorn
2011-06-22TSAGE: Remove out of date TODO comments where applicablePaul Gilbert
2011-06-22TSAGE: Fix sounds not getting registered in Globals::_soundsPaul Gilbert
2011-06-22TSAGE: Clarified Globals::_sceneListeners as Globals::_soundsPaul Gilbert
2011-06-22TSAGE: Bugfix for sound assert in scene 20Paul Gilbert
2011-06-21TSAGE: Bugfix for properly stopping playing soundsPaul Gilbert
2011-06-21TSAGE: Fix updating the volume when changed in the Options dialogPaul Gilbert
2011-06-21TSAGE: Disable SFX and speech volume sliders for all gamesPaul Gilbert
2011-06-21TSAGE: Fixes for sound fadingPaul Gilbert
2011-06-21TSAGE: Fix for un-used variable in _sfRethinkVoiceTypesPaul Gilbert
2011-06-20TSAGE: Replaced integer counters used as mutexes with Common::Mutex usagePaul Gilbert
2011-06-20TSAGE: Loop variables are meant to be integers rather than boolsPaul Gilbert
2011-06-20TSAGE: Bugfix for crash when exiting whilst a sound is playingPaul Gilbert
2011-06-20TSAGE: Sound is now working!Paul Gilbert
2011-06-20TSAGE: Corrections to the sound fading codePaul Gilbert
2011-06-20TSAGE: Bugfix for properly decrementing _disabledServerCountPaul Gilbert
2011-06-20TSAGE: Initial implementation of AudioStream interface for sound driverPaul Gilbert
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-19TSAGE: Fix signalling an action when a song stopsPaul Gilbert
2011-06-19TSAGE: Silence GCC warnings (hopefully without breaking anything)eriktorbjorn
2011-06-19Merge remote branch 'remotes/dreammaster/tsage_sound'Paul Gilbert
2011-06-19TSAGE: Cleaned up the write() methodPaul Gilbert
2011-06-19TSAGE: Fixed problem with number of voices not being resetPaul Gilbert
2011-06-16TSAGE: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-16TSAGE: Minor bugfix to sound fading codePaul Gilbert
2011-06-16TSAGE: Bugfix for _sfRethinkVoiceTypes type 1 handlingPaul Gilbert
2011-06-16TSAGE: Added correct 5000 byte MD5 for Ringworld Demo #2Paul Gilbert
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-15TSAGE: Properly destroy OPL instance on shutdownPaul Gilbert
2011-06-15TSAGE: Bugfixes for sound channel updatesPaul Gilbert
2011-06-15TSAGE: Bugfix to load correct patch bank for AdlibPaul Gilbert
2011-06-15TSAGE: Bugfix for correctly persisting patch dataPaul Gilbert
2011-06-14TSAGE: Fix channel field copy in _sfRethinkVoiceTypesPaul Gilbert
2011-06-14TSAGE: Bugfixes for sound channel updatesPaul Gilbert
2011-06-13TSAGE: Bugfixes for priming channel dataPaul Gilbert
2011-06-13TSAGE: Completed initial implementation of _sfRethinkVoiceTypesPaul Gilbert
2011-06-10TSAGE: Update MD5 for ringworld demo #1Strangerke
2011-06-10TSAGE: Detect using MD5 based on 5000 bytes instead of unlimitedStrangerke
2011-06-10TSAGE: Elaborate on one FIXME I previously added, resolve anotherMax Horn
2011-06-10TSAGE: Reduce header dependenciesMax Horn
2011-06-10TSAGE: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10TSAGE: Finished implementing _sfRethinkVoiceTypesPaul Gilbert