aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_anim.cpp
AgeCommit message (Expand)Author
2010-01-30Beginnings of a separation of the MADS and M4 engines into separate classes. ...Paul Gilbert
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-16cleanupMax Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-12-20Changed the M4 event handler to encode the keyboard flags into KEVENT_KEY eventsPaul Gilbert
2009-12-07M4: Make M4Surface member w, h, pixels protected; some cleanupMax Horn
2009-11-11Comment out unused variable.Johannes Schickel
2009-11-11Removed all the '- 1' from calls to get vocabs, centralising it in the getVoc...Paul Gilbert
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-03Simplify line reading with the simpler readLine(), instead of readLine_NEWFilippos Karapetis
2008-12-03readLine_OLD -> readLine_NEWFilippos Karapetis
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-06-18Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and i...Max Horn
2008-04-20Removed unused variables.Torbjörn Andersson
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis