aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/exereader.cpp
AgeCommit message (Expand)Author
2009-02-19- Do not break after finding an executable in SCI fallback detection, as we m...Matthew Hoops
2009-02-19Function call order in expressions isn't well-defined. Also fix missing shift...Willem Jan Palenstijn
2009-02-19Used the LZEXE unpacker from the teenagent engine. The SCI version detector n...Filippos Karapetis
2009-02-19use READ_BE_UINT32() function to read a 32-bit Big Endian value.Joost Peters
2009-02-19Corrected erroneous use of MKID_BEFilippos Karapetis
2009-02-19Fixed version checking for unpacked executable files, and updated the SCI ver...Filippos Karapetis
2009-02-19MKID_BE() does not work that way. Moreover, it even fails to compile on my 64...Sven Hesse
2009-02-19Rewrote the EXE reading routines (the LZEXE compression stuff is still not co...Filippos Karapetis