Age | Commit message (Expand) | Author |
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 |
2009-08-17 | Fix compilation of the SCI engine. It seems that all of the SCI header files ... | Johannes Schickel |
2009-08-17 | - Simplified some functions to accept only the parts of the EngineState they ... | Filippos Karapetis |
2009-08-17 | Merged revisions 43417,43420,43425-43426,43428,43431,43434,43436-43438,43440-... | Travis Howell |
2009-08-16 | SCI: Fix whitespace. | Walter van Niftrik |
2009-08-16 | SCI: Fix regression in previous commit (QFG2). | Walter van Niftrik |
2009-08-16 | SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect | Walter van Niftrik |
2009-08-16 | Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-... | Travis Howell |
2009-08-15 | SCI: Add missing versions to exe version parsing | 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-13 | Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-... | Travis Howell |
2009-08-11 | SCI: Added a crude speed throttler. | Walter van Niftrik |
2009-08-11 | SCI: Turn off logging in debugger. | Walter van Niftrik |
2009-08-11 | Merged revisions 43066,43068,43088,43093,43095,43097,43101-43102,43107,43112,... | Travis Howell |
2009-08-10 | SCI: Added several debug command aliases. | Walter van Niftrik |
2009-08-10 | SCI: Fix vmvars debug command. | Walter van Niftrik |
2009-08-10 | SCI: Fix warnings. | Walter van Niftrik |
2009-08-10 | SCI: Improved multilanguage support for SCI1 and SCI1.1. | Walter van Niftrik |
2009-08-10 | SCI: Added detection entries for French versions of Eco Quest 1/2 (reported | Walter van Niftrik |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-07-28 | Added missing initializer for member âSci::gfx_mode_t::format' | Max Horn |
2009-07-28 | SCI: Avoid using perror (it's not portable) | Max Horn |
2009-07-25 | Use new Common::String::printf | Willem Jan Palenstijn |
2009-07-19 | SCI: check shouldQuit() in main loop | Willem Jan Palenstijn |
2009-07-18 | SCI: Fix breakpoints | Willem Jan Palenstijn |