aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.h
AgeCommit message (Collapse)Author
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-11-27Make Array stuff part of the V6 engine class (note: it's a bit confusing to ↵Max Horn
have two different ArrayHeader structs, maybe we should rename them?) svn-id: r15909
2004-09-21More cleanupMax Horn
svn-id: r15223
2004-08-25HE 7.2 uses different array headers. they introduced start indexes, so itEugene Sandulenko
became in somewhat Pascal fashion, i.e. array[2..3][10..20]. So I had to override ArrayHeader function in ScummEngine_v72he. Also there is new array type kDwordArray. So that is implemented as well. Though, not everything yet transferred to use new ArrayHeader, so running HE 7.2 titles is risky now. Some opcodes were implemented along the way. svn-id: r14735
2004-08-01Add symbolic names for the array types, which makes the code easier to ↵Max Horn
read/understand (note that array types != res types) svn-id: r14404
2004-06-23HE 7.0 fixesEugene Sandulenko
o Stub for o7_startSound o graphics decoders o findResource was moved to ScummEngine and extended o 7.0+ titles use akos costumes, so fix that in launcher o more o6_resourceRoutines stubs Now HE 7.0 games (first 320x200 windows ports) show intros and some are playable to some extent. svn-id: r14003
2004-01-19fix endian bug when dealing with ArrayHeader's; added a hack to permit save ↵Max Horn
games broken due to this to still work; moved the whole 'Array' stuff into ScummEngine_v6 svn-id: r12521
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-09-11cleanupMax Horn
svn-id: r10169
2003-06-26added ResourceIterator, replacing two of the old ↵Max Horn
findResource/findResourceSmall function - contraty to those, this approach is thread safe svn-id: r8650
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵Max Horn
augmented by some more changes of mine svn-id: r8482
2003-05-28const as const can!Max Horn
svn-id: r8058
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2002-08-21Initial revisionMax Horn
svn-id: r4785