aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/mixer
AgeCommit message (Expand)Author
2009-03-01SCI: Reimplemented the SCI mixer based on the old SCI DC mixer by walter, and...Max Horn
2009-02-28SCI: Get rid around the first layer around the ScummVM audio mixer. Also reso...Max Horn
2009-02-27Fix code formattingEugene Sandulenko
2009-02-24substitute all time related functions, removing sci_gettime sci_get_current_t...Andre Heider
2009-02-24SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...Max Horn
2009-02-22Whitespace cleanupJordi Vilalta Prat
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-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
2009-02-21SCI: Replaced sci_sched_yield based 'mutex' in SCI mixer by a regular ScummVM...Max Horn
2009-02-21formatingPaweł Kołodziejski
2009-02-21revert large parts of r38621. error() is for fatal errors and does not return...Willem Jan Palenstijn
2009-02-21remove some endlines from warning() callsWillem Jan Palenstijn
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-20Changed more messages to warnings/errorsFilippos Karapetis
2009-02-20We only got 1 mixer - removed the unneeded file mixers.cppFilippos Karapetis
2009-02-18remove dreamcast mixer platform code - no use for scummvmPaweł Kołodziejski
2009-02-17Update headers. sfx/Eugene Sandulenko
2009-02-17Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...Filippos Karapetis
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuffMax Horn
2009-02-15retreive->retrieveWillem Jan Palenstijn
2009-02-15Silenced some more warningsFilippos Karapetis
2009-02-15Fixed lots of warnings and errors (on my system) by backporting a patch I had...Max Horn
2009-02-15Silenced a ton of warnings, and disabled several unreferenced functions (dead...Filippos Karapetis
2009-02-15- Remove some unneeded filesEugene Sandulenko
2009-02-15SCI: Get rid of the include directory hack (it compiles but it doesn't link yet)Jordi Vilalta Prat
2009-02-15Removing various unused files (backups remain in vendor/sci/, of course)Max Horn
2009-02-15Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't com...Jordi Vilalta Prat