aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/menu.cpp
AgeCommit message (Collapse)Author
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets ↵Christopher Page
_shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed svn-id: r33082
2008-07-13TOUCHE works with the new GMM implementationChristopher Page
svn-id: r33046
2008-06-26Touche now uses the new _quit flagChristopher Page
svn-id: r32795
2008-01-10add virtual keyboard show/hide callsKostas Nakos
svn-id: r30388
2007-11-25don't expose the Common::drawLine implementation details in client code, ↵Gregory Montoir
keep it local to graphics.cpp. svn-id: r29640
2007-11-25Switch to our common drawLine routineEugene Sandulenko
svn-id: r29635
2007-09-27simplified touche savegame listingGregory Montoir
svn-id: r29112
2007-09-26rename ui.cpp to menu.cpp for consistency with other enginesGregory Montoir
svn-id: r29108