aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
AgeCommit message (Expand)Author
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
2010-06-28Fixed loading of saved games from the launcherFilippos Karapetis
2010-06-28SCI: separated the graphics initialization code a bitFilippos Karapetis
2010-06-27SCI: Removed the hack for loading games from the launcher from run_vm(). This...Filippos Karapetis
2010-06-27Made the script initialization/uninitialization methods part of the segment m...Filippos Karapetis
2010-06-25SCI: Introduce SciGameId enumMax Horn
2010-06-25SCI: Remove SciEngine::getFlags()Max Horn
2010-06-25SCI: detect, if SCI1.1 game is merging or copying palette instead of using ga...Martin Kiewitz
2010-06-17Strict mode: Turned several severe errors (almost all detection related) into...Filippos Karapetis
2010-06-17SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()'Max Horn
2010-06-17SCI: Remove selector_name function, some cleanupMax Horn
2010-06-17SCI: Get rid of duplicate _system member in SciEngineMax Horn
2010-06-17SCI: cleanupMax Horn
2010-06-17Added handling of VMD video files in kResCheck, fixes video playing in GK2Filippos Karapetis