aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/softseq
AgeCommit message (Expand)Author
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-03Code beautification (fixes a false positive, too)Filippos Karapetis
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2010-01-01SCI: Adlib: Fix bug in master volume handling.Walter van Niftrik
2009-12-25SCI: implemented command 0x80 (stopnote) for amiga music driverMartin Kiewitz
2009-12-25Silence a bunch of gcc warnings (and Merry Christmas, if you celebrate).Matthew Hoops
2009-12-25SCI/newmusic: Change to channel filtering for sci0early to reflect actual sie...Martin Kiewitz
2009-12-25SCI/newmusic: added filter support for kq4early and adlibMartin Kiewitz
2009-12-25SCI/newmusic: Adlib driver / added comment that sierra adlib driver did not s...Martin Kiewitz
2009-12-25Added a stub for signal 0xA0 (polyphonic key pressure - aftertouch)Filippos Karapetis
2009-12-25Ignore internal SysEx events in the Adlib playerFilippos Karapetis
2009-12-19- Removed unused includesFilippos Karapetis
2009-12-18Moved the interface class for the the custom SCI MIDI drivers together with t...Filippos Karapetis
2009-12-09Fixed some simple cppcheck warnings.Torbjörn Andersson
2009-11-14Removed more dead codeFilippos Karapetis
2009-11-12SCI: Fix uninitialized variable in Amiga driver.Walter van Niftrik
2009-11-12SCI: Fix crash in Iceman/amiga.Walter van Niftrik
2009-11-05SCI: Converted FreeSCI Amiga sound driver. Some cleanup.Walter van Niftrik
2009-10-26Fixed some cppcheck warnings.Torbjörn Andersson
2009-10-22Fixed signed/unsigned issues with the property() function of the Adlib driverFilippos Karapetis
2009-10-22Applied a modified version of patch #2881486 - "Add volume changing to SCI"Filippos Karapetis
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-12SCI: commenting out music warningsMartin Kiewitz
2009-10-10SCI: Adlib: Add support for loading patch data from adl.drvWalter van Niftrik
2009-10-01SCI: Add some fixmes noted by salty-horse.Willem Jan Palenstijn
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-02Some renaming:Filippos Karapetis
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-08-15SCI: Added enum for map and volume versions. Removed res_version setting fromWalter van Niftrik
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-06-07SCI: Moved resource36 handling into resource manager.Walter van Niftrik
2009-06-07Init _opl to 0. This prevents a crash on exit when the Adlib driver is closed...Filippos Karapetis
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-26SCI: Removing obsolete soft sequencer filesMax Horn
2009-05-25SCI: Adlib: fix crash in SQ4.Walter van Niftrik
2009-05-24SCI: Adlib: added support for rhythm channelWalter van Niftrik
2009-05-23SCI: Added partial support for SCI1.1 adlib musicWalter van Niftrik
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
2009-05-12SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.hMax Horn
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-12Fall back to plain OPL2 emulation, when Dual OPL2 isn't available.Johannes Schickel
2009-05-12- Add support for selecting the OPL emulator being used (config entry: "opl_d...Johannes Schickel
2009-05-12Silenced MSVC warning about unsafe mix of byte and booleanFilippos Karapetis
2009-05-06Sync with adlib.cpp renamePaul Gilbert
2009-05-06SCI: Modified the new adlib driver for the dosbox adlib emulator, and enabled...Walter van Niftrik
2009-05-05SCI: Removed stereo support from the soon-to-be-removed old SCI adlib driverWalter van Niftrik
2009-05-05Update SCI code for the upcoming AdLib emulator changes:Johannes Schickel