aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
AgeCommit message (Expand)Author
2009-05-06Sync with adlib.cpp renamePaul Gilbert
2009-05-06Sync with adlib.cpp renameEugene Sandulenko
2009-05-06Rename duplicate named files in order to make MSVC happierEugene Sandulenko
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-25WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ...Filippos Karapetis
2009-04-20SCI: Replaced memory ref counting code in the SongIterator code by a simple C...Max Horn
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-15SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'Max Horn
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-11Fixed another crash right at the beginning of SQ4Filippos Karapetis
2009-03-10SCI: Memory 'ref counting' code is only used by song iterators -> move it the...Max Horn
2009-03-10SCI: SongIterator::Message only needs to transfer a single argument, so get r...Max Horn
2009-03-10SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanupMax Horn
2009-03-10SCI: More SongIterator refactoring.Max Horn
2009-03-09Don't adjust data pointer in makeStream.Willem Jan Palenstijn
2009-03-09SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_increfMax Horn
2009-03-09Reset child iterators on deletion.Willem Jan Palenstijn
2009-03-09SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun...Max Horn
2009-03-08SCI: Fixed regression in new_fast_forward_iteratorMax Horn
2009-03-07Replaced getInt15 in intstrument-map.cpp as wellFilippos Karapetis
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-03-07SCI: Replaced linked list of Sci1Samples by a Common::ListMax Horn
2009-03-07SCI: More cleanup in the song iterator codebaseMax Horn
2009-03-06SongIterator is a class, not a structFilippos Karapetis
2009-03-06SCI: Reduce SFX header dependenciesMax Horn
2009-03-06SCI: Continued C++ification of SongIterator codeMax Horn
2009-03-06SCI: Fixed (I hope) song iterator death listeners; and some cleanupMax Horn
2009-03-06SCI: Started to revamp the song iterator death notification system (which cur...Max Horn
2009-03-06SongIterator is a class, not a structFilippos Karapetis
2009-03-06SCI: C++ifyed SongIterator and its subclassesMax Horn
2009-03-06SCI: Some cleanup to the SongIteratorMessage codeMax Horn
2009-03-06SCI: Converted SongIterator::get_pcm_feed into a virtual methodMax Horn
2009-03-06SCI: Restructured PolledPlayerAudioStream::readBuffer a bitMax Horn
2009-03-06SCI: Renamed lots of classes related to song iterators; allocate song iterato...Max Horn
2009-03-05don't crash if sound has been disabled or the backend driver failed to initia...Andre Heider
2009-03-04SCI: Removed unused FEED_MODE_DEAD, extended FIXME comment for FEED_MODE_RESTARTMax Horn
2009-03-04SCI: Merged polled player & PCMFeedAudioStream -> PolledPlayerAudioStreamMax Horn
2009-03-04SCI: Added FIXME about Opl2 driver hardcoding sample rate. well, we probably ...Max Horn
2009-03-04SCI: Merged sfx/mixer.cpp into sfx/player/polled.cppMax Horn
2009-03-04SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinear...Max Horn
2009-03-04SCI: Use Audio::Timestamp instead of sfx_timestamp_tMax Horn
2009-03-04SCI: mixer cleanupMax Horn
2009-03-03Fixed crash in SQ4Filippos Karapetis
2009-03-01SCI: Reimplemented the SCI mixer based on the old SCI DC mixer by walter, and...Max Horn
2009-03-01Don't free a sfx_pcm_feed_t that's still in use.Willem Jan Palenstijn