aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/menu.cpp
AgeCommit message (Expand)Author
2010-03-27Corrected deallocated of menu data reported by ValgrindPaul Gilbert
2010-01-19LURE: Remove evil 'using namespace' from header filesMax Horn
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-24Reverted my commit #44290 - apparently, it was a bad idea, as g_engine is a hackFilippos Karapetis
2009-09-24Changed some references from LureEngine to the global g_engine (e.g. calls to...Filippos Karapetis
2008-11-29Remove warnings from NDS build.Robin Watts
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-07-10Lure works with the new GMM implementationChristopher Page
2008-06-25Kyra and Lure are now using the new _quit flagChristopher Page
2008-05-28LURE: Fixed some memory leaks when returning to the launcher from the LURE en...Christopher Page
2008-04-06Replaced ManagedList with Common::SharedPtr in the rest of the lure engineFilippos Karapetis
2008-01-29clibable menus for symbianLars Persson
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-09Fixed popup menu height so bottom action doesn't partially overlap the bottom...Paul Gilbert
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2008-01-05Fix for popup menus to work in EGA modePaul Gilbert
2008-01-05Added support for the EGA style menuPaul Gilbert
2007-12-29Added support for using scroll wheel for making selections in the Save/Restor...Paul Gilbert
2007-12-29Added mouse scrolling support to action menus and the save/restore dialogPaul Gilbert
2007-12-16adding clickable menu functionality, which is very good to have on devices wi...Kostas Nakos
2007-11-28Added detection of Spanish versionPaul Gilbert
2007-11-22Fixed menu data for German versionPaul Gilbert
2007-11-20Changed calls to pollEvent to be in while loops to ensure all pending events ...Paul Gilbert
2007-09-30Fixed action lists to sort correctly for non-English languagesPaul Gilbert
2007-09-30Added cross-language handling for the top menuPaul Gilbert
2007-09-23Indentation.Torbjörn Andersson
2007-09-10Lots of source code formatting correctionsMax Horn
2007-06-23Converted LURE code to use KEYCODEsMax Horn
2007-06-22Changed more code to use Common::KEYCODE_ enumMax Horn
2007-06-22Lots of bugfixes - game is now completablePaul Gilbert
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-15Bugfix to restore the correct part of the screen when the menu changesPaul Gilbert
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Got rid of Lure::SystemMax Horn
2007-02-01Used Fingolfin's workaround for a bogus (?) warning produced by some versionsTorbjörn Andersson
2006-10-02Added functionality to allow saving/loading the game statePaul Gilbert
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