aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/resource.cpp
AgeCommit message (Expand)Author
2007-02-24Removed the (useless, thanks to resTypeFromId) 'name' parameter from readResT...Max Horn
2007-02-24SCUMM: cleanup (moved small header specific code from ScummEngine::readResTyp...Max Horn
2007-02-23Modify ScummEngine::getResourceSize to assert if called on a missing resource...Max Horn
2007-02-17Removed some dead code, updated a warning messageMax Horn
2006-10-20SCUMM: ArrayHeader related cleanupMax Horn
2006-09-23Removed CHECK_HEAPMax Horn
2006-09-17Moved stored flobjects to class ScummEngine_v70heMax Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-09-16Replaced checkRange by assertRange, which has (a) an (IMO) more logical order...Max Horn
2006-09-09Moved allocResTypeData from ScummEngine to ResourceManager; removed friend de...Max Horn
2006-09-09Moved _heV7RoomIntOffsets initializationMax Horn
2006-04-23Detect (and error out) if readMAXS failsMax Horn
2006-04-23Added a comment regarding COMI disc changingMax Horn
2006-04-23Modified openFile and openResourceFile to take a Common::String instead of a ...Max Horn
2006-04-23Behold, the new SCUMM detector finally has arrived. Unified detection & engin...Max Horn
2006-04-23Replaced _demoMode by GF_DEMOMax Horn
2006-04-19Added a small comment to ScummEngine::openRoom that explains why we check for...Max Horn
2006-04-14Yes, it is really necessry to compute a special 'disk number' here (in fbear ...Max Horn
2006-04-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-04-11Rearranged code in ScummEngine::openRoom a bit, to separate the filename gene...Max Horn
2006-04-10Removing dummy code from resource.cppMax Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-03-26Reduce size of saved games for HE games, music/speech resources don't need to...Travis Howell
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-03-04Older naming style only used by PC version of FT demoTravis Howell
2006-03-04Slightly clarified an odd subcase in ScummEngine::openRoomMax Horn
2006-03-04This particular case in ScummEngine::openRoom only occurs for V4 games; chang...Max Horn
2006-03-04Renamed SubstResFileNames::winName and macName to almostGameID / expandedName...Max Horn
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
2006-02-26CleanupMax Horn
2006-02-25Remove the dummy index 0 entry from substResFileNameTableMax Horn
2006-02-25Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa...Max Horn
2006-02-25Replaced some more MKIDs by MKID_BE; this then enabled me to remove ScummEngi...Max Horn
2006-02-25Got rid of the 'tag' parameter for readResTypeList()Max Horn
2006-02-25Replaced MKID by MID_BE in most places in the SCUMM engineMax Horn
2006-02-20Moved iMUSE code to the new directory engines/scumm/imuse/Max Horn
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...Max Horn
2006-02-15Read correct index by block size in HE games again, to help track down unknow...Travis Howell
2006-02-15Moved all he-specific source files to engines/scumm/he/ subdirectoryEugene Sandulenko
2006-02-11Moved engines to the new engines/ directoryMax Horn