scummvm/sound
Max Horn ad293a5ab8 cleanup / doxygenification
svn-id: r10578
2003-10-03 23:34:06 +00:00
..
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
audiostream.cpp moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) 2003-09-18 02:07:18 +00:00
audiostream.h ZeroInputStream::readBuffer didn't have the same signature as the base class version, making VC.NET 2K3 complain 2003-08-13 22:01:34 +00:00
fmopl.cpp fixed compilation under msvc7 2003-10-03 07:45:41 +00:00
fmopl.h #include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) 2003-08-01 12:21:04 +00:00
mididrv.cpp cleanup & restructuring; in particular move the midi driver list to its own source file 2003-10-02 22:52:57 +00:00
mididrv.h cleanup & restructuring; in particular move the midi driver list to its own source file 2003-10-02 22:52:57 +00:00
midiparser_smf.cpp cleanup / doxygenification 2003-10-03 23:34:06 +00:00
midiparser_xmidi.cpp cleanup / doxygenification 2003-10-03 23:34:06 +00:00
midiparser.cpp Fix for Bug [780924] IMUSE: Pitchbend isn't reset when changing tracks 2003-08-07 23:42:15 +00:00
midiparser.h cleanup / doxygenification 2003-10-03 23:34:06 +00:00
mixer.cpp changed & documented the premixer semantics 2003-09-18 16:01:33 +00:00
mixer.h changed & documented the premixer semantics 2003-09-18 16:01:33 +00:00
module.mk cleanup & restructuring; in particular move the midi driver list to its own source file 2003-10-02 22:52:57 +00:00
mpu401.cpp removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions) 2003-09-28 21:08:48 +00:00
mpu401.h Converted the MPU-401 timer to use the Timer class. 2003-09-26 14:05:33 +00:00
rate.cpp optimized channel volume/pan handling 2003-09-05 23:27:11 +00:00
rate.h moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) 2003-09-18 02:07:18 +00:00
resample.cpp undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, simply remove it from your project file - it's not supposed to be compiled ATM 2003-10-03 10:30:33 +00:00
resample.h undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, simply remove it from your project file - it's not supposed to be compiled ATM 2003-10-03 10:30:33 +00:00
voc.cpp moved declaration of error/warning/debug from engine.h to util.h; added voc.cpp 2003-09-10 12:19:57 +00:00
voc.h moved declaration of error/warning/debug from engine.h to util.h; added voc.cpp 2003-09-10 12:19:57 +00:00