aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore
AgeCommit message (Expand)Author
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
2009-03-11Formatting.Johannes Schickel
2009-03-11More clean-ups in decompression classesGreg Frieger
2009-03-11SCI: Formatting changes (using astyle)Max Horn
2009-03-11SCI: Fix warningMax Horn
2009-03-11Some clean-up of DecompressorComp3 classGreg Frieger
2009-03-10Yet another few tiny formatting fixes.Johannes Schickel
2009-03-10Formatting.Johannes Schickel
2009-03-10Made Decompressor's destructor virtual. (fixes compilation and should fix pos...Johannes Schickel
2009-03-10Resource decompression functions moved to scicore\decompressor.cpp and turned...Greg Frieger
2009-03-09SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...Max Horn
2009-03-08Added more missing NULLingSven Hesse
2009-03-08Restore potentially useful info deleted in r39188Willem Jan Palenstijn
2009-03-08SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...Max Horn
2009-03-08SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header fileMax Horn
2009-03-08SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16Max Horn
2009-03-08SCI: Added new header gfx/font.h and removed some dead codeMax Horn
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-03-07Removed unused codeFilippos Karapetis
2009-03-07Fixed crash when reading some SCI1 resource mapGreg Frieger
2009-03-07Added detection of SCI1.1 and SCI32 resource volumesGreg Frieger
2009-03-07Merged scicore/resource_map.cpp and scicore/resource_patch.cpp to scicore/res...Greg Frieger
2009-03-07Cleaned / reworked readResourceMapSCI0 and readResourceMapSCI1Greg Frieger
2009-03-07Use map/volume versions from detection.cpp if setGreg Frieger
2009-03-07Map/volume loader and version detection functions cleaned and reworked.Greg Frieger
2009-03-06Cleanup and unification. Merged decryptinit3() inside decrypt3() Filippos Karapetis
2009-03-05- Change Resource::LRU to use Common::ListGreg Frieger
2009-03-05Removed Resource.location_dir_nameGreg Frieger
2009-03-05readResourcePatchesSCI0 and readResourcePatchesSCI1 merged. Some clean-upsGreg Frieger
2009-03-05Added a missing NULLingSven Hesse