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
/
wiz_he.cpp
Age
Commit message (
Expand
)
Author
2006-04-01
Fix painting and fridge magnet palette glitches in thinker1
Travis Howell
2006-03-25
Move convertFilePath() to ScummEngine_v60he, to allow use by earlier HE games
Travis Howell
2006-02-26
That change shouldn't have been commited
Travis Howell
2006-02-26
Change debugInput opcode result to zerod array for now, since it expects inpu...
Travis Howell
2006-02-25
Cleanup decompress wizImage functions, to help find similar code
Travis Howell
2006-02-25
Replaced MKID by MID_BE in most places in the SCUMM engine
Max Horn
2006-02-25
Adjust masking in copyWizImageWithMask() to match ScummVM, wizImages masking ...
Travis Howell
2006-02-25
More corrections to copyWizImageWithMask() in HE games
Travis Howell
2006-02-24
Add corrections to copyWizImageWithMask() in HE games
Travis Howell
2006-02-24
added TRLE wiz masking (mostly untested)
Gregory Montoir
2006-02-21
Cleanup decompressWizImage() in HE games
Travis Howell
2006-02-20
Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...
Max Horn
2006-02-15
Only print debug message when flag 0x800000 is triggered by HE games in drawW...
Travis Howell
2006-02-15
Moved all he-specific source files to engines/scumm/he/ subdirectory
Eugene Sandulenko