aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
AgeCommit message (Expand)Author
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
2009-03-01SCI: Forgot to commit a couple files after renaming sfx headersMax Horn
2009-03-01SCI: Removed unused pause/resume methods from the mixer, and rewrote the feed...Max Horn
2009-03-01SCI: cleanupMax Horn
2009-03-01SCI: Removed some unused code from the SCI mixerMax Horn
2009-03-01SCI: Renamed some sfx header filesMax Horn
2009-03-01SCI: Replaced fake struct 'inheritance' (using #defines) with regular C++ sub...Max Horn
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat
2009-02-28resource_t struct replaced with stub Resource class for future objectifying. ...Greg Frieger
2009-02-28Turned ResourceManager into a class, along with all related functionsGreg Frieger
2009-02-28clean up some warningsAndre Heider
2009-02-28set the correct OPL2 frequency for WiiAndre Heider
2009-02-28Initialize mixer feed variablesWillem Jan Palenstijn
2009-02-28cleanupMax Horn
2009-02-28SCI: Get rid around the first layer around the ScummVM audio mixer. Also reso...Max Horn
2009-02-28SCI: Get rid of extra layer around our timer managerMax Horn
2009-02-27Add FIXME: We need a pcm_device->exit() function,Willem Jan Palenstijn
2009-02-27Depend on backend timer API instead of a new mutexWillem Jan Palenstijn
2009-02-27Fix code formattingEugene Sandulenko
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-26protect the sfx timer with the callbackMutex to fix the race the condition wh...Andre Heider
2009-02-26SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }'Max Horn
2009-02-24not needed this includes anymorePaweł Kołodziejski
2009-02-24substitute all time related functions, removing sci_gettime sci_get_current_t...Andre Heider
2009-02-24Normalized guard #definesEugene Sandulenko
2009-02-24SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...Max Horn
2009-02-22SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ...Max Horn
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-21SCI: More cleanupMax Horn
2009-02-21SCI: Replaced evil MIDI_WRITER_BODY with C++ subclassing; some compile fixes ...Max Horn
2009-02-21SCI: Changed typedef struct -> structMax Horn
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
2009-02-21SCI: Untangling #include dependencies a bitMax Horn
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
2009-02-21SCI: Moved sci_dir_t and GTimeVal to tools.hMax Horn
2009-02-21SCI: More cleanupMax Horn
2009-02-21SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.hMax Horn
2009-02-21When using error, no need to add a trailing newlineMax Horn
2009-02-21Turned back all fprintf/exit(1) bits into error()Filippos Karapetis
2009-02-21SCI: Simplified gcd (and fixed crash when a = 0, not that it would be relevan...Max Horn