aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore
AgeCommit message (Expand)Author
2009-05-14CleanupFilippos Karapetis
2009-05-14- Added a new game flag to distinguish SCI1 EGA versionsFilippos Karapetis
2009-05-14Replaced the SCI_VERSION_FTU_DOSOUND_VARIANT_2 version check with the game fe...Filippos Karapetis
2009-05-14- Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flagFilippos Karapetis
2009-05-14Added a feature flag for the SCI1.1 behavior of kSetCursor() in Eco 1 and KQ5...Filippos Karapetis
2009-05-14Started using game-specific flags and removed/replaced some SCI version check...Filippos Karapetis
2009-05-14- Enabled the code which puts the text inside the screen if it doesn't fit fo...Filippos Karapetis
2009-05-14Removed the hack used to check for the existence of the CantBeHere() selectorFilippos Karapetis
2009-05-13Simplified and re-enabled the debug code that shows pixmaps on screen and mov...Filippos Karapetis
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-12Rearranged all the different version checks based on SCI version in versions....Filippos Karapetis
2009-05-12Performed some cleanup on the different version checksFilippos Karapetis
2009-05-12SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table (...Walter van Niftrik
2009-05-12Replaced sci_hexdump() with Common::hexdump()Filippos Karapetis
2009-05-11SCI: Hacked stuff up so that debugger commands also print on the GUI consoleMax Horn
2009-05-11SCI: Hook FreeSCI console commands into the ScummVM console (incomplete as of...Max Horn
2009-05-11SCI: Replace global vars cmd_paramlength & cmd_params by Common::Array<cmd_pa...Max Horn
2009-05-11SCI: Reduced header depsMax Horn
2009-05-10Disabled some unused codeFilippos Karapetis
2009-04-25SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudioWalter van Niftrik
2009-04-25WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ...Filippos Karapetis
2009-04-24SCI: Fixed mouse cursor hotspots in ECO1.Walter van Niftrik
2009-04-24SCI: Some const corrections, removed dead stuff, cleanupMax Horn
2009-04-24SCI: Store parse_tree_branch_t in a Common::ArraayMax Horn
2009-04-23Changed the "Intersections" opcode to "MoveCursor", after verifying it with G...Filippos Karapetis
2009-04-22SCI: getInt -> READ_LE_UINT16Max Horn
2009-04-22SCI: Changed knames (kernel function name table) to Common::StringListMax Horn
2009-04-20SCI: cleanupMax Horn
2009-04-07SCI: Do not skip last entry in kernel table for SCI1.Walter van Niftrik
2009-04-07SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table.Walter van Niftrik
2009-04-07SCI: Fix endian-unsafe read [bug #2739122 ]Willem Jan Palenstijn
2009-04-03Changed some references from "FreeSCI" to "SCI" or "ScummVM"Filippos Karapetis
2009-03-30This should really fix the issues with vobab.999/999.voc in SCI1 games (e.g. ...Filippos Karapetis
2009-03-30Ignore the unreliable resource vocab.999 in SCI1 games. This allows us to use...Filippos Karapetis
2009-03-30Fixed compilationFilippos Karapetis
2009-03-30Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...Filippos Karapetis
2009-03-26SCI: Match signature of readResourceMapSCI0 and readResourceMapSCI1 (helpful ...Max Horn
2009-03-25SCI: Cleaned up the decompressor comments and code a little bitMax Horn
2009-03-25Use the default kernel vocabulary names for SCI1 games, instead of reading th...Filippos Karapetis
2009-03-24SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>Max Horn
2009-03-24SCI: Changed vocab_tokenize_string to not 'return' the list it generates, bu...Max Horn
2009-03-24SCI: Turned synonyms list into a Common::ListMax Horn
2009-03-14SCI: Fixed warningMax Horn
2009-03-14- LZS Decompressor addedGreg Frieger
2009-03-14Fixed SCI32 Map detectionGreg Frieger
2009-03-14Some rewrites and clean-ups in decompressing functions. View and Pic post-pro...Greg Frieger
2009-03-13Applied gregfrieger's fix on decodeRLE()Filippos Karapetis
2009-03-11ResourceManager: Greg Frieger
2009-03-11ResourceManager: Greg Frieger