aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/user_interface.cpp
AgeCommit message (Expand)Author
2016-10-09JANITORIAL: Remove trailing spacesEugene 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-10-27MADS: Janitorial: Remove trailing spaces and tabsStrangerke
2015-05-09MADS: Make GPL header consistent with what we normally use.Johannes Schickel
2015-04-09MADS: Plug some memory leaksFilippos Karapetis
2015-03-14MADS: Fix showing inventory pictures when inventory animating is offPaul Gilbert
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-08MADS: Fix prior conversation list showing when crawling in ventsPaul Gilbert
2015-03-04MADS: Fix assert when there are more than 5 talk options availablePaul Gilbert
2015-02-21MADS: Implement scroll wheel support for scrolling inventoryPaul Gilbert
2015-01-17MADS: Renamings of Layer and a transition typePaul Gilbert
2014-06-07MADS: Fix incorrect frame usage for spinning inventory itemsPaul Gilbert
2014-06-04MADS: Fix palette corruption when changing selected inventor itemPaul Gilbert
2014-06-05MADS: Fix typo in drawScroller()Strangerke
2014-06-01MADS: Fix selecting inventory items when inventory is scrolledPaul Gilbert
2014-06-01MADS: Add enum for sprite asset loading flagsPaul Gilbert
2014-05-28MADS: Janitorial - Trim trailing spaces and tabsStrangerke
2014-05-28MADS: Some more initializationsStrangerke
2014-05-25MADS: Improve user interface animationsPaul Gilbert
2014-05-21MADS: Fix issues with inventory list scrolling when it shouldn'tPaul Gilbert
2014-05-21MADS: Remove some redundant TODOsPaul Gilbert
2014-05-08MADS: Remove trailing whitespaceFilippos Karapetis
2014-05-08MADS: Add a FIXME in UserInterface::updateInventoryScroller()Filippos Karapetis
2014-05-06MADS: Fix loading of V2 hotspotsFilippos Karapetis
2014-05-01MADS: Implemented more savegame synchronizationPaul Gilbert
2014-04-27MADS: Disable the hotspot description code for V2 gamesFilippos Karapetis
2014-04-24MADS: Fixed Conversation::read methodPaul Gilbert
2014-04-23MADS: Further synchronization implementationPaul Gilbert
2014-04-22MADS: Implemented Conversation::read methodPaul Gilbert
2014-04-21MADS: Create a Globals base class that the games will derive fromPaul Gilbert
2014-04-21MADS: Improve background user interface sprite animationsPaul Gilbert
2014-04-20MADS: Fixes for scene 210 conversationPaul Gilbert
2014-04-20MADS: Implemented display of conversation topicsPaul Gilbert
2014-04-20MADS: Beginnings of implementing conversation methodsPaul Gilbert
2014-04-19MADS: Add support for sprite flipping in UI background animationsPaul Gilbert
2014-04-19MADS: Implemented MSurface::mergeFrom methodPaul Gilbert
2014-04-19MADS: Fix refresh of inventory list after scrollingPaul Gilbert
2014-04-17MADS: Fixes for inventory scrollerPaul 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-10MADS: Fix bounds calculation for inventory scrollerPaul Gilbert
2014-04-09MADS: Fixes for correctly displaying inventory list in the user interfacePaul Gilbert
2014-04-08MADS: Implement scene 210, some cleanup of some other 2xx scenes, add some stubsStrangerke
2014-04-07MADS: Implement missing dirty rect merged area pointerPaul Gilbert
2014-04-07MADS: Implement loading logic for UI background animationsPaul Gilbert
2014-04-07MADS: Remove stubbed methods that were undeed mouse handler callsPaul Gilbert
2014-04-03MADS: Fix hotspot loading, and a couple of other warningsPaul Gilbert