index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
parallaction
/
sound.cpp
Age
Commit message (
Expand
)
Author
2008-11-04
Fixed leak (unreleased stream of music data).
Nicola Mettifogo
2008-11-01
Fixed assorted leaks in NS Amiga.
Nicola Mettifogo
2008-10-29
Removed reference to Common::File in music code, and small cleanup.
Nicola Mettifogo
2008-07-11
Fixed leak in sound code by explicitly deleting the midi driver.
Nicola Mettifogo
2008-07-09
Added a couple of NULLity checks.
Nicola Mettifogo
2008-01-06
Indent 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-15
Now correctly disposing of audio data only when it was allocated on the heap,...
Nicola Mettifogo
2007-10-07
Added beep sound to Nippon Safes for Amiga.
Nicola Mettifogo
2007-09-22
Refactored a lot of Character-related code and put it into the Character class.
Nicola Mettifogo
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-16
Revised debug levels and added many debug strings for parsers.
Nicola Mettifogo
2007-08-19
Fixed bug #1777058.
Nicola Mettifogo
2007-07-28
Add support for multi-tune Protracker modules used in the Amiga version of Wa...
Travis Howell
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-20
Added guard code to prevent crashes when stopping sound effects.
Nicola Mettifogo
2007-05-12
Added Audio debug level and fixed a bug when freeing music streams.
Nicola Mettifogo
2007-05-01
Fix warning (unsigned ints are never negative)
Max Horn
2007-05-01
Fix compilation (sigh).
Nicola Mettifogo
2007-05-01
Changed some filenames to adhere to standard.
Nicola Mettifogo