aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/softseq
AgeCommit message (Expand)Author
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
2009-05-05SCI: Support for 0x4e control changes in new adlib driver, and some cleanup.Walter van Niftrik
2009-05-03SCI: adlib support (work-in-progress) for the new music player.Walter van Niftrik
2009-04-15SCI: Added a new song player (work-in-progress).Walter van Niftrik
2009-04-03Changed some references from "FreeSCI" to "SCI" or "ScummVM"Filippos Karapetis
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-04SCI: Added FIXME about Opl2 driver hardcoding sample rate. well, we probably ...Max Horn
2009-03-01SCI: Forgot to commit a couple files after renaming sfx headersMax Horn
2009-02-28set the correct OPL2 frequency for WiiAndre Heider
2009-02-27Fix code formattingEugene Sandulenko
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-24not needed this includes anymorePaweł Kołodziejski