scummvm/engines
2008-07-31 21:56:05 +00:00
..
agi Added support for Savestates to be loaded from the launcher 2008-07-30 21:48:45 +00:00
agos Implemented listSaves() for AGOS 2008-07-24 20:16:21 +00:00
cine Added --list-saves support for CINE 2008-07-29 19:01:17 +00:00
cruise adding a fixme 2008-06-29 16:58:27 +00:00
drascula Fixed unitialized variables 2008-07-01 10:33:25 +00:00
gob Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,32785-32786,32789-32791,32798-32799,32801-32807,32809-32812,32816-32817,32819-32821,32823-32830,32832-32836,32838-32844,32846-32850,32852-32854,32858-32859,32865-32868,32873-32874,32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,32930-32931,32938,32940,32948-32949,32951,32960-32964,32966-32970,32972-32974,32976,32978,32983,32986-32990,32992,32994,33002-33004,33006-33007,33009-33010,33014,33017,33021-33023,33030,33033 via svnmerge from 2008-07-14 00:10:09 +00:00
igor Don't use kPlainSoundType if you don't have to 2008-07-11 20:28:14 +00:00
kyra Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169 via svnmerge from 2008-07-21 22:46:39 +00:00
lure Added -x and --list-saves support for LURE 2008-07-25 19:41:17 +00:00
m4 One more MSVC warning 2008-07-08 11:48:16 +00:00
made Fixed unitialized variables 2008-07-01 10:33:25 +00:00
parallaction Added --list-saves support for PARALLACTION, and -x support for NipponSafes 2008-07-25 21:24:09 +00:00
queen Added --list-saves support for QUEEN 2008-07-29 01:52:29 +00:00
saga Added --list-saves support for SAGA 2008-07-29 02:12:07 +00:00
scumm Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169 via svnmerge from 2008-07-21 22:46:39 +00:00
sky Added check for valid save slots, when loading savestates using -x 2008-07-31 21:56:05 +00:00
sword1 Added --list-saves support for SWORD1 2008-07-29 04:51:23 +00:00
sword2 Added --list-saves support for SWORD2 2008-07-29 05:05:04 +00:00
touche Added check for valid save slots, when loading savestates using -x 2008-07-31 21:56:05 +00:00
dialogs.cpp Reimplemented pushEvent() and artificialEventQueue to work with Events 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 2008-07-09 02:27:05 +00:00
dialogs.h Changes to implementation of the GMM 2008-07-02 00:30:49 +00:00
engine.cpp Reimplemented pushEvent() and artificialEventQueue to work with Events 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 2008-07-09 02:27:05 +00:00
engine.h Quit and RTL code is more modular now. EVENT_RTL no longer sets _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 2008-07-16 04:22:56 +00:00
engines.mk Reverted accidental commit of Tinsel changes in engines.mk 2008-07-01 14:51:44 +00:00
metaengine.h Fixed some code formatting thanks to LordHoto 2008-05-26 00:28:48 +00:00
module.mk Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So far agi, agos, and cine are now using the new _quit flag. 2008-06-24 21:15:30 +00:00