Age | Commit message (Expand) | Author |
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 |
2010-07-14 | SCI: added signatures for kFileIO, some changes to actual kFileIO code, remov... | Martin Kiewitz |
2010-07-14 | SCI: returning DOS error code on kFileIO(unlink) | Martin Kiewitz |
2010-07-14 | SCI: fix regression of r50831 - we want to abort when unknown savegameIds are... | Martin Kiewitz |
2010-07-14 | Fixed loading saved games from the launcher, broken in rev. 50831 | Filippos Karapetis |
2010-07-12 | SCI: changing how savegame ids are handled internally. Using range 0-999 so t... | Martin Kiewitz |
2010-07-12 | SCI: added TODO for saved games | Martin Kiewitz |
2010-07-10 | SCI: removed unused debug flags, changed fileio debug prints to only happen o... | Martin Kiewitz |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-18 | Error out on unimplemented kDeviceInfo() calls | Filippos Karapetis |
2010-06-15 | - Swapped the return value of gamestate_save (false = failed, true = succeeded) | Filippos Karapetis |
2010-06-07 | SCI: Adjust kGetSaveFiles for SCI32. | Walter van Niftrik |
2010-06-04 | SCI: Replace strncpy with Common::strlcpy | Walter van Niftrik |
2010-06-04 | SCI: Add savegame version check in CheckSaveGame | Walter van Niftrik |
2010-06-04 | SCI: Cleanup | Walter van Niftrik |
2010-06-03 | Replace two uses of ::qsort by Common::sort. | Johannes Schickel |
2010-06-01 | The system strings segment is a fixed segment of the segment manager, which d... | Filippos Karapetis |
2010-05-03 | SCI: fix possible heap error | Martin Kiewitz |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-02-13 | SCI: Move language related code from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-02 | Add support in kString(Cpy) for copying to system strings. Also, stubbing kFi... | Matthew Hoops |
2010-02-01 | Torin calls K_FILEIO_OPEN without a file mode to open with. Assume that it's ... | Matthew Hoops |
2010-01-31 | SCI: Fix regression in KQ5CD caused by r47775. | Walter van Niftrik |
2010-01-31 | SCI: Add another DeviceInfo subfunction. Fixes VM crash in MUMG. | Walter van Niftrik |
2010-01-31 | Removed duplicate code. Some cleanup | Filippos Karapetis |
2010-01-30 | SCI: Correct comments which talked about 'loading from GMM' when they really ... | Max Horn |
2010-01-30 | SCI: Remove extra '\n's in debugC messages | Willem Jan Palenstijn |
2010-01-30 | Add support for saving/loading Arrays/Strings in SCI32. It's possible to save... | Matthew Hoops |
2010-01-27 | Downgrade the 'attempt to use invalid/unused file handle' error to a warning.... | Matthew Hoops |
2010-01-26 | Fixed reading of options file (game.opt) for Hoyle 3 | Filippos Karapetis |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-21 | SCI: Saved games can now be loaded from ScummVM's launcher | Filippos Karapetis |
2010-01-10 | Silenced warnings ("this" isn't defined on object instantiation, and commente... | Filippos Karapetis |
2010-01-02 | SCI: implemented new console command "listsaves" | Martin Kiewitz |
2010-01-01 | SCI: fixing bad sorting of saved games due MMDDYYYY date saving | Martin Kiewitz |
2010-01-01 | SCI: implement kFOpen (OPEN_OR_CREATE), makes it possible to save character d... | Martin Kiewitz |
2009-12-31 | SCI: kFileIO findFirst/findNext returns only game-specific prefixed files | Martin Kiewitz |
2009-12-31 | Changed kValidPath() to always return true, regardless of the value of savePa... | Filippos Karapetis |
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn |