aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_views.cpp
AgeCommit message (Expand)Author
2011-11-20M4: Removed the M4/MADS engine from trunkPaul Gilbert
2011-11-14MADS: remove/comment unused variablesEugene Sandulenko
2011-11-03M4: Fix warningsEugene Sandulenko
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-30TSAGE: General cleanup of object classPaul Gilbert
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-09-18M4: NULL terminate after a strncpyPaul Gilbert
2010-08-25M4: Implementation of script enginePaul Gilbert
2010-07-29M4: Added further code fragments to enable player to move againPaul Gilbert
2010-07-29M4: Further work done on the setup and starting of actionsPaul Gilbert
2010-07-24M4: Bugfixes for depth ordering to fix the Z order of on-screen objectsPaul Gilbert
2010-07-24M4: Implemented lots of support code for pre-action handlingPaul Gilbert
2010-07-23Removed some old deprecated code that was drawing the status text a second timePaul Gilbert
2010-07-23Lots of action related fields added; scroll over default action is now displa...Paul Gilbert
2010-07-06Added support for idle character animationsPaul Gilbert
2010-07-05Bugfixes for new player code - Rex is now correctly positioned when the playe...Paul Gilbert
2010-07-04Implemented more of the support methods for player displayPaul Gilbert
2010-07-04Added support for horizontally flipped foreground sprites, which are indicate...Paul Gilbert
2010-07-03Adding the beginnings of a player control class, as well as various changes t...Paul Gilbert
2010-06-30Removed deprecated destAdjust parameters from the frame drawing codePaul Gilbert
2010-06-30Replaced Y offset from various drawing routines in favour of a viewport sub-s...Paul Gilbert
2010-06-28Bugfix to properly erase text messages when they expirePaul Gilbert
2010-06-27Centralised the update logic for the various system lists into the MadsView c...Paul Gilbert
2010-06-26Bugfix to dirty area handling to prevent creation of invalid rectsPaul Gilbert
2010-06-26Minor bugfix for correctly positioning where background sprites are drawnPaul Gilbert
2010-06-24Corrected rendering of sprites into a scene backgroundPaul Gilbert
2010-06-20Implemented explicit transparency index support - the previous hardcoded inde...Paul Gilbert
2010-06-15Bugfixes to depth processing that was causing the 'Microprose Design Group' m...Paul Gilbert
2010-06-14Moved the actionNouns array from the scene to the globals object, since the s...Paul Gilbert
2010-06-14Fixes for memory leaks reported by ValgrindPaul Gilbert
2010-06-13Bugfixes for correct moving of the screen viewport within an animationPaul 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-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-04Added code and support routines for destroying animations correctly, which al...Paul Gilbert
2010-06-03Moved the MADS interface view into mads_scene.cpp and did a major cleanup of ...Paul Gilbert
2010-05-31Fix warning, whitespaceWillem Jan Palenstijn
2010-05-31In progress work implementing the animation playerPaul Gilbert
2010-05-28Clarified variable usage for sequence list entry indexesPaul Gilbert
2010-05-26Gave proper names to each flag in the message flag setPaul Gilbert
2010-05-25Changed the font system to allow for multiple fonts to be loaded simultaneouslyPaul Gilbert
2010-05-24Implemented the bulk of the logic for displaying timed on-screen messagesPaul Gilbert
2010-05-23Major work done on the animation and support classes to match the originalPaul Gilbert
2010-05-17Bugfixes for animation display, and better understanding of how animations cyclePaul Gilbert
2010-05-16Bugfixes for animation depth logicPaul Gilbert
2010-05-15Decoded further fields in the SequenceList class, and started implementation ...Paul Gilbert
2010-04-30Added proper names for some of the previous unknown timer fields, and bugfixe...Paul Gilbert