aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/sound.cpp
AgeCommit message (Expand)Author
2009-03-14* Added a generic sound manager that hides engine-specific managers and allow...Nicola Mettifogo
2009-01-06Implemented pauseEngineIntern, and fixed music volume handling in SoundMan.Nicola Mettifogo
2008-11-04Fixed leak (unreleased stream of music data).Nicola Mettifogo
2008-11-01Fixed assorted leaks in NS Amiga.Nicola Mettifogo
2008-10-29Removed reference to Common::File in music code, and small cleanup.Nicola Mettifogo
2008-07-11Fixed leak in sound code by explicitly deleting the midi driver.Nicola Mettifogo
2008-07-09Added a couple of NULLity checks.Nicola Mettifogo
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2007-10-15* Changed IFF/8SVX audio to use signed data (int8), and modified Parallaction...Nicola Mettifogo
2007-10-15Now correctly disposing of audio data only when it was allocated on the heap,...Nicola Mettifogo
2007-10-07Added beep sound to Nippon Safes for Amiga.Nicola Mettifogo
2007-09-22Refactored a lot of Character-related code and put it into the Character class.Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-16Revised debug levels and added many debug strings for parsers.Nicola Mettifogo
2007-08-19Fixed bug #1777058.Nicola Mettifogo
2007-07-28Add support for multi-tune Protracker modules used in the Amiga version of Wa...Travis Howell
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-20Added guard code to prevent crashes when stopping sound effects.Nicola Mettifogo
2007-05-12Added Audio debug level and fixed a bug when freeing music streams.Nicola Mettifogo
2007-05-01Fix warning (unsigned ints are never negative)Max Horn
2007-05-01Fix compilation (sigh).Nicola Mettifogo
2007-05-01Changed some filenames to adhere to standard.Nicola Mettifogo