aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/seq/gm.cpp
AgeCommit message (Expand)Author
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-05-29SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...Max Horn
2009-05-12SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.hMax 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-21SCI: Changed typedef struct -> structMax Horn
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-17Update headers. sfx/Eugene Sandulenko
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15- Remove some unneeded filesEugene Sandulenko