aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
AgeCommit message (Expand)Author
2005-04-23Don't use Common::Map for the object table at all; rather use bsearch on a fi...Max Horn
2005-04-20Renamed _mouseButStat -> _mouseAndKeyboardStat (that's what it really is); mo...Max Horn
2005-04-20Replaced the platform specific GF_FOO switches (using _platform instead now)Max Horn
2005-04-20Replace all GF_HUMONGOUS use with _heversion.Travis Howell
2005-04-17Split out some index reading code into a new method readIndexBlock()Max Horn
2005-04-16cleanupMax Horn
2005-04-11RNAM block is different in HE games.Travis Howell
2005-04-10cleanupMax Horn
2005-04-10Read the RNAM data (might be useful for debugging)Max Horn
2005-04-10Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c...Max Horn
2005-04-10Don't call allocateArrays from readMAXS, rather call it explicitly after call...Max Horn
2005-04-10Got rid of _dynamicRoomOffsetsMax Horn
2005-04-09Pedantic cleanupMax Horn
2005-04-09Overload getStringAddress in subclasses; moved V6-V8 specific res stuff to re...Max Horn
2005-04-09Got rid of GF_NEW_OPCODESMax Horn
2005-04-09Simplify the substResFileName system a bitMax Horn
2005-04-06Moved createResource, resourceStats, expireResources to ResourceManagerMax Horn
2005-04-04Cleaning up the charset loading code some moreMax Horn
2005-04-03Splitting more methods into multiple overloaded versionsMax Horn
2005-04-03loadCharset gets overloaded for small header games, so no need to check for t...Max Horn
2005-04-03Turned readRoomsOffsets into a virtual methodMax Horn
2005-04-03Split readResTypeList into a normal and a GF_OLD_BUNDLE version; added commen...Max Horn
2005-03-31Made findResourceSmall local to resource.cpp; simplified _EPAL_offs (since we...Max Horn
2005-03-31Started to move some resource related code into a new class ResourceManager (...Max Horn
2005-03-30Support for direct reading from NES ROM:Eugene Sandulenko
2005-03-06Name parameters properly, lest we'll all be confused...Max Horn
2005-03-02Fix room resource loading in Buzzy games.Travis Howell
2005-03-02Fix COMI part III regression, I lost a line.Travis Howell
2005-02-14Add basic support for DISK index block in later HE games.Travis Howell
2005-02-11Turned HE Mac resource filename generator into generall, whole SCUMM-purposeEugene Sandulenko
2005-02-02o Added few targetsEugene Sandulenko
2005-01-29Add support for Humongous Mac titles in native format. Please test :)Eugene Sandulenko
2005-01-01Updated copyrightMax Horn
2004-12-17Reduce code size of resource.cpp to help PalmOS port, by moving util code to ...Max Horn
2004-11-27Reduce code duplicationMax Horn
2004-11-27Don't use directory param of File::open unless you have toMax Horn
2004-11-09CleanupChris Apers
2004-10-18_images not required.Travis Howell
2004-10-07Adjusted come commentsMax Horn
2004-10-04Add some HE99 varsTravis Howell
2004-10-01Definately Palettes.Travis Howell
2004-09-30OooopsTravis Howell
2004-09-30Add some extra cases/opcodes for lost/smaller.Travis Howell
2004-09-30Actually always stored in indexTravis Howell
2004-09-30roomVars rises to 256 is some HE games.Travis Howell
2004-09-27Correction for roomImagesTravis Howell
2004-09-19Removed some not necessary #defines which could (and did) lead to programEugene Sandulenko
2004-09-18Revert last commit by Fingolfin "removed _heV7RoomIntOffsets".Eugene Sandulenko
2004-09-18removed _heV7RoomIntOffsetsMax Horn
2004-09-18Rename some member vars to avoid _ followed by an uppercase letter. More of t...Max Horn