aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
AgeCommit message (Expand)Author
2010-10-13SCI: Add detection for Hoyle4 MacMatthew Hoops
2010-09-08SCI: dont replace save/restore in hoyle2 tooMartin Kiewitz
2010-09-08SCI: don't replace save/restore in hoyle1Martin Kiewitz
2010-09-07SCI: Now distinguishing between native MT-32 MIDI from GM devices when checkingFilippos Karapetis
2010-09-02SCI: Show a warning window regarding GM in some games.Filippos Karapetis
2010-09-01SCI: set master volume correctlyMartin Kiewitz
2010-09-01SCI: disable dialog replacement for jonesMartin Kiewitz
2010-08-31SCI: renaming fb01-enable to "native_fb01"Martin Kiewitz
2010-08-31SCI: renaming config-variablesMartin Kiewitz
2010-08-31SCI: Remove duplicate comment line.Johannes Schickel
2010-08-31SCI: enable new kDoBresen/InitBresenMartin Kiewitz
2010-08-29SCI: adding virtual lists for qfg-import roomsMartin Kiewitz
2010-08-29SCI: Added proper handling of QFG exported character files.Filippos Karapetis
2010-08-27SCI: Fixed bug #3054613, "QFG character saves, naming convention"Filippos Karapetis
2010-08-25SCI: making loading from ScummVM menu work correctlyMartin Kiewitz
2010-08-24SCI: replacing save dialog as wellMartin Kiewitz
2010-08-24SCI: Check for the existence of script 180 before accessing it.Filippos Karapetis
2010-08-24SCI: more work on replacing save dialogMartin Kiewitz
2010-08-24SCI: some work on replacing save dialogMartin Kiewitz
2010-08-24SCI: fixing const cast warningMartin Kiewitz
2010-08-24SCI: changing signature of kRestoreGameMartin Kiewitz
2010-08-24SCI: now pausing/unpausing music in replaced restore dialogMartin Kiewitz
2010-08-24SCI: bit more work on restore dialog replacingMartin Kiewitz
2010-08-23SCI: some more work on replacing restore dialogMartin Kiewitz
2010-08-23SCI: storing game super class address now inside SciEngineMartin Kiewitz
2010-08-17SCI: Added a warning dialog on game startup for versions of Longbow with know...Filippos Karapetis
2010-08-07SCI: Added support for the inbuilt leftover parser in XMAS1990Filippos Karapetis
2010-08-05SCI: Fixed bug #3039477 - "KQ5CD: No speech after restoring from ScummVM" and...Filippos Karapetis
2010-08-04SCI: Add 'movie' subdirectory for VMD'sMatthew Hoops
2010-08-02SCI: fixing getting selected languageMartin Kiewitz
2010-08-01SCI: honoring english selection for multilingual gamesMartin Kiewitz
2010-08-01SCI: adding "audiosfx" to directoriesMartin Kiewitz
2010-08-01SCI: adding audio directory searching for patchesMartin Kiewitz
2010-07-31SCI: kGameIsRestarting returns 2 when we restoredMartin Kiewitz
2010-07-30SCI: Switch to Common::RandomSource.Johannes Schickel
2010-07-28SCI: Add 'robots' subdirectory (PQSWAT demo stores them there)Matthew Hoops
2010-07-26SCI: Fixed menu reset in SCI0/SCI01 games when restartingFilippos Karapetis
2010-07-24SCI: cache Planes for sci32Martin Kiewitz
2010-07-22SCI: Fixed a bug when loading some saved games (sometimes, the execution stac...Filippos Karapetis
2010-07-20SCI: Removed the restoring parameter of the run_vm() functionFilippos Karapetis
2010-07-19SCI: don't initialize vocabulary twiceMartin Kiewitz
2010-07-19SCI: fix regression of r51027Martin Kiewitz
2010-07-19SCI: implement foreign vocabulary supportMartin Kiewitz
2010-07-15SCI: adding support to qfg4 to import qfg3 character dataMartin Kiewitz
2010-07-12SCI: Turn global object g_debugState into SciEngine member varMax Horn
2010-07-10SCI: removed unused debug flags, changed fileio debug prints to only happen o...Martin Kiewitz
2010-07-03SCI: added resetting of SoundCommandParser, so that error()s before that one ...Martin Kiewitz
2010-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis
2010-06-29SCI: Made the SoundCommandParser a member of the SciEngine class and removed ...Filippos Karapetis
2010-06-28SCI: More changes to the code for loading from the launcherFilippos Karapetis