aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/screen.cpp
AgeCommit message (Expand)Author
2016-07-29MADS: Fix warningEugene Sandulenko
2016-05-26MADS: Refactor MSurface and Screen to not use virtual inheritancePaul Gilbert
2016-03-14MADS: Changed engine to use Graphics::ManagedSurfacePaul Gilbert
2015-11-23MADS: Reduce the scope of a variable in panTransitionStrangerke
2015-10-27MADS: Janitorial: Remove trailing spaces and tabsStrangerke
2015-05-09MADS: Make GPL header consistent with what we normally use.Johannes Schickel
2015-03-14MADS: Fix hotspot highlighting when easy mouse is offPaul Gilbert
2015-03-14MADS: Fix original bug re-adding disabled hotspots to scene as activePaul Gilbert
2015-03-10MADS: Fix timer module hotspot remaining active after taking itPaul Gilbert
2015-03-08MADS: Fix unused variable warningPaul Gilbert
2015-03-05MADS: Fix mismatched delete/free releasing screen surfacePaul Gilbert
2015-02-14MADS: Cleanup and bugfixes for panning transition support methodsPaul Gilbert
2015-02-08MADS: Implementing code for panning screen transitionsPaul Gilbert
2015-01-17MADS: Renamings of Layer and a transition typePaul Gilbert
2014-10-12MADS: Fix horizontal background scrolling in animationsPaul Gilbert
2014-09-03MADS: Properly implement drawing to a subset of the screenPaul Gilbert
2014-06-29MADS: Don't error out on unsupported scene transitionsFilippos Karapetis
2014-06-26MADS: Implement the difficulty selection dialogPaul Gilbert
2014-06-05MADS: Implemented support methods for ScreenDialog base classPaul Gilbert
2014-05-28MADS: Janitorial - Trim trailing spaces and tabsStrangerke
2014-05-28MADS: Fix some more missing initializationsStrangerke
2014-05-24MADS: Implement screen shakingPaul Gilbert
2014-05-24MADS: Implemented scene fadingPaul Gilbert
2014-05-16MADS: Check if a rect is sane before attempting to create itFilippos Karapetis
2014-05-08MADS: Remove trailing whitespaceFilippos Karapetis
2014-05-06MADS: Fix loading of V2 hotspotsFilippos Karapetis
2014-05-01MADS: Implemented more savegame synchronizationPaul Gilbert
2014-04-29MADS: Fix for highlighting and using dynamic hotspotsPaul Gilbert
2014-04-20MADS: Implemented display of conversation topicsPaul Gilbert
2014-04-19MADS: Fix refresh of inventory list after scrollingPaul Gilbert
2014-04-15MADS: General cleanup and minor renamingsPaul Gilbert
2014-04-12MADS: Fix a bunch of GCC warningsPaul Gilbert
2014-04-10MADS: Fixes for inventory scrollbar displayPaul Gilbert
2014-04-09MADS: Fixes for correctly displaying inventory list in the user interfacePaul Gilbert
2014-04-08MADS: Added preliminary keyboard handling and keypress process stubPaul Gilbert
2014-04-07MADS: Implement missing dirty rect merged area pointerPaul Gilbert
2014-04-07MADS: Implement loading logic for UI background animationsPaul Gilbert
2014-04-05MADS: Further cleanup of previously anonymous fieldsPaul Gilbert
2014-04-05MADS: Fix right mouse button handlingPaul Gilbert
2014-04-03MADS: Renamings for saving fields in MADSAction::startActionPaul Gilbert
2014-04-02MADS: Further clean up/renaming of checkActionAtMousePosPaul Gilbert
2014-04-02MADS: In progress cleanup of checkActionAtMousePosPaul Gilbert
2014-04-02MADS: Cleanup of UISlots and flag typesPaul Gilbert
2014-04-02MADS: Fix/clean up ending of ScreenObjects::checkPaul Gilbert
2014-04-01MADS: Minor variable renaming and remove incorrect variable set in scene loopPaul Gilbert
2014-03-27MADS: Initial cleanup of action/player handlingPaul Gilbert
2014-03-26MADS: Fix for selecting actions from the listPaul Gilbert
2014-03-25MADS: Fixes for UI item selection, add added an enum for Font::setColorModePaul Gilbert
2014-03-24MADS: Cleanup of user interface selection codePaul Gilbert
2014-03-23MADS: Fix setting category/desc Id from highlighted screen elementsPaul Gilbert