Age | Commit message (Expand) | Author |
2009-09-09 | Removed/replaced the gfx_pixmap_color struct | Filippos Karapetis |
2009-09-07 | Merged xfact and yfact into scaleFactor - it doesn't really make sense to mul... | Filippos Karapetis |
2009-09-06 | Removed the hi-color code (16bpp & 24bpp). All SCI games use up to 256 colors... | Filippos Karapetis |
2009-09-06 | Removed some leftover debug code, and turned p0printf messages into debug mes... | Filippos Karapetis |
2009-09-04 | Removed 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-01 | Disabled the FreeSCI PIC0 palette dithering code, for now. It doesn't really ... | Filippos Karapetis |
2009-08-21 | Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/ | Jody Northup |
2009-08-19 | SCI: Add partial support for Amiga SCI1 games. | Walter van Niftrik |
2009-07-07 | Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from | Travis Howell |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-06-22 | Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @... | Max Horn |
2009-06-15 | Fix compilation of SCI engine | Willem Jan Palenstijn |
2009-06-08 | Replaced GFXWARN with warning and GFXDEBUG with debugC | Filippos Karapetis |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-30 | Removed/replaced BREAKPOINT | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | Max Horn |
2009-05-27 | SCI: Make standard EGA palette a part of gfx_sci0_pic_colors. | Willem Jan Palenstijn |
2009-05-23 | Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port bo... | Filippos Karapetis |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-17 | SCI: LSL6 invalid selector workaround is now always active, not just at | Walter van Niftrik |
2009-05-13 | Fix some variable may be used uninitialized warnings. | Johannes Schickel |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-05-08 | SCI: cleanup | Max Horn |
2009-04-24 | Changed an error to a warning, to make Longbow playable again | Filippos Karapetis |
2009-04-21 | Restored the ability to change the active port bound, by moving it inside gfx... | Filippos Karapetis |
2009-04-21 | Removed per-picture port bounds, which were set to the global port bounds | Filippos Karapetis |
2009-04-03 | Merged the SCI1 and SCI11 cel drawing functions | Filippos Karapetis |
2009-03-18 | Renamed resmgr.cpp -> gfx_resmgr.cpp | Filippos Karapetis |