aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/menu.cpp
AgeCommit message (Expand)Author
2006-09-07Transferred all previously hard-coded English in-game text to a resourcePaul Gilbert
2006-09-03Bugfix to only list rooms that have been found in the Tell action 'Go To' com...Paul Gilbert
2006-08-27Added support for rooms in the ShowItems method, and adding alphabetic sortin...Paul Gilbert
2006-08-07changed references to StringData::getString to use two parameter version rath...Paul Gilbert
2006-07-30Added a popup menu method for listing the items presented in response to an A...Paul Gilbert
2006-07-08Disabled waiting for mouse release when making a popup selection to match ori...Paul Gilbert
2006-04-17Made the Lure engine call updateScreen() more often - particularly when usingTorbjörn Andersson
2006-04-11Added delays to the main and menu event loops to keep Lure from gobbling up allTorbjörn Andersson
2006-03-13Fix a few valgrind warningsTravis Howell
2006-02-26With the added delay to the popup menu loop, it's much more likely that eachTorbjörn Andersson
2006-02-26Cleaned up my earlier "delay in busy-wait loop" commit, and added a similarTorbjörn Andersson
2006-02-19Changed the menu subsystem to use getReference rather than being passed in th...Paul Gilbert
2006-02-11Moved engines to the new engines/ directoryMax Horn