Age | Commit message (Expand) | Author |
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 |
2009-12-30 | SCI32: | Matthew Hoops |
2009-12-29 | Removed leftover debug output | Filippos Karapetis |
2009-12-25 | Fix gcc warning (and along with it make the code a little bit easier to read). | Johannes Schickel |
2009-12-24 | SCI32: | Matthew Hoops |
2009-12-21 | SCI32: | Matthew Hoops |
2009-12-08 | SCI: Cleanup DirSeeker a little bit | Max Horn |
2009-11-14 | Cleaned up the file handling functions and removed the C IO wrappers. Apparen... | Filippos Karapetis |
2009-10-29 | Stop SQ4 floppy from updating the unused sq4sg.dir file when deleting a saved... | Filippos Karapetis |
2009-10-29 | - Implemented savegame deletion for SQ4 floppy | Filippos Karapetis |
2009-10-29 | Disable the "Delete" button for all versions of SQ4 floppy, and the "Change D... | Filippos Karapetis |
2009-10-29 | Automatically create memory.drv (the file containing the LSL5 password) for n... | Filippos Karapetis |
2009-10-29 | Fixed the deletion of save games - the wrong save game would be deleted with ... | Filippos Karapetis |
2009-10-16 | Fix for bug #2874489 - "SCI: Larry 3 crashes at startup" | Filippos Karapetis |
2009-10-09 | Some const correctness changes; cleanup | Max Horn |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-09-30 | Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us... | Filippos Karapetis |
2009-09-30 | SCI: Make kFile error messages slightly more verbose | Willem Jan Palenstijn |
2009-09-30 | Fixed a crash in KQ1SCI, when the user types something wrong - the game tries... | Filippos Karapetis |
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-27 | SCI: Remove directory prefix added by QfG3's char import | Willem Jan Palenstijn |
2009-09-27 | SCI: Add workaround for file mask used by QfG3 | Willem Jan Palenstijn |
2009-09-27 | SCI: Major string handling update. | Willem Jan Palenstijn |
2009-09-26 | SCI: Ignore size argument to FILEIO_WRITE_STRING. | Willem Jan Palenstijn |
2009-09-26 | SCI: Fix copy/paste error | Willem Jan Palenstijn |
2009-09-25 | Create a define for the special "signal" offset used throughout the engine, a... | Filippos Karapetis |
2009-09-25 | SCI: Remove EngineState::game_version, it was only used for saving anyway. Al... | Max Horn |
2009-09-24 | Fix warnings. | Johannes Schickel |
2009-09-23 | COMMON: Add "ignoreCase" parameter to matchString. | Johannes Schickel |
2009-09-14 | SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*() | Max Horn |
2009-09-14 | SCI: kernelDeref*() functions are now seSegmentManager methods | Max Horn |
2009-09-14 | SCI: Merge kernelDerefCharPtr and kernelDerefString and change it from a macr... | Max Horn |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-02 | SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefString | Max Horn |
2009-09-02 | SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re... | Max Horn |
2009-09-01 | - Reverted the *vga targets back to *sci, and used the extras field again for... | Filippos Karapetis |
2009-08-27 | Throw a warning when kGetSaveDir is called with a parameter | Matthew Hoops |
2009-08-25 | When opening files, open the English language part of the filename. Fixes som... | Filippos Karapetis |
2009-08-25 | - Replaced more cases of EngineState parameters | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-03 | Applied patch #2815937 - "SCI: ReadString fix to repair LSL5 password". This ... | Filippos Karapetis |
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY... | Filippos Karapetis |
2009-06-05 | Moved some more debug commands to ScummVM's coneole and removed some unused code | Filippos Karapetis |