Age | Commit message (Expand) | Author |
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel |
2011-05-13 | SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso... | Max Horn |
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 |
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 |
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 |
2009-07-20 | Make ScummFile::eos() consistent with Stream::eos(). | Willem Jan Palenstijn |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-03-20 | SCUMM: Split intern.h into multiple headers | Max Horn |
2008-09-06 | ScummFile: Don't use the File::_ioFailed flag, rather track the io status sep... | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-01 | Reverted my roomoffs changes (broke the Loom intro), and instead added the co... | Max Horn |
2007-03-31 | Got rid of some 0xFFFF -> 0xFFFFFFFF conversions and similiar nonsense by usi... | Max Horn |
2007-02-24 | Removed the (useless, thanks to resTypeFromId) 'name' parameter from readResT... | Max Horn |
2007-02-24 | SCUMM: cleanup (moved small header specific code from ScummEngine::readResTyp... | Max Horn |
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap... | Max Horn |
2006-09-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical order... | Max Horn |
2006-07-05 | Fix bug #1515345 - INDY3 (FM-TOWNS): Black screen upon start (Amiga) | Travis Howell |
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn |
2006-02-25 | Got rid of the 'tag' parameter for readResTypeList() | Max Horn |
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si... | Max Horn |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |