aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
AgeCommit message (Expand)Author
2009-08-25- Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3...Matthew Hoops
2009-08-25- Replaced more cases of EngineState parametersFilippos Karapetis
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-24SCI: Reverted r40889. New fix for window erasing issue in SCI1.1 games.Walter van Niftrik
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup
2009-08-19SCI: Don't dither in SCI.Walter van Niftrik
2009-08-19SCI: Add partial support for Amiga SCI1 games.Walter van Niftrik
2009-08-19SCI: Cleanup.Walter van Niftrik
2009-08-19SCI: Add autodetection of Amiga views.Walter van Niftrik
2009-08-19Merged revisions 43458-43468,43470-43471,43473-43475,43477,43479-43483,43485,...Travis Howell
2009-08-17Fix compilation of the SCI engine. It seems that all of the SCI header files ...Johannes Schickel
2009-08-17Merged revisions 43417,43420,43425-43426,43428,43431,43434,43436-43438,43440-...Travis Howell
2009-08-16SCI: Fix regression in previous commit (QFG2).Walter van Niftrik
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-08-16Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-...Travis Howell
2009-08-15SCI: Added enum for map and volume versions. Removed res_version setting fromWalter van Niftrik
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-28Added missing initializer for member ‘Sci::gfx_mode_t::format'Max Horn
2009-07-18SCI: Fix stepping in debuggerWillem Jan Palenstijn
2009-07-18Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-...Travis Howell
2009-07-16Added a proper fix for Pepper (the previous one caused regressions in KQ6)Filippos Karapetis
2009-07-16Added a detection entry for Pepper's Adventures in Time, and fixed an issue w...Filippos Karapetis
2009-07-11Merged revisions 42382,42385-42387,42393-42394 via svnmerge from Travis Howell
2009-07-11Some work on QFG1VGA (looks like a mix of SCI1 and SCI1.1)Filippos Karapetis
2009-07-11Removed the version parameter from GfxResManagerFilippos Karapetis
2009-07-10Merged revisions 42322,42328,42345-42346,42354-42358 via svnmerge from Travis Howell
2009-07-10Applied patch #2819665 - "SCI: cell palette fix for QfG3/SQ5/etc."Filippos Karapetis
2009-07-07Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-...Travis Howell
2009-07-07Silenced the very chatty song iterator console messages by converting them to...Filippos Karapetis
2009-07-07Improved the LSL1VGA workaround after talking with waltervnFilippos Karapetis
2009-07-07Added a workaround for incorrect font references in LSL1VGA (which was the or...Filippos Karapetis
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis
2009-07-07Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from Travis Howell
2009-07-06Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGAFilippos Karapetis
2009-07-06Fixed compilationFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-06Merged revisions 42087-42088,42093-42095,42097-42099,42104-42107,42110,42112-...Travis Howell
2009-07-04Cursors without a palette are now initialized correctly (from patch #2816652)...Filippos Karapetis
2009-07-04- Merged the "early" and "late" SCI1 versions - these are functionally equiva...Filippos Karapetis
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-07-03Replaced all calls for manipulating the mouse cursor to be made to the Cursor...Filippos Karapetis
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-06-26SCI: Fix typo breaking in-engine scalingWillem Jan Palenstijn
2009-06-26SCI: starting to restore RGB color functionalityWillem Jan Palenstijn
2009-06-24SCI: Partial support for dual-language games.Walter van Niftrik
2009-06-22Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...Max Horn
2009-06-19SCI: Fix cel1 y-offset regression introduced in r40997.Walter van Niftrik
2009-06-15Fix compilation of SCI engineWillem Jan Palenstijn
2009-06-08Replaced GFXWARN with warning and GFXDEBUG with debugCFilippos Karapetis