Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-08-28 | SCUMM: setOffHeap uses resource status in HE90+ games. | Travis Howell | |
2011-08-28 | SCUMM: Add basic support for setOffHeap resource flag in HE90+ games. | Travis Howell | |
2011-06-14 | SCUMM: Fix doxygen comments | Max Horn | |
2011-05-13 | SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its ↵ | Max Horn | |
_resource member | |||
2011-05-13 | SCUMM: Get rid of the unused Resource::_globSize field | Max Horn | |
2011-05-13 | SCUMM: Improve ResTypeData doxygen comments | Max Horn | |
2011-05-13 | SCUMM: Remove ResTypeData::_num | 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: Document resource usage count / expiry a little bit | Max Horn | |
2011-05-13 | SCUMM: Rename ResTypeData::tag to _tag, get rid of ResTypeData::name | Max Horn | |
2011-05-13 | SCUMM: Rename ResTypeData::num to _num | Max Horn | |
2011-05-13 | SCUMM: Get rid of the MemBlkHeader hack | Max Horn | |
This uncovered at least one potentially serious bug in the inventory code, which still needs to be investigated and fixed. | |||
2011-05-13 | SCUMM: Clean up ResourceManager initialization | Max Horn | |
2011-05-13 | SCUMM: Document and cleanup resource type mode | 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-13 | SCUMM: Move class ResourceManager to its own header | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
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-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson | |
header files are only included once. Many of them didn't have a SCUMM prefix which could have lead to clashes with common header files. svn-id: r25727 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |