aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
AgeCommit message (Expand)Author
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
2010-06-16Hooked the VMD player in kPlayVMD. The VMD videos in the demo of Phantasmagor...Filippos Karapetis
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-15SCI: reset _gfxText16 for sci32, fixes gk1Martin Kiewitz
2010-06-15SCI: putting SciGui::init into SciEngine, removing it from SciGui(32)Martin Kiewitz
2010-06-15SCI: Revise how ResourceManager is instantiated.Max Horn
2010-06-15Removed the now unused EngineState parameter of script_adjust_opcode_formats(...Filippos Karapetis
2010-06-14SCI: Limit the screen refresh rate to 60fpsFilippos Karapetis
2010-06-10camelCase changesFilippos Karapetis
2010-06-10Resolved a FIXME with getSciLanguage(), by creating a separate setter. Also, ...Filippos Karapetis
2010-06-10Use the SELECTOR() macro for readabilityFilippos Karapetis
2010-06-10Removed the pointer to the game object from the EngineState classFilippos Karapetis
2010-06-10Fixed compilation with the old music codeFilippos Karapetis