scummvm/sound
Max Horn 7eab653832 cleanup
svn-id: r10894
2003-10-18 13:04:59 +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 We proudly present the latest installment of our hit series 'Untangle the mess': 'Help! Space Invaders refactored the music detector'... in other news, I obviously need to sleep now 2003-10-18 00:22:46 +00:00
mididrv.h cleanup 2003-10-18 13:04:59 +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 use namespace Common a bit more; don't zero the RNG in scumm (else the seed gets reset); remove obsolete 256 color blending code 2003-10-04 11:50:21 +00:00
mixer.h clarification: premixer must use native endianess 2003-10-05 17:42:55 +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 renamed some Timer methods 2003-10-17 16:39:32 +00:00
mpu401.h Preliminary preparation for new YM2612 FM emulator. 2003-10-05 15:36:52 +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