aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/exereader.cpp
AgeCommit message (Expand)Author
2009-08-25- Finished automatic detection of the game platform in the fallback detectorFilippos Karapetis
2009-08-24- Removed the code which reads the SCI version string from the game executabl...Filippos Karapetis
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-08-15SCI: Add missing versions to exe version parsingWalter van Niftrik
2009-08-15SCI: Rename sci_version_t to SciVersionWalter van Niftrik
2009-05-15Simplified SCI versions to be SCI version generations, and fixed some game en...Filippos Karapetis
2009-05-14- Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flagFilippos Karapetis
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
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