aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/seq_decoder.cpp
AgeCommit message (Collapse)Author
2009-10-26Fixed some cppcheck warnings.Torbjörn Andersson
svn-id: r45391
2009-10-18Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics ↵Matthew Hoops
because it's only used in Sci. svn-id: r45230
2009-10-16SEQ full frames which don't cover the whole screen width are handled ↵Filippos Karapetis
correctly again. Fixes the videos in the GK1 demo svn-id: r45161
2009-10-16Moved the SEQ decoder outside the gfx directory, as it is completely stand ↵Filippos Karapetis
alone now and no longer uses any GUI-related code svn-id: r45153