aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kvideo.cpp
AgeCommit message (Collapse)Author
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
Our warning() and error() functions always add an exclamation mark to the end of the message anyway. svn-id: r52791
2010-08-08SCI: Directly use the new Graphics::VMDDecoder classSven Hesse
svn-id: r51922
2010-08-04SCI: Add 'movie' subdirectory for VMD'sMatthew Hoops
The Torin's intro movie now plays. Minor kPlayVMD cleanup. svn-id: r51739
2010-07-21SCI: Moved all the video related functions in a separate fileFilippos Karapetis
svn-id: r51110