aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/res_pic.cpp
AgeCommit message (Expand)Author
2009-10-17Started moving some of the old GUI code inside /gui32Filippos Karapetis
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-06- Unified the screen buffers that are used by the current and the new GUIFilippos Karapetis
2009-09-30- Removed some leftover 16/32bpp color code, as we're always using palette mo...Filippos Karapetis
2009-09-24SCI: Fix flat dithering by permuting the blended palette so that the EGA colo...Willem Jan Palenstijn
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 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-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-01Disabled the FreeSCI PIC0 palette dithering code, for now. It doesn't really ...Filippos Karapetis
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup
2009-08-19SCI: Add partial support for Amiga SCI1 games.Walter van Niftrik
2009-07-07Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from Travis Howell
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-06-22Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...Max Horn
2009-06-15Fix compilation of SCI engineWillem Jan Palenstijn
2009-06-08Replaced GFXWARN with warning and GFXDEBUG with debugCFilippos Karapetis
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-30Removed/replaced BREAKPOINTFilippos Karapetis
2009-05-29SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...Max Horn
2009-05-27SCI: Make standard EGA palette a part of gfx_sci0_pic_colors.Willem Jan Palenstijn
2009-05-23Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port bo...Filippos Karapetis
2009-05-20removed trailing whitespacesMax Horn
2009-05-17SCI: LSL6 invalid selector workaround is now always active, not just atWalter van Niftrik
2009-05-13Fix some variable may be used uninitialized warnings.Johannes Schickel
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-08SCI: cleanupMax Horn
2009-04-24Changed an error to a warning, to make Longbow playable againFilippos Karapetis
2009-04-21Restored the ability to change the active port bound, by moving it inside gfx...Filippos Karapetis
2009-04-21Removed per-picture port bounds, which were set to the global port boundsFilippos Karapetis
2009-04-03Merged the SCI1 and SCI11 cel drawing functionsFilippos Karapetis
2009-03-18Renamed resmgr.cpp -> gfx_resmgr.cppFilippos Karapetis