aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
AgeCommit message (Collapse)Author
2009-02-18remove dreamcast mixer platform code - no use for scummvmPaweł Kołodziejski
svn-id: r38499
2009-02-18SCI: Some random cleanupMax Horn
svn-id: r38497
2009-02-18Removed unused fileMax Horn
svn-id: r38482
2009-02-17SCI: Moved sfx_pcm_urat_t from include/sfx_pcm.h to sfx/mixer.hMax Horn
svn-id: r38434
2009-02-17Fixing compilation for meSven Hesse
svn-id: r38421
2009-02-17Remove unneeded filesEugene Sandulenko
svn-id: r38414
2009-02-17Update headers. sfx/Eugene Sandulenko
svn-id: r38410
2009-02-17Replaced sci_free() with free() - it's OK to free a NULL pointer, so the ↵Filippos Karapetis
checking that sci_free() performed is not necessary svn-id: r38406
2009-02-17Removed more directories which are not part of the SCI engine - again, the ↵Filippos Karapetis
code and documentation can be referenced from /vendor/freesci/glutton/src/sfx svn-id: r38404
2009-02-17Removed directory which is not part of the SCI engine - the code can be ↵Filippos Karapetis
referenced from /vendor/freesci/glutton/src/sfx/mt32_GM_mapping svn-id: r38403
2009-02-17Removed unused SFX codeFilippos Karapetis
svn-id: r38396
2009-02-16SCI: Changed pcm_device and timer "driver" functionality to use directly the ↵Jordi Vilalta Prat
ScummVM modules svn-id: r38373
2009-02-16Replace strncasecmp by scumm_strnicmpMax Horn
svn-id: r38362
2009-02-16SCUMMVM define no longer required.Travis Howell
svn-id: r38361
2009-02-16Replace strcasecmp with scumm_stricmp.Travis Howell
svn-id: r38359
2009-02-16Replace strcasecmp with scumm_stricmp.Travis Howell
svn-id: r38356
2009-02-15SCI: Header cleanup (avoid #include <> where possible)Max Horn
svn-id: r38330
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting ↵Max Horn
Guidelines: sfx dir svn-id: r38322
2009-02-15SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuffMax Horn
svn-id: r38305
2009-02-15retreive->retrieveWillem Jan Palenstijn
svn-id: r38296
2009-02-15fixed compilation with msvcPaweł Kołodziejski
svn-id: r38285
2009-02-15cleanup, fixed warningsMax Horn
svn-id: r38282
2009-02-15Silenced some more warningsFilippos Karapetis
svn-id: r38270
2009-02-15Silenced more warningsFilippos Karapetis
svn-id: r38267
2009-02-15fix race condition: sfx_exit could stop and delete the mixer while the ↵Willem Jan Palenstijn
mixing callback was being executed svn-id: r38263
2009-02-15Some more warning fixesMax Horn
svn-id: r38248
2009-02-15Fixed lots of warnings and errors (on my system) by backporting a patch I ↵Max Horn
had sent the FreeSCI folks some time ago (but apparently it never made it, or only made it to a branch not imported?) svn-id: r38245
2009-02-15Silenced a ton of warnings, and disabled several unreferenced functions ↵Filippos Karapetis
(dead code) - hopefully, compilation hasn't been broken... svn-id: r38243
2009-02-15Make MSVC happy and rename timer/scummvm.cpp to timer/timer_scummvm.cppEugene Sandulenko
svn-id: r38231
2009-02-15- Remove some unneeded filesEugene Sandulenko
- Mass rename .c to .cpp svn-id: r38227
2009-02-15Silenced some more warningsFilippos Karapetis
svn-id: r38221
2009-02-15- Remove unneeded filesEugene Sandulenko
- Make whole thing finally compilable svn-id: r38214
2009-02-15fixed msvc9 compilationPaweł Kołodziejski
svn-id: r38208
2009-02-15SCI: Get rid of the include directory hack (it compiles but it doesn't link yet)Jordi Vilalta Prat
svn-id: r38201
2009-02-15Removing various unused files (backups remain in vendor/sci/, of course)Max Horn
svn-id: r38197
2009-02-15Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't ↵Jordi Vilalta Prat
compile yet) svn-id: r38192