Age | Commit message (Expand) | Author |
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 |
2009-08-24 | More work on the fallback detector: added detection of CD games and prevented... | Filippos Karapetis |
2009-08-24 | - Removed the code which reads the SCI version string from the game executabl... | Filippos Karapetis |
2009-08-24 | Move detection tables to separate file. | Eugene Sandulenko |
2009-08-23 | - Added more mappings from Sierra's internal IDs to our own ones. Hopefully, ... | Filippos Karapetis |
2009-08-21 | Fix use of default directories in SCI detection code. So far all our detectio... | Johannes Schickel |
2009-08-20 | Add detection for the QFG2 demo. | Matthew Hoops |
2009-08-18 | Started rewriting the SCI engine to use FSNode instead of file names. This is... | Filippos Karapetis |
2009-08-18 | Mapped some Sierra internal IDs to our own ones, and added a note about a hac... | Filippos Karapetis |
2009-08-18 | - Added game ID detection to the fallback detector. We still need to map some... | Filippos Karapetis |
2009-08-18 | Removed the maxMemory parameter of the resource manager and replaced it with ... | Filippos Karapetis |
2009-08-17 | - Simplified some functions to accept only the parts of the EngineState they ... | Filippos Karapetis |
2009-08-16 | SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect | Walter van Niftrik |
2009-08-15 | SCI: Rename sci_version_t to SciVersion | Walter van Niftrik |
2009-08-15 | SCI: Added enum for map and volume versions. Removed res_version setting from | Walter van Niftrik |
2009-08-10 | SCI: Added detection entries for French versions of Eco Quest 1/2 (reported | Walter van Niftrik |
2009-07-16 | Added missing information for the newly-added version of Pepper | Filippos Karapetis |
2009-07-16 | Added the French version of KQ5 floppy (bug report #2812611) | Filippos Karapetis |
2009-07-16 | Added a detection entry for Pepper's Adventures in Time, and fixed an issue w... | Filippos Karapetis |
2009-07-11 | Removed an invalid detection entry | Filippos Karapetis |
2009-07-09 | Applied patch #2818845 - "SCI: resource.map detection for SCI1/1.1 fixed", wi... | Filippos Karapetis |
2009-07-07 | Added auto-detection for games with older headers for script blocks, and remo... | Filippos Karapetis |
2009-07-07 | - Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has... | Filippos Karapetis |
2009-07-06 | Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA | Filippos Karapetis |
2009-07-06 | KQ6CD should be working correctly again | Filippos Karapetis |
2009-07-05 | SCI1 games with absolute parameters to lofs instructions are automatically de... | Filippos Karapetis |
2009-07-04 | Newer DoSound() semantics are now detected automatically, by the existence of... | Filippos Karapetis |
2009-07-03 | SCI0 games using older graphics functions are automatically detected now, fro... | Filippos Karapetis |
2009-07-03 | Simplified the kernel name loading code: Merged the default SCI0 and SCI1 ker... | Filippos Karapetis |
2009-06-25 | After discussing with waltervn, committing my fix for the King's Quest I Demo... | Matthew Hoops |
2009-06-14 | SCI: Added detection entries for Japanese SQ4. | Walter van Niftrik |