Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-13 | SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its ↵ | Max Horn | |
_resource member | |||
2011-05-13 | SCUMM: Remove ResTypeData::_num | Max Horn | |
2011-05-13 | SCUMM: Rename resTypeFromId -> nameOfResType | Max Horn | |
2011-05-13 | SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use ↵ | Max Horn | |
both | |||
2011-05-13 | SCUMM: Add a Resource class, refactor res code around it | Max Horn | |
2011-05-13 | SCUMM: Rename ResTypeData::num to _num | Max Horn | |
2011-05-13 | SCUMM: Refactor how resource (types) are srepresented | Max Horn | |
Previously, we had a couple of arrays of size N (where N = number of resource types), one for each attribute of a resource type (such as as the number of resources of that type. Now, we have one array of size N, whose elements are a record aggregating all the attributes of each resource type. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-05 | SCUMM: Move _heV7RoomIntOffsets from ScummEngine to ScummEngine_v70he | Max Horn | |
2009-10-08 | The layout of global object data is different in the PCE version of Loom. | Travis Howell | |
svn-id: r44779 | |||
2009-07-20 | Make ScummFile::eos() consistent with Stream::eos(). | Willem Jan Palenstijn | |
Remove usage of ioFailed from SCUMM engine. Fix reading up to the end of a SCUMM SubFile. This hopefully fixes #2820957. svn-id: r42632 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-03-20 | SCUMM: Split intern.h into multiple headers | Max Horn | |
svn-id: r39567 | |||
2008-09-06 | ScummFile: Don't use the File::_ioFailed flag, rather track the io status ↵ | Max Horn | |
separately; also, changed eof() -> eos() svn-id: r34389 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-01 | Reverted my roomoffs changes (broke the Loom intro), and instead added the ↵ | Max Horn | |
constant RES_INVALID_OFFSET to indicate an invalid room offset svn-id: r26353 | |||
2007-03-31 | Got rid of some 0xFFFF -> 0xFFFFFFFF conversions and similiar nonsense by ↵ | Max Horn | |
using a clever technique called 'signed ints' for room offsets (and this won't cause any regressions; any you may encounter are merely the products of a deranged imagination) svn-id: r26331 | |||
2007-02-24 | Removed the (useless, thanks to resTypeFromId) 'name' parameter from ↵ | Max Horn | |
readResTypeList svn-id: r25828 | |||
2007-02-24 | SCUMM: cleanup (moved small header specific code from ↵ | Max Horn | |
ScummEngine::readResTypeList to ScummEngine_v4::readResTypeList) svn-id: r25827 | |||
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the ↵ | Max Horn | |
heap (i.e. _res is a pointer now) svn-id: r23922 | |||
2006-09-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical ↵ | Max Horn | |
order of parameters, and (b) removes lots of useless duplicate information in error messages svn-id: r23885 | |||
2006-07-05 | Fix bug #1515345 - INDY3 (FM-TOWNS): Black screen upon start (Amiga) | Travis Howell | |
svn-id: r23372 | |||
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn | |
svn-id: r21038 | |||
2006-02-25 | Got rid of the 'tag' parameter for readResTypeList() | Max Horn | |
svn-id: r20864 | |||
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵ | Max Horn | |
simple ScummGameSettings instance: _game svn-id: r20795 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |