Age | Commit message (Expand) | Author |
2013-04-27 | SCI: Change wording for bug/further info references | Filippos Karapetis |
2013-03-21 | SCI: Fix loading in Jones | Filippos Karapetis |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-07-27 | SCI: Add support for kCD(0) with a parameter | Filippos Karapetis |
2012-07-04 | SCI: FileIO subop 19 checks for directory validity | Filippos Karapetis |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2012-06-13 | SCI: Fix the loading screen and the loading functionality in Shivers | Filippos Karapetis |
2012-06-13 | SCI: Shuffle the kernel functions inside kfile.cpp | Filippos Karapetis |
2012-06-13 | SCI: Use the later SCI file functions for the SCI0 ones | Filippos Karapetis |
2012-06-13 | SCI: Change kSave() to be a kernel function with subops | Filippos Karapetis |
2012-06-13 | SCI: Move all file-related functions in file.* | Filippos Karapetis |
2012-06-13 | SCI: Reorder the file kernel functions a bit | Filippos Karapetis |
2012-06-13 | SCI: Implement the file operations needed for the save dialog in Phantasmagoria | Filippos Karapetis |
2012-06-10 | GUI: Refactor default savegame description creation. | Johannes Schickel |
2012-06-10 | GUI: Add helper to SaveLoadChooser, which uses the currently active target. | Johannes Schickel |
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel |
2012-05-26 | SCI: Add a TODO in kFileIOReadRaw | Filippos Karapetis |
2012-05-26 | SCI: Bugfix for kFileIOReadRaw | Filippos Karapetis |
2012-05-14 | SCI: kMakeSaveFileName is actually using virtual savegame IDs | Filippos Karapetis |
2012-05-14 | SCI: Implement savegame deletion functionality in SCI32 | Filippos Karapetis |
2012-03-08 | SCI: Fix KQ6 Mac movies with resource fork names | Matthew Hoops |
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 |