.. |
mods
|
some fixes for the music in Amiga OS Demo
|
2007-05-20 11:50:06 +00:00 |
softsynth
|
Patch #1701118: Remove non-english characters from ym2612.cpp
|
2007-04-19 20:34:33 +00:00 |
adpcm.cpp
|
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel)
|
2007-04-25 19:31:23 +00:00 |
adpcm.h
|
Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio
|
2006-04-29 22:33:31 +00:00 |
aiff.cpp
|
Some more supposedly unitialized variables (see bug #1700986)
|
2007-04-15 16:30:54 +00:00 |
aiff.h
|
I hope this fixes the file headers.
|
2007-04-09 10:53:17 +00:00 |
audiocd.cpp
|
Reverted r26922.
|
2007-05-27 11:40:03 +00:00 |
audiocd.h
|
Got rid of the last traces of DigitalTrackInfo
|
2007-04-14 18:51:38 +00:00 |
audiostream.cpp
|
Extended Audio::openStreamFile function with startTime, duration and numLoops parameters, and slightly cleaned up its code
|
2007-04-14 17:12:43 +00:00 |
audiostream.h
|
Extended Audio::openStreamFile function with startTime, duration and numLoops parameters, and slightly cleaned up its code
|
2007-04-14 17:12:43 +00:00 |
flac.cpp
|
Got rid of the last traces of DigitalTrackInfo
|
2007-04-14 18:51:38 +00:00 |
flac.h
|
Got rid of the last traces of DigitalTrackInfo
|
2007-04-14 18:51:38 +00:00 |
fmopl.cpp
|
Changes to CPU local ram allocation for DS port
|
2007-04-06 18:35:35 +00:00 |
fmopl.h
|
cleanup
|
2006-04-15 21:27:56 +00:00 |
iff.cpp
|
Implemented a IFF (Interchange File Format) parser and added subclasses to parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code.
|
2007-05-01 15:39:40 +00:00 |
iff.h
|
Implemented a IFF (Interchange File Format) parser and added subclasses to parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code.
|
2007-05-01 15:39:40 +00:00 |
mididrv.cpp
|
cleanup
|
2006-10-21 12:44:10 +00:00 |
mididrv.h
|
Unified how we deal with (and how we generate) MIDI sysex messages -- in particular, we now always do so w/o framing the message (documented this with a Doxygen comment in the MidiDriver class)
|
2007-02-16 13:30:41 +00:00 |
midiparser_smf.cpp
|
Correct warned class name
|
2007-02-18 18:03:57 +00:00 |
midiparser_xmidi.cpp
|
Unified how we deal with (and how we generate) MIDI sysex messages -- in particular, we now always do so w/o framing the message (documented this with a Doxygen comment in the MidiDriver class)
|
2007-02-16 13:30:41 +00:00 |
midiparser.cpp
|
Unified how we deal with (and how we generate) MIDI sysex messages -- in particular, we now always do so w/o framing the message (documented this with a Doxygen comment in the MidiDriver class)
|
2007-02-16 13:30:41 +00:00 |
midiparser.h
|
cleanup
|
2006-04-15 21:27:56 +00:00 |
mixer.cpp
|
More fixes for MSVC8 warnings.
|
2007-03-10 15:04:06 +00:00 |
mixer.h
|
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel)
|
2007-04-25 19:31:23 +00:00 |
module.mk
|
added Amiga SoundFx module player code, used by Amiga versions of the following Delphine Software games : Future Wars, Operation Stealth, Cruise for a Corpse and Another World
|
2007-05-19 12:06:51 +00:00 |
mp3.cpp
|
Got rid of the last traces of DigitalTrackInfo
|
2007-04-14 18:51:38 +00:00 |
mp3.h
|
Got rid of the last traces of DigitalTrackInfo
|
2007-04-14 18:51:38 +00:00 |
mpu401.cpp
|
cleanup
|
2006-10-21 12:44:10 +00:00 |
mpu401.h
|
Renamed class Timer to TimerManager (the old name was somewhat incorrect/confusing)
|
2006-06-24 09:34:49 +00:00 |
null.cpp
|
Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221)
|
2006-02-25 14:45:31 +00:00 |
rate.cpp
|
If an AudioStream returned a negative number in his readBuffer() method, then CopyRateConverter::flow could have got stuck in a (quasi) endless loop
|
2007-02-22 16:36:03 +00:00 |
rate.h
|
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files
|
2006-09-23 00:42:35 +00:00 |
voc.cpp
|
Changed the order of the parameters of makeLinearInputStream to resemble Mixer::playRaw; also made makeLinearInputStream honor FLAG_LOOP (and for this, changed its loop related params slightly)
|
2007-03-02 15:26:22 +00:00 |
voc.h
|
Use #include "..." instead of #include <...> for pack-start.h and pack-end.h
|
2006-07-23 16:13:26 +00:00 |
vorbis.cpp
|
Got rid of the last traces of DigitalTrackInfo
|
2007-04-14 18:51:38 +00:00 |
vorbis.h
|
Got rid of the last traces of DigitalTrackInfo
|
2007-04-14 18:51:38 +00:00 |
wave.cpp
|
Changed the order of the parameters of makeLinearInputStream to resemble Mixer::playRaw; also made makeLinearInputStream honor FLAG_LOOP (and for this, changed its loop related params slightly)
|
2007-03-02 15:26:22 +00:00 |
wave.h
|
Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio
|
2006-04-29 22:33:31 +00:00 |