aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/user_interface.cpp
AgeCommit message (Expand)Author
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
2014-04-03MADS: Renamings for saving fields in MADSAction::startActionPaul Gilbert
2014-04-02MADS: Cleanup of UISlots and flag typesPaul Gilbert
2014-04-02MADS: Fix/clean up ending of ScreenObjects::checkPaul Gilbert
2014-03-27MADS: Initial cleanup of action/player handlingPaul Gilbert
2014-03-27MADS: Cleanup of game and player fields used during initializationPaul Gilbert
2014-03-26MADS: Fixes for highlighting game actionsPaul Gilbert
2014-03-26MADS: Add missing case for sprite assets palette loadingPaul Gilbert
2014-03-25MADS: Fixes and cleanup for palette loadingPaul 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-24MADS: Fix a couple of warnings in the hotspot codeStrangerke
2014-03-23MADS: Fixes for animating inventory itemPaul Gilbert
2014-03-22MADS: Further fixes for hotspot highlightingPaul Gilbert