Age | Commit message (Expand) | Author |
2009-08-26 | Formatting | Filippos Karapetis |
2009-08-26 | Oops! Missed a comma. | Matthew Hoops |
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 | Disabled the signature checks for kNewWindow and kGetEvent, which are differe... | Filippos Karapetis |
2009-08-25 | - Finished automatic detection of the game platform in the fallback detector | Filippos Karapetis |
2009-08-25 | Fixed compilation when ENABLE_SCI32 is not set | 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 | 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-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-25 | SCI: Fix interpretation of ShowMovie speed argument. | Walter van Niftrik |
2009-08-24 | SCI: Reverted r40889. New fix for window erasing issue in SCI1.1 games. | Walter van Niftrik |
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-24 | SCI: Read class table from vocab resource instead of scanning. This fixes | Walter van Niftrik |
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-21 | Fix detection of some later SCI32 games (RESMAP.001) and some cleanup. | Matthew Hoops |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-08-21 | Fix detection of SCI32 resource maps and volumes | Matthew Hoops |
2009-08-21 | SCI: disable RGB mode, as it's not ready to be used yet | Willem Jan Palenstijn |
2009-08-21 | Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/ | Jody Northup |
2009-08-21 | Truly fix endianness in the SOL decoder. Raw sounds are always in little endi... | Matthew Hoops |
2009-08-20 | SCI: Fix for the "Memory fragmented" dialogs popping up in some games. | Walter van Niftrik |
2009-08-20 | remove \n's from error() calls | Joost Peters |
2009-08-20 | Fix 16-bit SOL audio on little endian systems. Fixes the white noise in the G... | Matthew Hoops |
2009-08-20 | remove \n's from warning() calls | Joost Peters |
2009-08-20 | Add a static selector table for use with the lsl5 demo. | Matthew Hoops |
2009-08-20 | Add detection for the QFG2 demo. | Matthew Hoops |
2009-08-20 | Remove useless include guard | Matthew Hoops |
2009-08-19 | SCI: Don't dither in SCI. | Walter van Niftrik |
2009-08-19 | SCI: Add partial support for Amiga SCI1 games. | Walter van Niftrik |
2009-08-19 | SCI: Cleanup. | Walter van Niftrik |
2009-08-19 | SCI: Add autodetection of Amiga views. | Walter van Niftrik |
2009-08-19 | Comment out unused function (which was also currently only enabled when SCI32... | Johannes Schickel |
2009-08-19 | Merged revisions 43458-43468,43470-43471,43473-43475,43477,43479-43483,43485,... | Travis Howell |
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 | SCI: Fix kernel table for multilingual SCI01 games. Cleanup. | Walter van Niftrik |
2009-08-17 | SCI: Build fix. | Walter van Niftrik |
2009-08-17 | SCI: Add autodetection for DoSound. Cleanup. | Walter van Niftrik |