aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kfile.cpp
AgeCommit message (Expand)Author
2010-01-21SCI: Saved games can now be loaded from ScummVM's launcherFilippos Karapetis
2010-01-10Silenced warnings ("this" isn't defined on object instantiation, and commente...Filippos Karapetis
2010-01-02SCI: implemented new console command "listsaves"Martin Kiewitz
2010-01-01SCI: fixing bad sorting of saved games due MMDDYYYY date savingMartin Kiewitz
2010-01-01SCI: implement kFOpen (OPEN_OR_CREATE), makes it possible to save character d...Martin Kiewitz
2009-12-31SCI: kFileIO findFirst/findNext returns only game-specific prefixed filesMartin Kiewitz
2009-12-31Changed kValidPath() to always return true, regardless of the value of savePa...Filippos Karapetis
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-12-30SCI32:Matthew Hoops
2009-12-29Removed leftover debug outputFilippos Karapetis
2009-12-25Fix gcc warning (and along with it make the code a little bit easier to read).Johannes Schickel
2009-12-24SCI32:Matthew Hoops
2009-12-21SCI32:Matthew Hoops
2009-12-08SCI: Cleanup DirSeeker a little bitMax Horn
2009-11-14Cleaned up the file handling functions and removed the C IO wrappers. Apparen...Filippos Karapetis
2009-10-29Stop SQ4 floppy from updating the unused sq4sg.dir file when deleting a saved...Filippos Karapetis
2009-10-29- Implemented savegame deletion for SQ4 floppyFilippos Karapetis
2009-10-29Disable the "Delete" button for all versions of SQ4 floppy, and the "Change D...Filippos Karapetis
2009-10-29Automatically create memory.drv (the file containing the LSL5 password) for n...Filippos Karapetis
2009-10-29Fixed the deletion of save games - the wrong save game would be deleted with ...Filippos Karapetis
2009-10-16Fix for bug #2874489 - "SCI: Larry 3 crashes at startup"Filippos Karapetis
2009-10-09Some const correctness changes; cleanupMax Horn
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-09-30Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us...Filippos Karapetis
2009-09-30SCI: Make kFile error messages slightly more verboseWillem Jan Palenstijn
2009-09-30Fixed a crash in KQ1SCI, when the user types something wrong - the game tries...Filippos Karapetis
2009-09-29- Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends...Filippos Karapetis
2009-09-27SCI: Remove directory prefix added by QfG3's char importWillem Jan Palenstijn
2009-09-27SCI: Add workaround for file mask used by QfG3Willem Jan Palenstijn
2009-09-27SCI: Major string handling update.Willem Jan Palenstijn
2009-09-26SCI: Ignore size argument to FILEIO_WRITE_STRING.Willem Jan Palenstijn
2009-09-26SCI: Fix copy/paste errorWillem Jan Palenstijn
2009-09-25Create a define for the special "signal" offset used throughout the engine, a...Filippos Karapetis
2009-09-25SCI: Remove EngineState::game_version, it was only used for saving anyway. Al...Max Horn
2009-09-24Fix warnings.Johannes Schickel
2009-09-23COMMON: Add "ignoreCase" parameter to matchString.Johannes Schickel
2009-09-14SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*()Max Horn
2009-09-14SCI: kernelDeref*() functions are now seSegmentManager methodsMax Horn
2009-09-14SCI: Merge kernelDerefCharPtr and kernelDerefString and change it from a macr...Max Horn
2009-09-02Some renaming:Filippos Karapetis
2009-09-02SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefStringMax Horn
2009-09-02SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re...Max Horn
2009-09-01- Reverted the *vga targets back to *sci, and used the extras field again for...Filippos Karapetis
2009-08-27Throw a warning when kGetSaveDir is called with a parameterMatthew Hoops
2009-08-25When opening files, open the English language part of the filename. Fixes som...Filippos Karapetis
2009-08-25- Replaced more cases of EngineState parametersFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-03Applied patch #2815937 - "SCI: ReadString fix to repair LSL5 password". This ...Filippos Karapetis
2009-06-07Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY...Filippos Karapetis
2009-06-05Moved some more debug commands to ScummVM's coneole and removed some unused codeFilippos Karapetis