aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/msurface.h
AgeCommit message (Expand)Author
2016-05-27MADS: Remove redundant allocation in surface creationPaul Gilbert
2016-05-26MADS: Refactor MSurface and Screen to not use virtual inheritancePaul Gilbert
2016-03-14MADS: Changed engine to use Graphics::ManagedSurfacePaul Gilbert
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2015-05-09MADS: Make GPL header consistent with what we normally use.Johannes Schickel
2015-02-08MADS: Implementing code for panning screen transitionsPaul Gilbert
2014-12-07MADS: Remove unused reference to MADSEngineFilippos Karapetis
2014-09-20MADS: Fix Animation to handle loading backgrounds as well as user interfacesPaul Gilbert
2014-09-03MADS: Properly implement drawing to a subset of the screenPaul Gilbert
2014-08-06MADS: Fix some more uninitialized variablesStrangerke
2014-07-24MADS: Clean up _depthStyle usage in DepthSurface classPaul Gilbert
2014-05-31MADS: Fix positioning and clipping of flipped scaled imagesPaul Gilbert
2014-05-31MADS: Merge copyFromScaled into the existing copyFrom methodPaul Gilbert
2014-05-29MADS: Fix positioning of teleporter window backgroundsPaul Gilbert
2014-05-27MADS: initialise -> initialize.Johannes Schickel
2014-05-25MADS: Standardised on passing depth surfaces as DepthSurfacePaul Gilbert
2014-05-11MADS: Refactoring of dialog classes, more implementation of PictureDialogPaul Gilbert
2014-05-08MADS: Remove trailing whitespaceFilippos Karapetis
2014-04-21MADS: Improve background user interface sprite animationsPaul Gilbert
2014-04-19MADS: Implemented MSurface::mergeFrom methodPaul Gilbert
2014-03-16MADS: Implemented lots of Player methodsPaul Gilbert
2014-03-15MADS: Fix display of user interface during animationPaul Gilbert
2014-03-10MADS: In progress implementation of PaletteUsage::processPaul Gilbert
2014-03-06MADS: Implementing support methods needed for scene 804 initialisationPaul Gilbert
2014-03-05MADS: More Animation class implementationPaul Gilbert
2014-03-05MADS: Completed implementing drawElements and support methodsPaul Gilbert
2014-03-05MADS: Further implementation of drawElementsPaul Gilbert
2014-02-28MADS: More work implementing scene info loadingPaul Gilbert
2014-02-25MADS: In progress implementation of loadScenePaul Gilbert
2014-02-23MADS: Fixes for the display of dialogsPaul Gilbert
2014-02-22MADS: Implemented more logic for dialog displayPaul Gilbert
2014-02-22MADS: Removed M4-specific code. Keeping engine MADS-specific for nowPaul Gilbert
2014-02-19MADS: Fix memory leaks in MSurfacePaul Gilbert
2014-02-19MADS: Cleanup of palette code, updated old-style 4 byte RGB usage to 3 bytesPaul Gilbert
2014-02-19MADS: Extra cleanup and commenting for MSurface methodsPaul Gilbert
2014-02-18MADS: Fix warnings identified by gccPaul Gilbert
2014-02-18MADS: Initial implementation of MSurface class and dependant classesPaul Gilbert