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
/
sound
/
module.mk
Age
Commit message (
Expand
)
Author
2007-05-19
added Amiga SoundFx module player code, used by Amiga versions of the followi...
Gregory Montoir
2007-05-01
Implemented a IFF (Interchange File Format) parser and added subclasses to pa...
Nicola Mettifogo
2007-04-09
Implemented enough of AIFF to play the music from the Broken Sword 1 demo. At
Torbjörn Andersson
2007-02-18
added basic support for playing FOTAQ amiga modules files (rjp1) instead of M...
Gregory Montoir
2007-01-25
Moved Paula and Infogrames to sound/mods/
Sven Hesse
2006-10-16
Add WIP (not yet plugged in) Protracker modules player
Eugene Sandulenko
2006-06-24
* Renamed config.mak to config.mk
Max Horn
2006-02-25
Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221)
Max Horn
2006-02-12
Reduced data duplication in module.mk files; added module.mk files for null a...
Max Horn
2005-05-03
Moved Oki ADPCM aka VOX decoder from SAGA engine to common sound/ directory.
Eugene Sandulenko
2005-04-10
Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation
Torbjörn Andersson
2005-01-09
Added shared code to load WAV(E) data from arbitrary seekable streams (files ...
Max Horn
2004-12-25
Moved the softsynth midi drivers into a sound/softsynth; amongst other things...
Max Horn
2004-02-22
Patch #885904 (Flac Support) with some tweaks by me
Max Horn
2004-01-30
Various changes to the build system which allow building ScummVM in an extern...
Max Horn
2003-11-29
moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it ma...
Max Horn
2003-10-02
cleanup & restructuring; in particular move the midi driver list to its own s...
Max Horn
2003-09-17
some tweaks to the build system (work toward plugin support)
Max Horn
2003-09-10
fixed module.mk
Max Horn
2003-09-10
moved declaration of error/warning/debug from engine.h to util.h; added voc.cpp
Max Horn
2003-07-28
experimental new rate conversion code (use SOX_HACK to en-/disable it); note ...
Max Horn
2003-05-19
Moved common parsing logic into MidiParser base class.
Jamieson Christian
2003-05-19
MidiStreamer goes away, replaced by MidiParser
Jamieson Christian
2003-05-19
remove dup object
Jonathan Gray
2003-05-18
Implemented new Simon MIDI module, switching from MidiStreamer to MidiParser....
Jamieson Christian
2003-05-18
update
Jonathan Gray
2003-05-17
Removed mididrv.cpp, added seq.cpp
Jamieson Christian
2002-12-08
started to split out the midi drivers
Max Horn
2002-11-21
Added midistreamer.cpp
Jamieson Christian
2002-11-21
revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all...
Max Horn