aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore
AgeCommit message (Expand)Author
2009-03-04SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th...Max Horn
2009-03-04SCI: Reduce header interdepsMax Horn
2009-03-04SCI: cleanupMax Horn
2009-03-04SCI: Fix warningsMax Horn
2009-03-03- ResourceManager uses HashMap to store and access resource info.Greg Frieger
2009-03-03Merged unpackDCL_hdyn() and unpackDCL() and removed some unused codeFilippos Karapetis
2009-03-02Gave decompression methods more descriptive names. Some cleanupFilippos Karapetis
2009-03-02Slight cleanupFilippos Karapetis
2009-03-02Slight cleanupFilippos Karapetis
2009-03-01SCI: Unified some of the decompression funcs (they share so much code, would ...Max Horn
2009-03-01SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf ...Max Horn
2009-03-01Fix warnings.Johannes Schickel
2009-03-01Added default kernel functions table to be used if vocab.999 can't be loaded ...Greg Frieger
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat
2009-02-28SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...Max Horn
2009-02-28resource_t struct replaced with stub Resource class for future objectifying. ...Greg Frieger
2009-02-28Turned ResourceManager into a class, along with all related functionsGreg Frieger
2009-02-28clean up some warningsAndre Heider
2009-02-27Fix code formattingEugene Sandulenko
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-24SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...Max Horn
2009-02-24Normalized guard #definesEugene Sandulenko
2009-02-24SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterpart...Max Horn
2009-02-24SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...Max Horn
2009-02-24SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...Max Horn
2009-02-23SCI: Changed selector name table to a Common::StringListMax Horn
2009-02-23SCI: Simplified code for selector lookup map generation a bit; got rid of an ...Max Horn
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-22SCI: cleanupMax Horn
2009-02-22SCI: Resolve FIXME in decompression codeMax Horn
2009-02-21SCI: Moved aatree.* files together into engine/Max Horn
2009-02-21SCI: More cleanupMax Horn
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
2009-02-21SCI: Changed WRITE_UINT16 -> WRITE_LE_UINT16 and READ_UINT16 -> READ_LE_UINT1...Max Horn
2009-02-21SCI: Untangling #include dependencies a bitMax Horn
2009-02-21SCI: Changed getUInt16->READ_UINT16 and putInt16->WRITE_UINT16 in scicore/dec...Max Horn
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
2009-02-21SCI: Changed decompressors to take advantage of Common::ReadStream::readUint1...Max Horn
2009-02-21Renamed SCI's console to sciconsole (MSVC has problems with files with the sa...Filippos Karapetis
2009-02-21SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.hMax Horn
2009-02-21SCI: Got rid of sci_sched_yieldMax Horn
2009-02-21cleanupPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21revert large parts of r38621. error() is for fatal errors and does not return...Willem Jan Palenstijn
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21replace #ifdef WORDS_BIGENDIAN by SCUMM_BIG_ENDIANJoost Peters