aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/seq
AgeCommit message (Expand)Author
2009-12-19Removed unused includeFilippos Karapetis
2009-12-18Moved the interface class for the the custom SCI MIDI drivers together with t...Filippos Karapetis
2009-12-18Moved the midi_writer struct into the place where it's actually used, and nam...Filippos Karapetis
2009-11-14SCI: Silence warnings (none of the code in seq/gm.cpp is used)Max Horn
2009-11-14Removed more dead codeFilippos Karapetis
2009-11-14CleanupFilippos Karapetis
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-07-06Fixed compilationFilippos Karapetis
2009-05-29SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...Max Horn
2009-05-29SCI: Removing useless adlib-via-OSS codeMax Horn
2009-05-15Fix compilationWillem Jan Palenstijn
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-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-07Replaced getInt15 in intstrument-map.cpp as wellFilippos Karapetis
2009-03-01SCI: Renamed some sfx header filesMax Horn
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-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: 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: More cleanupMax Horn
2009-02-21SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.hMax Horn
2009-02-21formatingPaweł Kołodziejski
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-20SCI: Removed unused fileMax Horn
2009-02-17Update headers. sfx/Eugene Sandulenko
2009-02-16Replace strncasecmp by scumm_strnicmpMax Horn
2009-02-16SCUMMVM define no longer required.Travis Howell
2009-02-16Replace strcasecmp with scumm_stricmp.Travis Howell
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-15Fixed lots of warnings and errors (on my system) by backporting a patch I had...Max Horn
2009-02-15- Remove some unneeded filesEugene Sandulenko
2009-02-15fixed msvc9 compilationPaweł Kołodziejski
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