aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
AgeCommit message (Expand)Author
2009-09-30oopsMax Horn
2009-09-30SCI: Some palette code cleanupMax Horn
2009-09-30Converted _color_equals() into respective equality operators within the gfx_c...Filippos Karapetis
2009-09-28SCI: When merging palettes, map all unused colours to index 0.Willem Jan Palenstijn
2009-09-27SCI: Fix crash when opening menu'sWillem Jan Palenstijn
2009-09-27SCI: Major string handling update.Willem Jan Palenstijn
2009-09-25Create a define for the special "signal" offset used throughout the engine, a...Filippos Karapetis
2009-09-24SCI: When setting global palette, map all unused colours to index 0.Willem Jan Palenstijn
2009-09-24SCI: Delete unused function declarationWillem Jan Palenstijn
2009-09-24SCI: Fix flat dithering by permuting the blended palette so that the EGA colo...Willem Jan Palenstijn
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-22Simplified the code which creates the mouse cursorFilippos Karapetis
2009-09-15Slight cleanup of the resource palette modification codeFilippos Karapetis
2009-09-14SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*()Max Horn
2009-09-14SCI: kernelDeref*() functions are now seSegmentManager methodsMax Horn
2009-09-09Removed/replaced the gfx_pixmap_color structFilippos Karapetis
2009-09-07Merged xfact and yfact into scaleFactor - it doesn't really make sense to mul...Filippos Karapetis
2009-09-06Removed some unused variablesFilippos Karapetis
2009-09-06CleanupFilippos Karapetis
2009-09-06Fixed compilation on BE systemsFilippos Karapetis
2009-09-06Removed the hi-color code (16bpp & 24bpp). All SCI games use up to 256 colors...Filippos Karapetis
2009-09-06Removed some leftover debug code, and turned p0printf messages into debug mes...Filippos Karapetis
2009-09-06SCI: Rename resManager -> resMan; segManager -> segManMax Horn
2009-09-04OopsFilippos Karapetis
2009-09-04- Allow SCI games to set the cursor position when it's hidden once againFilippos Karapetis
2009-09-04- Removed the gfx error defines. When resources are not found, or are corrupt...Filippos Karapetis
2009-09-04Removed the "reverse alpha" flag from the graphics driver code. Alpha values ...Filippos Karapetis
2009-09-04Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte...Filippos Karapetis
2009-09-03- Re-added the SCI0 dithering code. Dithering is disabled by default. Added t...Filippos Karapetis
2009-09-02Removed the dirty rectangle option of updating one huge rectangle, and only l...Filippos Karapetis
2009-09-02Some renaming:Filippos Karapetis
2009-09-02SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefStringMax Horn
2009-09-01Disabled the FreeSCI PIC0 palette dithering code, for now. It doesn't really ...Filippos Karapetis
2009-09-01Re-enabled custom graphics options, and read the cursor, view, pic and text f...Filippos Karapetis
2009-09-01- Reverted the *vga targets back to *sci, and used the extras field again for...Filippos Karapetis
2009-09-01Fixed regression with some weird mouse cursors (e.g. in EcoQuest)Filippos Karapetis
2009-08-31Removed many bogus return values in the SCI graphics functions - some functio...Filippos Karapetis
2009-08-30SCI: Add support for SetCursor with 4 args.Walter van Niftrik
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