aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_anim.cpp
AgeCommit message (Collapse)Author
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-03Simplify line reading with the simpler readLine(), instead of readLine_NEWFilippos Karapetis
svn-id: r35217
2008-12-03readLine_OLD -> readLine_NEWFilippos Karapetis
svn-id: r35212
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; ↵Max Horn
added a new alternate SeekableReadStream::readLine() instead svn-id: r34315
2008-06-18Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and ↵Max Horn
in class String it is used for a bool property) svn-id: r32733
2008-04-20Removed unused variables.Torbjörn Andersson
svn-id: r31608
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis
svn-id: r31600