aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kfile.cpp
AgeCommit message (Expand)Author
2016-09-29SCI32: Fix multiple bugs in kSaveColin Snover
2016-09-29SCI32: Emulate Shivers 1 game score metadataColin Snover
2016-09-29SCI32: Fix read overflow when there are no save gamesColin Snover
2016-09-29SCI32: Add handling for save cataloguesColin Snover
2016-09-29SCI32: Implement ScummVM save/loadColin Snover
2016-09-29SCI32: Correct return values for kFileIO operationsColin Snover
2016-09-29SCI32: Implement kSave for standard-save SCI32 gamesColin Snover
2016-09-29SCI32: Fix "new game" and auto-save functionalityColin Snover
2016-09-29SCI32: Start implementing kSave for SCI32Colin Snover
2016-09-29SCI32: Clean up and fix some SCI32-only kFileIO operationsColin Snover
2016-09-29SCI32: Fix kFileIOOpen signatureColin Snover
2016-09-29SCI32: Rewrite kArray & kStringColin Snover
2016-08-25SCI: Make kFileIORename use wrapped filenamesWillem Jan Palenstijn
2016-08-23SCI32: Also handle game checks for "torinsg.cat" in TorinFilippos Karapetis
2016-08-19SCI32: Partially implement kCDColin Snover
2016-08-11SCI32: Don't use autosave.cat in TorinWillem Jan Palenstijn
2016-07-29SCI32: Support Torin's autosave systemWillem Jan Palenstijn
2016-07-06SCI32: Add SaveFileRewriteStream for read/write access to filesWillem Jan Palenstijn
2016-06-25SCI: Fix auto-saving in the fan-made Cascade QuestMartin Kiewitz
2016-02-22SCI: Add hack for Pepper's Adventure in Time CDAUDIO issueMartin Kiewitz
2016-02-09SCI: Script patch for Mixed Up Mother Goose SCI1Martin Kiewitz
2016-02-05SCI: Blocking ScummVM auto-save slot 0 for savingMartin Kiewitz
2016-01-02SCI: fix sciAudio support on some platformsMartin Kiewitz
2015-07-10SCI: Fix wording for commit fc14641Filippos Karapetis
2015-07-10SCI: Enable the save game menu option when dying in PQ2 - bug #6875Filippos Karapetis
2014-10-19SCI: Add notesWillem Jan Palenstijn
2014-10-19SCI: Enable some menus in Jones after restoring (bugs #6537 and #6723)Filippos Karapetis
2014-06-02SCI: comment typo fixMartin Kiewitz
2014-06-02SCI: fix saving in mother goose sci0 (bug #6486)Martin Kiewitz
2014-03-28SCI: Initial implementation of the fanmade sciAudio libraryFilippos Karapetis
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17SCI: Allow saving without a VERSION file in JonesFilippos Karapetis
2013-11-23SCI: Janitorial - Fix spacing errorsStrangerke
2013-04-27SCI: Change wording for bug/further info referencesFilippos Karapetis
2013-03-21SCI: Fix loading in JonesFilippos Karapetis
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-07-27SCI: Add support for kCD(0) with a parameterFilippos Karapetis
2012-07-04SCI: FileIO subop 19 checks for directory validityFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-06-13SCI: Fix the loading screen and the loading functionality in ShiversFilippos Karapetis
2012-06-13SCI: Shuffle the kernel functions inside kfile.cppFilippos Karapetis
2012-06-13SCI: Use the later SCI file functions for the SCI0 onesFilippos Karapetis
2012-06-13SCI: Change kSave() to be a kernel function with subopsFilippos Karapetis
2012-06-13SCI: Move all file-related functions in file.*Filippos Karapetis
2012-06-13SCI: Reorder the file kernel functions a bitFilippos Karapetis
2012-06-13SCI: Implement the file operations needed for the save dialog in PhantasmagoriaFilippos Karapetis
2012-06-10GUI: Refactor default savegame description creation.Johannes Schickel
2012-06-10GUI: Add helper to SaveLoadChooser, which uses the currently active target.Johannes Schickel
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
2012-05-26SCI: Add a TODO in kFileIOReadRawFilippos Karapetis