Age | Commit message (Expand) | Author |
2010-05-23 | SCI: Enabled saving from the ScummVM menu again | Filippos Karapetis |
2010-05-23 | Cleaned up the game ID code: | Filippos Karapetis |
2010-05-22 | Cleanup | Filippos Karapetis |
2010-05-22 | Rewrote and simplified the game ID detector. It now properly works with SCI0-... | Filippos Karapetis |
2010-05-21 | Removed the reliance on the segment manager from the fallback detector, for S... | Filippos Karapetis |
2010-05-21 | Some further work on the fallback detector, reducing the reliance on the segm... | Filippos Karapetis |
2010-05-19 | Slight bugfix in the object iteration inside getSierraGameId() | Filippos Karapetis |
2010-05-19 | Added a new method to the resource manager, to help determine if we got a SCI... | Filippos Karapetis |
2010-05-10 | Add support for loading SCI games from Mac resource forks. The games themselv... | Matthew Hoops |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-02-17 | SCI: Reduce header interdependencies | Max Horn |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-17 | SCI: Remove hack in convertSierraGameId which caused a memory leak | Max Horn |
2010-01-31 | Fix warning format arguments. (Passing a Common::String ins't that much of a ... | Johannes Schickel |
2010-01-31 | - Fixed saving from the GMM | Filippos Karapetis |
2010-01-31 | Removed duplicate code. Some cleanup | Filippos Karapetis |
2010-01-27 | Improve support for the SCI2.1/SCI3 file naming scheme. Multiple maps can be ... | Matthew Hoops |
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-17 | SCI: fixed detection to not crash when adding sierras pinball creep, also cha... | Martin Kiewitz |
2010-01-06 | SCI: search for %J in text resources to identify japanese games, switch to up... | Martin Kiewitz |
2010-01-06 | Removed a hack from the fallback detector, used to distinguish some demos fro... | Filippos Karapetis |
2010-01-04 | Fallback detector: | Filippos Karapetis |
2009-12-27 | Renamed gameName -> gameId, to keep the same vocabulary everywhere | Filippos Karapetis |
2009-10-13 | SCI: Don't end warning() format strings with a newline or a period (a newline... | Max Horn |
2009-10-11 | Fixed a warning, ironically inside a warning(). | Torbjörn Andersson |
2009-10-11 | Implemented some advanced savegame functionality - loading and deleting saveg... | Filippos Karapetis |
2009-10-09 | Removed the now unused GF_SCI0_OLDGETTIME flag and simplified all of the game... | Filippos Karapetis |
2009-09-24 | Add "demo" to the extras field of the fallback detector for demos | Filippos Karapetis |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-17 | Made script_lookup_export() a method of SegManager | Filippos Karapetis |
2009-09-12 | - Made obj_get and obj_get_name methods of SegManager (getObject and getObjec... | Filippos Karapetis |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-01 | - Reverted the *vga targets back to *sci, and used the extras field again for... | Filippos Karapetis |
2009-09-01 | - Added MD5's for the 5 different Crazy Nick's collections | Filippos Karapetis |
2009-09-01 | - Moved the Sierra game ID conversion code inside game.cpp, so that any game-... | Filippos Karapetis |
2009-09-01 | SCI: Turned convertSierraGameId partially into a table | Max Horn |
2009-09-01 | Coding best practice: Whenever possible, pass objects by reference instead of... | Max Horn |
2009-08-26 | Further work on the fallback detector: added several demos | Filippos Karapetis |
2009-08-26 | Added code to distinguish between the demo and full versions of fairytales | Filippos Karapetis |
2009-08-26 | Started working on distinguishing the Sierra game demos. Also added a note ab... | Filippos Karapetis |
2009-08-26 | Wording | Filippos Karapetis |
2009-08-26 | Added automatic detection of the game language to the fallback detector | Filippos Karapetis |
2009-08-25 | - Finished automatic detection of the game platform in the fallback detector | Filippos Karapetis |
2009-08-25 | - Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3... | Matthew Hoops |
2009-08-25 | Fixed detection for GK1 demo when SCI32 is not enabled | Filippos Karapetis |
2009-08-25 | Silenced warnings (thanks wjp) | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-24 | Show if a game is using EGA graphics or not in the detected entry | Filippos Karapetis |