aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v4.cpp
AgeCommit message (Expand)Author
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-04-20Replaced the platform specific GF_FOO switches (using _platform instead now)Max 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-09Overload getStringAddress in subclasses; moved V6-V8 specific res stuff to re...Max Horn
2005-04-07Original games ignored this index data.Travis Howell
2005-04-07Split readMAXS between HE versionsTravis Howell
2005-04-06Moved createResource, resourceStats, expireResources to ResourceManagerMax Horn
2005-04-04Fixed warnings on little-endian systems.Torbjörn Andersson
2005-04-04Cleaning up the charset loading code some moreMax Horn
2005-04-03Splitting more methods into multiple overloaded versionsMax Horn
2005-04-03Use proper constant rtCharset instead of hardcoding '6'Max Horn
2005-04-03ScummEngine_v4 used to be a subclass of ScummEngine_v3, now it is the other w...Max Horn
2005-03-30Support for direct reading from NES ROM:Eugene Sandulenko
2005-01-01Updated copyrightMax Horn
2004-01-06updated copyright noticeMax Horn
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanupPaweł Kołodziejski
2002-12-22added some preliminary V8 work. Nope, it is not useful at all, and it doesn't...Max Horn
2002-10-21The terms Word and DWord are somewhat Windows centric; in fact there are syst...Max Horn
2002-09-10changed scumm file io to class FilePaweł Kołodziejski
2002-08-21Initial revisionMax Horn