aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kfile.cpp
AgeCommit message (Expand)Author
2010-08-24SCI: replacing save dialog as wellMartin Kiewitz
2010-08-24SCI: more work on replacing save dialogMartin Kiewitz
2010-08-24SCI: changing signature of kRestoreGameMartin Kiewitz
2010-08-24SCI: now pausing/unpausing music in replaced restore dialogMartin Kiewitz
2010-08-23SCI: some more work on replacing restore dialogMartin Kiewitz
2010-08-23SCI: some work on replacing sierra restore dialogMartin Kiewitz
2010-08-23SCI: multiple changes for mother goose vgaMartin Kiewitz
2010-08-23SCI: Check for EOF and errors when reading from a file. Fixes bug #3049360 - ...Filippos Karapetis
2010-08-22SCI: Fix a bug in kFileIOWriteString. The first return statement should go in...Matthew Hoops
2010-08-21Reverted part of r52256, it's not really undefined behavior (the two parts of...Filippos Karapetis
2010-08-21SCI: Fixed potentially undefined behaviorFilippos Karapetis
2010-08-20SCI: Changed a warning into a debugCFilippos Karapetis
2010-08-02SCI: allowing kCheckSaveGame with id 0Martin Kiewitz
2010-07-30SCI: Fix saving/restoring games in fan gamesMatthew Hoops
2010-07-27SCI: moving some fileio warnings to debug levelMartin Kiewitz
2010-07-27SCI: kCheckFreeSpace support for sci1.1Martin Kiewitz
2010-07-25SCI: some changes for kq7Martin Kiewitz
2010-07-21SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their resp...Filippos Karapetis
2010-07-18SCI: fix regression of r50896, behaviour of kFileIO(readString) is supposed t...Martin Kiewitz
2010-07-17SCI: checking if within kernel function before overwrite a save (thx @ digitall)Martin Kiewitz
2010-07-15SCI: adding support to qfg4 to import qfg3 character dataMartin Kiewitz
2010-07-14SCI: added signatures for kFileIO, some changes to actual kFileIO code, remov...Martin Kiewitz
2010-07-14SCI: returning DOS error code on kFileIO(unlink)Martin Kiewitz
2010-07-14SCI: fix regression of r50831 - we want to abort when unknown savegameIds are...Martin Kiewitz
2010-07-14Fixed loading saved games from the launcher, broken in rev. 50831Filippos Karapetis
2010-07-12SCI: changing how savegame ids are handled internally. Using range 0-999 so t...Martin Kiewitz
2010-07-12SCI: added TODO for saved gamesMartin Kiewitz
2010-07-10SCI: removed unused debug flags, changed fileio debug prints to only happen o...Martin Kiewitz
2010-06-18SCI: Rewrap some overlong commentsMax Horn
2010-06-18Error out on unimplemented kDeviceInfo() callsFilippos Karapetis
2010-06-15- Swapped the return value of gamestate_save (false = failed, true = succeeded)Filippos Karapetis
2010-06-07SCI: Adjust kGetSaveFiles for SCI32.Walter van Niftrik
2010-06-04SCI: Replace strncpy with Common::strlcpyWalter van Niftrik
2010-06-04SCI: Add savegame version check in CheckSaveGameWalter van Niftrik
2010-06-04SCI: CleanupWalter van Niftrik
2010-06-03Replace two uses of ::qsort by Common::sort.Johannes Schickel
2010-06-01The system strings segment is a fixed segment of the segment manager, which d...Filippos Karapetis
2010-05-03SCI: fix possible heap errorMartin Kiewitz
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-02-13SCI: Move language related code from EngineState to SciEngineMax Horn
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-02Add support in kString(Cpy) for copying to system strings. Also, stubbing kFi...Matthew Hoops
2010-02-01Torin calls K_FILEIO_OPEN without a file mode to open with. Assume that it's ...Matthew Hoops
2010-01-31SCI: Fix regression in KQ5CD caused by r47775.Walter van Niftrik
2010-01-31SCI: Add another DeviceInfo subfunction. Fixes VM crash in MUMG.Walter van Niftrik
2010-01-31Removed duplicate code. Some cleanupFilippos Karapetis
2010-01-30SCI: Correct comments which talked about 'loading from GMM' when they really ...Max Horn
2010-01-30SCI: Remove extra '\n's in debugC messagesWillem Jan Palenstijn
2010-01-30Add support for saving/loading Arrays/Strings in SCI32. It's possible to save...Matthew Hoops
2010-01-27Downgrade the 'attempt to use invalid/unused file handle' error to a warning....Matthew Hoops