aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kfile.cpp
AgeCommit message (Expand)Author
2011-10-30SCI: Removed the hack for the creation of LARRY3.DRV, used in LSL3Filippos Karapetis
2011-10-29SCI: Added a new debug flag, "DebugMode" for SCI32 gamesFilippos Karapetis
2011-10-12SCI: kSave(3) is kCheckSaveGame() and kSave(6) is kFileIOUnlink()Filippos Karapetis
2011-10-09SCI2+: Added info for the extra parameter used in kGetSaveDir in SCI32Filippos Karapetis
2011-09-23SCI: change savegame default description day format to YYYY.MM.DDTarek Soliman
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-03ENGINES: Remove some uses of g_engineMax Horn
2011-06-03SCI: Switch some char* to Common::String&Max Horn
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-09SCI32: Reroute kSave(5) to kGetSaveFiles(). Any differences to pre-SCI32Lars Skovlund
2011-03-04SCI21: kSave(1) is kRestoreGamemd5
2011-02-26SCI: Fixed a memory leak. Thanks to digitall for finding this using Valgrindmd5
2011-02-10SCI: Fix (rare) leak in kSaveGame, tweak kFileIOFindNext, cleanupMax Horn
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
2011-01-08SCI2.1: Added/documented some functionality used by Shivers 1Filippos Karapetis
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2010-12-07SCI: Removed the system strings code and replaced it with a much more simplif...Filippos Karapetis
2010-11-11SCI: kSave case 0 is actually kSaveGame. Based on a patch by lskovlunFilippos Karapetis
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-31SCI: Play time related changesFilippos Karapetis
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-12i18n: Translate Save and Restore buttons in SCI engineThierry Crozat
2010-09-08SCI: adding save description, if none was enteredMartin Kiewitz
2010-08-30SCI: fix warningMartin Kiewitz
2010-08-30SCI: adding comments for r52450Martin Kiewitz
2010-08-30SCI: check filesize of qfg import filesMartin Kiewitz
2010-08-30SCI: reverting r52448Martin Kiewitz
2010-08-29SCI: Only show exported characters in the QFG import screens.Filippos Karapetis
2010-08-29SCI: fix warning (thx wjp, thank you not msvc)Martin Kiewitz
2010-08-29SCI: fix buildMartin Kiewitz
2010-08-29SCI: adding virtual lists for qfg-import roomsMartin Kiewitz
2010-08-29SCI: fixed debug outputFilippos Karapetis
2010-08-29SCI: Throw a warning in QFG import screens for unmatched filesFilippos Karapetis
2010-08-29SCI: Added proper handling of QFG exported character files.Filippos Karapetis
2010-08-26SCI: adjust r52397Martin Kiewitz
2010-08-26SCI: kFileIOReadString/kFGets return byte countMartin Kiewitz
2010-08-25SCI: Return empty string from fgets with maxsize 1Willem Jan Palenstijn
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