index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
engine
/
kfile.cpp
Age
Commit message (
Expand
)
Author
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-10-30
SCI: Removed the hack for the creation of LARRY3.DRV, used in LSL3
Filippos Karapetis
2011-10-29
SCI: Added a new debug flag, "DebugMode" for SCI32 games
Filippos Karapetis
2011-10-12
SCI: kSave(3) is kCheckSaveGame() and kSave(6) is kFileIOUnlink()
Filippos Karapetis
2011-10-09
SCI2+: Added info for the extra parameter used in kGetSaveDir in SCI32
Filippos Karapetis
2011-09-23
SCI: change savegame default description day format to YYYY.MM.DD
Tarek Soliman
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-03
ENGINES: Remove some uses of g_engine
Max Horn
2011-06-03
SCI: Switch some char* to Common::String&
Max Horn
2011-05-25
ALL: behaviour -> behavior
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-09
SCI32: Reroute kSave(5) to kGetSaveFiles(). Any differences to pre-SCI32
Lars Skovlund
2011-03-04
SCI21: kSave(1) is kRestoreGame
md5
2011-02-26
SCI: Fixed a memory leak. Thanks to digitall for finding this using Valgrind
md5
2011-02-10
SCI: Fix (rare) leak in kSaveGame, tweak kFileIOFindNext, cleanup
Max Horn
2011-02-07
GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget
Max Horn
2011-01-08
SCI2.1: Added/documented some functionality used by Shivers 1
Filippos Karapetis
2011-01-01
SCI: debugC calls no longer require a debug level of 2 to show output
Filippos Karapetis
2010-12-07
SCI: Removed the system strings code and replaced it with a much more simplif...
Filippos Karapetis
2010-11-11
SCI: kSave case 0 is actually kSaveGame. Based on a patch by lskovlun
Filippos Karapetis
2010-11-01
COMMON: Rename String::printf() to String::format()
Max Horn
2010-10-31
SCI: Play time related changes
Filippos Karapetis
2010-09-18
JANITORIAL: Removed most punctuation at end of warning() and error()
Torbjörn Andersson
2010-09-12
i18n: Translate Save and Restore buttons in SCI engine
Thierry Crozat
2010-09-08
SCI: adding save description, if none was entered
Martin Kiewitz
2010-08-30
SCI: fix warning
Martin Kiewitz
2010-08-30
SCI: adding comments for r52450
Martin Kiewitz
2010-08-30
SCI: check filesize of qfg import files
Martin Kiewitz
2010-08-30
SCI: reverting r52448
Martin Kiewitz
2010-08-29
SCI: Only show exported characters in the QFG import screens.
Filippos Karapetis
2010-08-29
SCI: fix warning (thx wjp, thank you not msvc)
Martin Kiewitz
2010-08-29
SCI: fix build
Martin Kiewitz
2010-08-29
SCI: adding virtual lists for qfg-import rooms
Martin Kiewitz
2010-08-29
SCI: fixed debug output
Filippos Karapetis
2010-08-29
SCI: Throw a warning in QFG import screens for unmatched files
Filippos Karapetis
2010-08-29
SCI: Added proper handling of QFG exported character files.
Filippos Karapetis
2010-08-26
SCI: adjust r52397
Martin Kiewitz
2010-08-26
SCI: kFileIOReadString/kFGets return byte count
Martin Kiewitz
2010-08-25
SCI: Return empty string from fgets with maxsize 1
Willem Jan Palenstijn
2010-08-24
SCI: replacing save dialog as well
Martin Kiewitz
2010-08-24
SCI: more work on replacing save dialog
Martin Kiewitz
2010-08-24
SCI: changing signature of kRestoreGame
Martin Kiewitz
2010-08-24
SCI: now pausing/unpausing music in replaced restore dialog
Martin Kiewitz
2010-08-23
SCI: some more work on replacing restore dialog
Martin Kiewitz
2010-08-23
SCI: some work on replacing sierra restore dialog
Martin Kiewitz
2010-08-23
SCI: multiple changes for mother goose vga
Martin Kiewitz
2010-08-23
SCI: Check for EOF and errors when reading from a file. Fixes bug #3049360 - ...
Filippos Karapetis
2010-08-22
SCI: Fix a bug in kFileIOWriteString. The first return statement should go in...
Matthew Hoops
2010-08-21
Reverted part of r52256, it's not really undefined behavior (the two parts of...
Filippos Karapetis
[next]