aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/resource_v2.cpp
AgeCommit message (Collapse)Author
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the ↵Max Horn
heap (i.e. _res is a pointer now) svn-id: r23922
2006-05-29Fix Commodore 64 versionsTravis Howell
svn-id: r22732
2006-05-28No need to compute the SCUMM version here; rather, verify that the SCUMM ↵Max Horn
version is already set correctly svn-id: r22715
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
svn-id: r21038
2006-02-25Got rid of the 'tag' parameter for readResTypeList()Max Horn
svn-id: r20864
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵Max Horn
simple ScummGameSettings instance: _game svn-id: r20795
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582