aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_anim.cpp
AgeCommit message (Expand)Author
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-14ALL: colour -> colorMax Horn
2010-11-02M4: Converted all printf's to debugPaul Gilbert
2010-06-30Replaced Y offset from various drawing routines in favour of a viewport sub-s...Paul Gilbert
2010-06-29Added code to properly detect when an animation sequence is completePaul Gilbert
2010-06-29Reserved palette ranges used by on-screen messagesPaul Gilbert
2010-06-27Added accidentally deleted linePaul Gilbert
2010-06-27Centralised the update logic for the various system lists into the MadsView c...Paul Gilbert
2010-06-20Implemented explicit transparency index support - the previous hardcoded inde...Paul Gilbert
2010-06-14Added logic for animation sequences specifying a starting animation frame numberPaul Gilbert
2010-06-11Clarified various incorrectly named parameters, and fixed code for loading th...Paul Gilbert
2010-06-10Added extra code and support methods for properly clearing up backgrounds and...Paul Gilbert
2010-06-07Added extra positioning and dummy depths surface so that the introduction cut...Paul Gilbert
2010-06-07Changed a create call to setSize to fix compiler errorPaul Gilbert
2010-06-07Initial conversion of the AnimviewView class to use the expanded MadsAnimatio...Paul Gilbert
2010-05-25Changed the font system to allow for multiple fonts to be loaded simultaneouslyPaul Gilbert
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