aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/exereader.cpp
AgeCommit message (Expand)Author
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-22Add remapping of Amiga version strings and re-enable detection of kq5 amiga.Matthew Hoops
2009-02-21formatingPaweł Kołodziejski
2009-02-21SCI: Fixed more warningsMax Horn
2009-02-20- Moved SciEngine code to sci.cppJordi Vilalta Prat
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