aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/sound.cpp
AgeCommit message (Collapse)Author
2009-03-14* Added a generic sound manager that hides engine-specific managers and ↵Nicola Mettifogo
allows accessing them through a simplified command/parameter interface. * Updated client code to use the new manager. * Moved Nippon Safes sound code from sound.cpp to sound_ns.cpp. svn-id: r39394
2009-01-06Implemented pauseEngineIntern, and fixed music volume handling in SoundMan.Nicola Mettifogo
svn-id: r35756
2008-11-04Fixed leak (unreleased stream of music data).Nicola Mettifogo
svn-id: r34895
2008-11-01Fixed assorted leaks in NS Amiga.Nicola Mettifogo
svn-id: r34870
2008-10-29Removed reference to Common::File in music code, and small cleanup.Nicola Mettifogo
svn-id: r34861
2008-07-11Fixed leak in sound code by explicitly deleting the midi driver.Nicola Mettifogo
svn-id: r33002
2008-07-09Added a couple of NULLity checks.Nicola Mettifogo
svn-id: r32972
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
svn-id: r30312
2007-10-15* Changed IFF/8SVX audio to use signed data (int8), and modified ↵Nicola Mettifogo
Parallaction accordingly. * Implemented proper beep in Parallaction for Amiga. svn-id: r29226
2007-10-15Now correctly disposing of audio data only when it was allocated on the ↵Nicola Mettifogo
heap, thus fixing bug #1813367. svn-id: r29223
2007-10-07Added beep sound to Nippon Safes for Amiga.Nicola Mettifogo
svn-id: r29171
2007-09-22Refactored a lot of Character-related code and put it into the Character class.Nicola Mettifogo
svn-id: r29025
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-16Revised debug levels and added many debug strings for parsers.Nicola Mettifogo
svn-id: r28921
2007-08-19Fixed bug #1777058.Nicola Mettifogo
svn-id: r28666
2007-07-28Add support for multi-tune Protracker modules used in the Amiga version of ↵Travis Howell
Waxworks. svn-id: r28256
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-20Added guard code to prevent crashes when stopping sound effects.Nicola Mettifogo
svn-id: r26894
2007-05-12Added Audio debug level and fixed a bug when freeing music streams.Nicola Mettifogo
svn-id: r26804
2007-05-01Fix warning (unsigned ints are never negative)Max Horn
svn-id: r26726
2007-05-01Fix compilation (sigh).Nicola Mettifogo
svn-id: r26724
2007-05-01Changed some filenames to adhere to standard.Nicola Mettifogo
svn-id: r26723