aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kfile.cpp
AgeCommit message (Expand)Author
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
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-30- Removed debug_mode from the engine stateFilippos Karapetis
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-29SCI: Revised code for listing savegamesMax Horn
2009-05-28SCI: Fix potential dangling pointer more robustly,Willem Jan Palenstijn
2009-05-27SCI: Cleanup.Walter van Niftrik
2009-05-26Turned some static tables into static const tables; added some FIXME comments...Max Horn
2009-05-20removed trailing whitespacesMax Horn
2009-05-19SCI: Changed K_FILEIO_FILE_EXISTS to check regular files too.Walter van Niftrik
2009-05-18SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod...Max Horn
2009-05-18Changed errors to be fatal, as most of them are fatal conditions. Some of the...Filippos Karapetis
2009-04-11SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated ...Max Horn
2009-03-12SCI: Moved savegame specific stuff from state.h to a new header savegame.hMax Horn
2009-02-28Add support for saving Common::String objects.Willem Jan Palenstijn
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-27SCI: Commited file handling revamp, work in progressMax Horn
2009-02-26start out with an empty array of file handles, so the Enginestates matches be...Andre Heider
2009-02-24not needed anymorePaweł Kołodziejski
2009-02-24SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...Max Horn
2009-02-23SCI: cleanupMax Horn
2009-02-23SCI: Moved file specific stuff from tools.h & tools.cpp to kfile.cppMax Horn
2009-02-23SCI: Got rid of resource_dir & work_dir (temporarily disabled f_open_mirrored...Max Horn
2009-02-23SCI: Merged kDeviceInfo_Win32 & kDeviceInfo_Unix; added lots of debug calls t...Max Horn
2009-02-22SCI: Rewrite the way file handles are managedMax Horn
2009-02-22SCI: Moved the code which iterates over the current dir into a small classMax Horn
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-22Fixed compilation under WindowsFilippos Karapetis
2009-02-21SCI: More cleanupMax Horn
2009-02-21Fix compilation by implicit including of sys/stat.hEugene Sandulenko
2009-02-21Fixed compilation under MSVCFilippos Karapetis
2009-02-21revert large parts of r38621. error() is for fatal errors and does not return...Willem Jan Palenstijn
2009-02-21Remove excess \n.Travis Howell
2009-02-21error() calls don't need \n, as it is already appended in error() itselfJoost Peters
2009-02-21replace obsolete creat() with open()Andre Heider
2009-02-21Replaced "typedef struct _state state_t" with "struct EngineState"Jordi Vilalta Prat
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-21SCI: Use GCC_PRINTF hint to the compiler for _SCIkprintf and sciprintf; fixed...Max Horn
2009-02-20Converted SCI saving to use saveFileMan. Instead of a savegame beingWillem Jan Palenstijn
2009-02-20Changed more messages to warnings/errorsFilippos Karapetis
2009-02-20Started conversion of debug messages and debug levels to the ScummVM equivale...Filippos Karapetis
2009-02-20SCI: Started rewriting file handling. Warning: This will likely introduceMax Horn
2009-02-19formatingPaweł Kołodziejski
2009-02-17shat up ARRAYSIZE redefine compiler warningsPaweł Kołodziejski
2009-02-17Update headers. engine/Eugene Sandulenko
2009-02-17Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...Filippos Karapetis
2009-02-16Replace strcasecmp with scumm_stricmp.Travis Howell