Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-01 | COMMON: 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-18 | JANITORIAL: 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-08 | SCI: Directly use the new Graphics::VMDDecoder class | Sven Hesse | |
svn-id: r51922 | |||
2010-08-04 | SCI: Add 'movie' subdirectory for VMD's | Matthew Hoops | |
The Torin's intro movie now plays. Minor kPlayVMD cleanup. svn-id: r51739 | |||
2010-07-21 | SCI: Moved all the video related functions in a separate file | Filippos Karapetis | |
svn-id: r51110 |