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
/
engines
/
scumm
/
he
/
resource_he.cpp
Age
Commit message (
Expand
)
Author
2006-04-23
Fix access to .he3/.he4 files
Max Horn
2006-04-23
Move HE specific stuff from class Sound to its new subclass SoundHE
Max Horn
2006-04-23
Behold, the new SCUMM detector finally has arrived. Unified detection & engin...
Max Horn
2006-04-12
Fixing mismatch between format strings and data on some systems
Max Horn
2006-04-12
sizeof(void *) != sizeof(int) for a large number of systems.
Jonathan Gray
2006-04-09
Fix regression introduced by removing of GF_HE_CURSORLESS feature flag.
Eugene Sandulenko
2006-03-08
Fixed tons of format string warnings for debug/error calls (including several...
Max Horn
2006-03-04
Renamed SubstResFileNames::winName and macName to almostGameID / expandedName...
Max Horn
2006-03-03
Moved ScummFile etc. to the new file.cpp / file.h
Max Horn
2006-02-25
Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa...
Max Horn
2006-02-25
Replaced MKID by MID_BE in most places in the SCUMM engine
Max Horn
2006-02-20
Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...
Max Horn
2006-02-16
Send sound resource data directly to sound mixer in HE Games.\n Fixes songs i...
Travis Howell
2006-02-15
Read correct index by block size in HE games again, to help track down unknow...
Travis Howell
2006-02-15
o Renamed script_v6he.cpp and script_v7he.cpp to script_v60he.cpp and
Eugene Sandulenko
[prev]