aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/file.cpp
AgeCommit message (Expand)Author
2019-09-12SCI32: Fix loading autosaves (slot 0)sluicebox
2019-08-30SCI: Fix addAsVirtualFiles creating titles with no filessluicebox
2017-09-24SCI32: Remove unnecessary negative assertion check on unsigned integerColin Snover
2017-09-23SCI32: Support RAMA's custom save games through kFileIOColin Snover
2017-09-23SCI: Use reference instead of pointer for required out-data in metadata save ...Colin Snover
2017-09-23SCI: Clean-ups to file handling codeColin Snover
2017-07-26SCI32: Fix truncated save game names in Phant2Colin Snover
2017-05-13SCI32: Make sure all save game validity checks are in kCheckSaveGame32Colin Snover
2017-02-05SCI: Fix more unsafe C-string usageColin Snover
2017-01-16SCI32: Disable compression on Hoyle5 options filesColin Snover
2017-01-09SCI32: Disable compression for Phantasmagoria save filesColin Snover
2016-12-18SCI32: Fix handling of rewritable files opened with mode 1Colin Snover
2016-12-18SCI32: Fix overwriting of file content when opened in append modeColin Snover
2016-09-29SCI32: Fix warnings and incompatible save games when built without SCI32Colin Snover
2016-09-29SCI32: Emulate MGDX ego view metadataColin Snover
2016-09-29SCI32: Fix multiple bugs in kSaveColin Snover
2016-09-29SCI32: Emulate Shivers 1 game score metadataColin Snover
2016-09-29SCI: Split savegame descriptor fill code from savegame list codeColin Snover
2016-09-29SCI32: Start implementing kSave for SCI32Colin Snover
2016-08-25SCI32: Also handle chase.dat in Phantasmagoria like phantsg.dirFilippos Karapetis
2016-07-06SCI32: Add SaveFileRewriteStream for read/write access to filesWillem Jan Palenstijn
2016-02-05SCI: QfG1/2/3/4 character file detection changedMartin Kiewitz
2016-01-05SCI: fix compatibility issue in kFileIOMartin Kiewitz
2016-01-02SCI: fix sciAudio support on some platformsMartin Kiewitz
2015-04-17SCI: sort qfg import files alphabeticallyMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-06-21SCI: Don't compress exported heroes in the Quest for Glory gamesFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-06-15SCI: Fix warningsFilippos Karapetis
2012-06-13SCI: Fix the loading screen and the loading functionality in ShiversFilippos Karapetis
2012-06-13SCI: Move all file-related functions in file.*Filippos Karapetis
2012-06-13SCI: Implement the file operations needed for the save dialog in PhantasmagoriaFilippos Karapetis