Age | Commit message (Collapse) | Author |
|
FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation
svn-id: r34434
|
|
svn-id: r34310
|
|
GMM if the engine doesn't support it
svn-id: r33921
|
|
used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
svn-id: r33848
|
|
_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
|
|
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
|
|
for all engines. Also implemented a Queue class before and forgot to svn add, common/queue.h is added here.
svn-id: r32958
|
|
svn-id: r32855
|
|
the global main menu for most engines
svn-id: r32815
|
|
svn-id: r32775
|
|
far agi, agos, and cine are now using the new _quit flag.
svn-id: r32770
|
|
protector accordingly
svn-id: r30724
|
|
been updated.
svn-id: r28966
|
|
can provide a simpler pauseEngineIntern method; provided default implementation of the latter which simply (un)pauses the mixer
svn-id: r27801
|
|
pause/resume the active engine); made the global 'confirm exit' dialog use that feature; implemented ScummEngine::pauseEngine
svn-id: r27797
|
|
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
|
member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it.
svn-id: r26357
|
|
svn-id: r24405
|
|
the linker dependency graph). Porters will have to update project files
svn-id: r23974
|