index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scumm
/
resource_v4.cpp
Age
Commit message (
Expand
)
Author
2005-04-10
Read the RNAM data (might be useful for debugging)
Max Horn
2005-04-10
Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c...
Max Horn
2005-04-10
Don't call allocateArrays from readMAXS, rather call it explicitly after call...
Max Horn
2005-04-10
Got rid of _dynamicRoomOffsets
Max Horn
2005-04-09
Overload getStringAddress in subclasses; moved V6-V8 specific res stuff to re...
Max Horn
2005-04-07
Original games ignored this index data.
Travis Howell
2005-04-07
Split readMAXS between HE versions
Travis Howell
2005-04-06
Moved createResource, resourceStats, expireResources to ResourceManager
Max Horn
2005-04-04
Fixed warnings on little-endian systems.
Torbjörn Andersson
2005-04-04
Cleaning up the charset loading code some more
Max Horn
2005-04-03
Splitting more methods into multiple overloaded versions
Max Horn
2005-04-03
Use proper constant rtCharset instead of hardcoding '6'
Max Horn
2005-04-03
ScummEngine_v4 used to be a subclass of ScummEngine_v3, now it is the other w...
Max Horn
2005-03-30
Support for direct reading from NES ROM:
Eugene Sandulenko
2005-01-01
Updated copyright
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-10-03
introduced namespace Scumm; made #include statements use scumm/ prefix explic...
Max Horn
2003-10-02
renamed class Scumm to ScummEngine (consisten with other engine names; also m...
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup
Paweł Kołodziejski
2002-12-22
added some preliminary V8 work. Nope, it is not useful at all, and it doesn't...
Max Horn
2002-10-21
The terms Word and DWord are somewhat Windows centric; in fact there are syst...
Max Horn
2002-09-10
changed scumm file io to class File
Paweł Kołodziejski
2002-08-21
Initial revision
Max Horn