aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-02-19Fix SCI 1.1 detection.Travis Howell
2009-02-19Update SCI version for Space Quest 4(Amiga).Travis Howell
2009-02-19Update SCI version for Leisure Suit Larry 2 (Amiga).Travis Howell
2009-02-19Update SCI version for Kings Quest 4 (Amiga).Travis Howell
2009-02-19Fix kq4 start (it was using the wrong version).Matthew Hoops
2009-02-19- Fix finding versions from exe'sMatthew Hoops
2009-02-19scan_file returns 1 if there's a failure, not 0; correct version_detect_from_...Matthew Hoops
2009-02-19The background sounds option, only applies to Simon the Sorcerer 2.Travis Howell
2009-02-18formatingPaweł Kołodziejski
2009-02-18formatingPaweł Kołodziejski
2009-02-18Readded the code which reads the version from the original executable to the ...Filippos Karapetis
2009-02-18cleanupMax Horn
2009-02-18remove not used includesPaweł Kołodziejski
2009-02-18Added initial implementation of the fallback detector for unknown versions (v...Filippos Karapetis
2009-02-18Added methods to get information for the detected game versionFilippos Karapetis
2009-02-18SCI: Moved util.h to the sci tools, as old_objects.* is the only code using (...Max Horn
2009-02-18update READMEPaweł Kołodziejski
2009-02-18remove dreamcast mixer platform code - no use for scummvmPaweł Kołodziejski
2009-02-18SCI: Added G_DIR_SEPARATOR to scicore/resource.cpp for now (I'll remove it ag...Max Horn
2009-02-18SCI: Some random cleanupMax Horn
2009-02-18missed to remove code from latest removalPaweł Kołodziejski
2009-02-18remove not used codePaweł Kołodziejski
2009-02-18Fixed warnings.Johannes Schickel
2009-02-18Updated the savegame.cfsml file to remove unused functions and generated the ...Filippos Karapetis
2009-02-18Fix makefileEugene Sandulenko
2009-02-18move cfsml.pl to the tools/ directoryEugene Sandulenko
2009-02-18restore removed filesEugene Sandulenko
2009-02-18Adding the files properly. Part1Eugene Sandulenko
2009-02-18Removed unused fileMax Horn
2009-02-18Added missing file savegame.cfsml (hopefully, compilation should REALLY be fi...Filippos Karapetis
2009-02-18Reverting commits which moved cfsml.pl and said.y, part 2Filippos Karapetis
2009-02-18Removed some unused GFX driver capability code and flagsFilippos Karapetis
2009-02-18Added FIXME concerning crash when exiting a SCI gameFilippos Karapetis
2009-02-18Removed files which are not part of the SCI engine (will be moved to /tools, ...Filippos Karapetis
2009-02-18Removed the cfsml.pl tool from the SCI engine (eventually, it should go to /t...Filippos Karapetis
2009-02-18Removed the unused sci_get_homedir() functionFilippos Karapetis
2009-02-18Disabled unused functionsFilippos Karapetis
2009-02-18Removed the unused queue code and memfrob() definitionFilippos Karapetis
2009-02-18Removed the unused memtest, memdup and sci_memdup functionsFilippos Karapetis
2009-02-18Remove the huffmake Perl tool, and the unused hufftree.* filesFilippos 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-18Add a few more German versions, and resort via platform.Travis Howell
2009-02-18Add Italian versions of several games.Travis Howell
2009-02-17CleanupFilippos Karapetis
2009-02-17Removed already implemented graphic capability flags, and used CLIP inside sc...Filippos Karapetis
2009-02-17Add detection for the Space Quest 3.5 fan game.Matthew Hoops
2009-02-17don't attempt display resource type name if it's out of array, so it give acc...Paweł Kołodziejski
2009-02-17fixed compiler warning about potentialy uninitialized variablePaweł Kołodziejski
2009-02-17fixed unsigned/signed comparisons warningsPaweł Kołodziejski