aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/user_interface.cpp
AgeCommit message (Expand)Author
2015-05-02SHERLOCK: Fix trying to enter theatre without talking to LestradePaul Gilbert
2015-05-01SHERLOCK: Change _helpStyle from int to boolPaul Gilbert
2015-05-01SHERLOCK: Move Settings dialog event handling into Settings classPaul Gilbert
2015-05-01SHERLOCK: Remove unused key pad speed fieldPaul Gilbert
2015-05-01SHERLOCK: Moved Settings dialog into it's own classPaul Gilbert
2015-05-01SHERLOCK: Fix some remaining TODOsPaul Gilbert
2015-05-01SHERLOCK: Extra method commentsPaul Gilbert
2015-04-30SHERLOCK: Fix crash in Equestrian shopPaul Gilbert
2015-04-30SHERLOCK: Fix trying to move items that can't bePaul Gilbert
2015-04-29SHERLOCK: Fix moving crates in Tabacco ShopPaul Gilbert
2015-04-27SHERLOCK: Fix using items within the scenePaul Gilbert
2015-04-26SHERLOCK: Fixes for using flower on lab tablePaul Gilbert
2015-04-26SHERLOCK: Fix using items from inventory dialogPaul Gilbert
2015-04-26SHERLOCK: Fix checking single character star action namesPaul Gilbert
2015-04-26SHERLOCK: Fix inventory display when player has more than 6 itemsPaul Gilbert
2015-04-26SHERLOCK: Fix closing closet in Backstage scenePaul Gilbert
2015-04-25SHERLOCK: Disable joystick buttons in Setup dialog, since it isn't supportedPaul Gilbert
2015-04-24SHERLOCK: Fix talk dialog buttonsPaul Gilbert
2015-04-24SHERLOCK: Fix minor gfx glitch when sliding up closing dialogsPaul Gilbert
2015-04-24SHERLOCK: Formatting fixesPaul Gilbert
2015-04-24SHERLOCK: Fix Sherlock disappearing when walking to examine objectsPaul Gilbert
2015-04-24SHERLOCK: Fix 'Press any key' interface messagesPaul Gilbert
2015-04-22SHERLOCK: Fix thumbnails for savegames made via in-game files dialogPaul Gilbert
2015-04-22SHERLOCK: Further fixes for entering savegame namesPaul Gilbert
2015-04-22SHERLOCK: Fix Files saves listing and save name entryPaul Gilbert
2015-04-21SHERLOCK: Implement savegame synchronizationPaul Gilbert
2015-04-21SHERLOCK: Implemented save game dialog event handlingPaul Gilbert
2015-04-21SHERLOCK: Fix Setup dialog button handlingPaul Gilbert
2015-04-13SHERLOCK: Fixes for talk setup and portrait loadingPaul Gilbert
2015-04-13SHERLOCK: Implemented checkUseActionPaul Gilbert
2015-04-12SHERLOCK: Implement settings window codePaul Gilbert
2015-04-12SHERLOCK: Fix mixups with sequence stack and script stackPaul Gilbert
2015-04-12SHERLOCK: Implementing event handling for talk displayPaul Gilbert
2015-04-12SHERLOCK: Implemented pick up codePaul Gilbert
2015-04-11SHERLOCK: Fixes for opening doorPaul Gilbert
2015-04-11SHERLOCK: Fix startup initializationPaul Gilbert
2015-04-10SHERLOCK: Implemented doScript and support methodsPaul Gilbert
2015-04-04SHERLOCK: Implement journal event handlingPaul Gilbert
2015-04-02SHERLOCK: Implemented Journal::drawInterfacePaul Gilbert
2015-04-02SHERLOCK: Implemented Inventory::highlightPaul Gilbert
2015-03-31SHERLOCK: Implemented talkToPaul Gilbert
2015-03-30SHERLOCK: Beginnings of talk loading, added skeleton Scripts classPaul Gilbert
2015-03-29SHERLOCK: Added inventory list and display images in inventory modePaul Gilbert
2015-03-28SHERLOCK: Beginnings of inventory displayPaul Gilbert
2015-03-28SHERLOCK: Change the screen _backBuffer to be a pointerPaul Gilbert
2015-03-28SHERLOCK: Implemented lookScreenPaul Gilbert
2015-05-07SHERLOCK: Implemented doInvControlPaul Gilbert
2015-03-28SHERLOCK: Add partial on-screen clipping to blitFromPaul Gilbert
2015-03-27SHERLOCK: Fix hotspots working again after examining an objectPaul Gilbert
2015-03-27SHERLOCK: Fix for sliding examine dialog off-screenPaul Gilbert