aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound
AgeCommit message (Collapse)Author
2019-10-31KYRA: (EOB) - fix some typos in commentsathrxx
2019-10-31KYRA: (EOB/Amiga) - minor audio driver improvementsathrxx
(mostly paranoia fixes)
2019-08-07AUDIO: (FM-Towns/PC98) - cleanup mutex handlingathrxx
2019-07-17SCI: revert accidental commitsathrxx
2019-07-17KYRA: (EOB/Amiga) - tathrxx
2019-06-22ALL: Fix -Wnewline-eof warningsCameron Cawley
2019-06-21ALL: revert accidental commitsathrxx
2019-06-21KYRA: (EOB/Amiga) - tathrxx
2019-05-04KYRA: Fix VS unexpected end of file errorsPaul Gilbert
2019-04-30KYRA: - fix some license headersathrxx
Remove LGPL license part from files that shouldn't have them. I missed that when I rearranged that code a couple of weeks ago.
2019-04-30KYRA: (Adlib driver) - replace dead link reference removed in 94596c2athrxx
(new link provided by sev)
2019-04-29KYRA: (AdLib driver) - remove reference to dead web linkathrxx
2019-04-15KYRA: add some #ifdefs for disabling EOBathrxx
Disabling EOB should already work without error. This adds some #ifdefs to recently added files.
2019-04-15KYRA: sound files/classes reorganization step #5athrxx
Rename some sound classes to reflect the recent file renamings.
2019-04-15KYRA: sound files/classes reorganization step #4athrxx
Separate drivers from their wrapper classes and move them into their own files
2019-04-15KYRA: sound files/classes reorganization step #3athrxx
Untangle FM-Towns and PC-98 sound classes and move them to separate files.
2019-04-15KYRA: sound files/classes reorganization step #2athrxx
This is a followup to the last commit which fixes compilation. I wanted to have the pure file renaming separately.
2019-04-15KYRA: sound files/classes reorganization step #1athrxx
Rename files which are only used for one target. This is actually wrong for my renaming of sound_towns. But I'll move the code for other targets to different files in another commit. I want to do just the renaming here, so that Git might be better at preserving the history.
2019-04-13KYRA: (EOB2/Amiga) - implement proper sound file loadingathrxx
(also fix some sound related bugs)
2019-04-13KYRA: (EOB2/Amiga) - update sound driverathrxx
- add fade out method - some renaming - turn a warning into a debug message
2019-04-13KYRA: (EOB2/Amiga) - add static resourcesathrxx
2019-03-07KYRA: (EOB/Amiga) - implement GMM volume settingsathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix Amiga cps decompressionathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix environmental sfxathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix start upathrxx
First efforts to get this running. The intro is shown with severe palette glitches. The Main Menu does not show, thanks to the lack of font drawing. - implement endian aware stream wrapper for amiga files - implement sound file handling - implement some Amiga palette handling - etc
2019-03-06KYRA: (EOB1/Amiga) - add sound driverathrxx
2019-03-06KYRA: cleanup dirathrxx
Reorganize all files in sub directories. The file placement isn't as intuitive as it might be for other engines, which is probably the reason why this hasn't been done before.