aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/animation.cpp
AgeCommit message (Expand)Author
2011-11-20M4: Removed the M4/MADS engine from trunkPaul Gilbert
2011-06-20ALL: Remove trailing whitespacesMax Horn
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-07-23Lots of action related fields added; scroll over default action is now displa...Paul Gilbert
2010-07-01Introduced a hash for storing all the miscellaneous data values, and used it ...Paul Gilbert
2010-06-30Corrected font display to properly use both colour indexesPaul Gilbert
2010-06-29Changed reading of sprite frame depths to signed bytes - this fixes the probl...Paul Gilbert
2010-06-29Added loading of the correct DSR file at the start of each animation scenePaul Gilbert
2010-06-29Bugfixes to reading in the animation font name correctly, as well as converte...Paul Gilbert
2010-06-27Added proper conversion of message RGB colour valuesPaul Gilbert
2010-06-27Several bugfixes to the loading, display, and digital sound playing of messag...Paul Gilbert
2010-06-17M4/MADS: Some slight tweaks to the animation message chunksFilippos Karapetis
2010-06-14Moved the actionNouns array from the scene to the globals object, since the s...Paul Gilbert
2010-06-14Further memory leak fixes reported by ValgrindPaul Gilbert
2010-06-14Added logic for animation sequences specifying a starting animation frame numberPaul Gilbert
2010-06-13Bugfixes for correct moving of the screen viewport within an animationPaul Gilbert
2010-06-13Added logic for handling the rate of animation background scrolling, and misc...Paul Gilbert
2010-06-11Bugfixes to correctly scroll the background during animationsPaul Gilbert
2010-06-11Clarified various incorrectly named parameters, and fixed code for loading th...Paul Gilbert
2010-06-07Initial conversion of the AnimviewView class to use the expanded MadsAnimatio...Paul Gilbert
2010-06-06Bugfixes for correct positioning of opening animationPaul Gilbert
2010-06-05Various bugfixes to the animation code - first Rex animation now plays, albei...Paul Gilbert
2010-06-05Added missing animation initialisation codePaul Gilbert
2010-06-04Bugfix for the loading of the animation frame listPaul Gilbert
2010-06-04Added code and support routines for destroying animations correctly, which al...Paul Gilbert
2010-06-03Properly implemented the logic for loading the correct interface background a...Paul Gilbert
2010-06-03Moved the MADS interface view into mads_scene.cpp and did a major cleanup of ...Paul Gilbert
2010-05-31Hopefully fixed compilationFilippos Karapetis
2010-05-31In progress work implementing the animation playerPaul Gilbert
2010-01-30Beginnings of a separation of the MADS and M4 engines into separate classes. ...Paul Gilbert
2009-12-07M4: Move 'determine transparent color' hack into a new M4Sprite methodMax Horn
2009-12-07M4: Make M4Surface member w, h, pixels protected; some cleanupMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis