aboutsummaryrefslogtreecommitdiff
path: root/engines/dialogs.cpp
AgeCommit message (Collapse)Author
2008-09-05Enum needs to be minimum four chars to compile (32 bit number I guess)Lars Persson
svn-id: r34353
2008-08-17Added ScummVM Title and version info to GMMChristopher Page
svn-id: r33955
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ↵Christopher Page
GMM if the engine doesn't support it svn-id: r33921
2008-08-05Added FIXME comment to ConfigDialog classChristopher Page
svn-id: r33650
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events ↵Christopher Page
instead of EventTypes. Reimplemented Queue as a List instead of Array. Updated AGOS, AGI, CINE, GOB, and KYRA to work with the current implementation of the GMM svn-id: r32971
2008-07-07Implemented Common::EventManager::pushEvent() to insert fake events into the ↵Christopher Page
event queue. Quit and RTL events have been added, and are now tracked by the DefaultEventManager using shouldQuit() and shouldRTL(). AGOS is working with this new implementation, other engines to follow. svn-id: r32952
2008-07-02Changes to implementation of the GMMChristopher Page
svn-id: r32872
2008-06-24Added main menu dialog files. Gob is now using the new _quit flagChristopher Page
svn-id: r32771