aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/resource.cpp
AgeCommit message (Expand)Author
2010-10-18SCUMM: Fix potential bug in ScummEngine::resStrLen.Max Horn
2010-05-04Fix non-Mac OS X buildsMax Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2009-10-26Add patch from Tobias, for masking support in PCE version of Loom, with minor...Travis Howell
2009-10-21Add patch from Tobias, for graphic support (backgrounds/objects) in PCE versi...Travis Howell
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-27Fix format string issues (and compiler warnings).Willem Jan Palenstijn
2009-07-20Make ScummFile::eos() consistent with Stream::eos().Willem Jan Palenstijn
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-07-01Fixed some more warnings observed on buildbotMax Horn
2009-06-05Sound resource 1 is used for queued speech in HE60+ games, and should never b...Travis Howell
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
2008-09-30Added multiple new open() methods to Common::File, which make it possible to ...Max Horn
2008-09-07Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)...Max Horn
2008-09-06ScummFile: Don't use the File::_ioFailed flag, rather track the io status sep...Max Horn
2008-09-01Merging more of the GSoC 2008 RTL branch: SCUMMMax Horn
2008-08-29Made out-of-memory error in SCUMM a bit more verboseMax Horn
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-11SCUMM works with new GMM implementationChristopher Page
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2007-12-27Enable Windows version of early HE games by default, to match already enabled...Travis Howell
2007-12-24cleanupMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-01Reverted my roomoffs changes (broke the Loom intro), and instead added the co...Max Horn
2007-03-31Got rid of some 0xFFFF -> 0xFFFFFFFF conversions and similiar nonsense by usi...Max Horn
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