aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore/versions.cpp
AgeCommit message (Expand)Author
2009-02-21formatingPaweł Kołodziejski
2009-02-21Replaced "typedef struct _state state_t" with "struct EngineState"Jordi Vilalta Prat
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-19Rewrote the EXE reading routines (the LZEXE compression stuff is still not co...Filippos Karapetis
2009-02-19scan_file returns 1 if there's a failure, not 0; correct version_detect_from_...Matthew Hoops
2009-02-18Readded the code which reads the version from the original executable to the ...Filippos Karapetis
2009-02-18We no longer verify the SCI version number against the original executables, ...Filippos Karapetis
2009-02-18Moved game version checking to ScummVM's detector and removed the FreeSCI ver...Filippos Karapetis
2009-02-17Update headers. scicore/Eugene Sandulenko
2009-02-16SCI: cleanupMax Horn
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15constsWillem Jan Palenstijn
2009-02-15Silenced some more warningsFilippos Karapetis
2009-02-15Fixed compilation under MSVC, and silenced some more warningsFilippos Karapetis
2009-02-15Silenced a ton of warnings, and disabled several unreferenced functions (dead...Filippos Karapetis
2009-02-15- Remove some unneeded filesEugene Sandulenko