aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/user_interface.h
AgeCommit message (Expand)Author
2015-06-04SHERLOCK: Add RT post-processing for loadScenePaul Gilbert
2015-05-31SHERLOCK: Move scroll variables from Screen to TattooUserInterfacePaul Gilbert
2015-05-28SHERLOCK: Moving split up classes into their own filesPaul Gilbert
2015-05-27SHERLOCK: Implement RT scrolling codePaul Gilbert
2015-05-27SHERLOCK: Implemented initial background clearing of RT doBgAnimPaul Gilbert
2015-05-24SHERLOCK: Make virtual destructors for user interface classesPaul Gilbert
2015-05-22Merge branch 'master' into sherlock2Paul Gilbert
2015-05-20SHERLOCK: Standardised keypress fields as char typePaul Gilbert
2015-05-19SHERLOCK: Systematically use InvMode values when it's appropriateStrangerke
2015-05-19SHERLOCK: Move method comments from cpp to headersPaul Gilbert
2015-05-18SHERLOCK: Added more of the game options to the Engine tabPaul Gilbert
2015-05-17SHERLOCK: Beginnings of UserInterface split for Scalpel vs TattooPaul Gilbert
2015-05-13SHERLOCK: Renamed graphics.cpp to surface.cppPaul Gilbert
2015-05-09SHERLOCK: Make copyright headers consistentWillem Jan Palenstijn
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: Moved Settings dialog into it's own classPaul Gilbert
2015-05-01SHERLOCK: Implement configuration settings save/loadPaul Gilbert
2015-04-22SHERLOCK: Further fixes for entering savegame namesPaul Gilbert
2015-04-21SHERLOCK: Implemented save game dialog event handlingPaul Gilbert
2015-04-21SHERLOCK: Fix Setup dialog button handlingPaul Gilbert
2015-04-13SHERLOCK: Implemented checkUseActionPaul Gilbert
2015-04-12SHERLOCK: Implement settings window codePaul Gilbert
2015-04-12SHERLOCK: Implemented pick up codePaul Gilbert
2015-04-11SHERLOCK: Fixes for opening doorPaul Gilbert
2015-03-31SHERLOCK: Implement clearTalking and Talk::drawInterfacePaul 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-05-07SHERLOCK: Implemented doInvControlPaul Gilbert
2015-03-27SHERLOCK: Fixes for examine dialog displayPaul Gilbert
2015-03-27SHERLOCK: Implemented doMainControlPaul Gilbert
2015-03-26SHERLOCK: Implemented banishWindowPaul Gilbert
2015-03-26SHERLOCK: Implemented printObjectDescPaul Gilbert
2015-03-24SHERLOCK: Implementing walk codePaul Gilbert
2015-03-23SHERLOCK: Implemented UserInterface::handleInputPaul Gilbert
2015-03-23SHERLOCK: Beginnings of UserInterface classPaul Gilbert