Age | Commit message (Expand) | Author |
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 |
2010-08-21 | SCI: Fixed potentially undefined behavior | Filippos Karapetis |
2010-08-20 | SCI: Changed a warning into a debugC | Filippos Karapetis |
2010-08-02 | SCI: allowing kCheckSaveGame with id 0 | Martin Kiewitz |
2010-07-30 | SCI: Fix saving/restoring games in fan games | Matthew Hoops |
2010-07-27 | SCI: moving some fileio warnings to debug level | Martin Kiewitz |
2010-07-27 | SCI: kCheckFreeSpace support for sci1.1 | Martin Kiewitz |
2010-07-25 | SCI: some changes for kq7 | Martin Kiewitz |
2010-07-21 | SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their resp... | Filippos Karapetis |
2010-07-18 | SCI: fix regression of r50896, behaviour of kFileIO(readString) is supposed t... | Martin Kiewitz |
2010-07-17 | SCI: checking if within kernel function before overwrite a save (thx @ digitall) | Martin Kiewitz |
2010-07-15 | SCI: adding support to qfg4 to import qfg3 character data | Martin Kiewitz |