aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/user_interface.cpp
AgeCommit message (Expand)Author
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
2014-03-22MADS: In progress implementing ScreenObjects::elementHighlightedPaul Gilbert
2014-03-22MADS: Implemented ScreenObjects::checkScrollerPaul Gilbert
2014-03-21MADS: Fixes for screen objects loading and checkingPaul Gilbert
2014-03-19MADS: Implemented methods for checking action at mouse position and clickingPaul Gilbert
2014-03-19MADS: Moved ScreenObjects into the Game classPaul Gilbert
2014-03-19MADS: Added inventory add/remove methodsPaul Gilbert
2014-03-18MADS: Fixes for scene background loadingPaul Gilbert
2014-03-18MADS: Finished UISlots::draw methodPaul Gilbert
2014-03-18MADS: Implemented DirtyArea::setUISlotPaul Gilbert
2014-03-17MADS: Beginnings of code for UI inventory item animationPaul Gilbert
2014-03-17MADS: Transformed ImageInterEntries to be User Interface UISlotsPaul Gilbert
2014-03-17MADS: Actions text in the UI now displaying correctlyPaul Gilbert
2014-03-16MADS: Implementing user interface text display methodsPaul Gilbert
2014-03-16MADS: In progress text draw methods for user interfacePaul Gilbert
2014-03-16MADS: Implemented lots of Player methodsPaul Gilbert
2014-03-15MADS: Completed UserInterface::loadElementsPaul Gilbert
2014-03-15MADS: Implementing UserInterface loadingPaul Gilbert
2014-03-15MADS: Fix display of user interface during animationPaul Gilbert
2014-03-15MADS: Merged the InterfaceSurface and UserInterface classesPaul Gilbert
2014-03-13MADS: Fixed handling of dirty rects to copy areas to the physical screenPaul Gilbert
2014-02-25MADS: In progress implementation of loadScenePaul Gilbert
2014-02-18MADS: Adding in classes for fonts, game, user interfaec, and graphicsPaul Gilbert