.. |
.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
|
work around silly bug in Microsoft Visual Studio .NET 2003. M$ does not stop at breaking HTML and Java, no, now they have to mutilate C/C++, too. MS-C instead of ANSI-C, anybody? *grmbl*
|
2003-09-19 21:29:59 +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.h
|
Added PC Speaker and PCjr command line options,
|
2003-08-13 14:08:21 +00:00 |
midiparser_smf.cpp
|
Removed incorrect acknowledgements (copy/paste error)
|
2003-08-14 05:07:31 +00:00 |
midiparser_xmidi.cpp
|
Use stdafx.h instead of manually including system headers.
|
2003-06-18 21:10:05 +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
|
More corrections to the VAR_MUSIC_TIMER
|
2003-08-16 17:08:22 +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
|
some tweaks to the build system (work toward plugin support)
|
2003-09-17 21:53:13 +00:00 |
mpu401.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 |
mpu401.h
|
Added generic send() option to MidiChannel.
|
2003-08-08 11:54:24 +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
|
start to use code from the original resample codebase, since it uses fixed point math instead of float; however, the code is not at all complete right now, I just commit this to get it off my HD (neither the old nor the new code in resample.cpp work anyway)
|
2003-09-08 15:32:37 +00:00 |
resample.h
|
start to use code from the original resample codebase, since it uses fixed point math instead of float; however, the code is not at all complete right now, I just commit this to get it off my HD (neither the old nor the new code in resample.cpp work anyway)
|
2003-09-08 15:32:37 +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 |