scummvm/engines/sci/graphics
Filippos Karapetis a73e3f44ad SCI: Add a workaround for the large text boxes in Freddy Pharkas CD
Fixes bug #3575276 - "SCI: Freddy Pharkas: Text sometimes drawn/erased
incorrectly"
2012-10-08 22:47:27 +03:00
..
animate.cpp SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
animate.h
cache.cpp
cache.h
compare.cpp
compare.h
controls16.cpp JANITORIAL: Replace (x ? false : true) by !(x). 2012-03-13 15:43:36 +01:00
controls16.h
controls32.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
controls32.h
coordadjuster.cpp
coordadjuster.h
cursor.cpp SCI: Get rid of casts on CursorManager::replaceCursor calls. 2012-06-16 03:28:43 +02:00
cursor.h SCI: Add a new configuration option for SQ4 CD, "silver_cursors" 2012-03-07 23:20:50 +02:00
font.cpp SCI: Fix delete[] formatting. 2012-07-25 21:11:45 +02:00
font.h
fontsjis.cpp
fontsjis.h
frameout.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
frameout.h SCI: Handle all negative priority values. Fixes graphics in the SQ6 demo 2012-07-16 11:49:50 +03:00
helpers.h
maciconbar.cpp SCI: Get rid of casts on OSystem::copyRectToScreen calls. 2012-06-16 02:39:00 +02:00
maciconbar.h GRAPHICS: Convert PictDecoder to the ImageDecoder API 2012-03-20 01:06:48 +01:00
menu.cpp SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
menu.h
paint16.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
paint16.h
paint32.cpp
paint32.h
paint.cpp
paint.h
palette.cpp SCI: More work on kRemapColors 2012-08-21 03:32:23 +03:00
palette.h SCI: More work on kRemapColors 2012-08-21 03:32:23 +03:00
picture.cpp
picture.h
portrait.cpp
portrait.h
ports.cpp SCI: Add a workaround for the large text boxes in Freddy Pharkas CD 2012-10-08 22:47:27 +03:00
ports.h
screen.cpp SCI: Differentiate between screen width and pitch 2012-07-26 11:06:51 +03:00
screen.h SCI: Differentiate between screen width and pitch 2012-07-26 11:06:51 +03:00
text16.cpp COMMON: Move isFoo functions to namespace Common, add doxygen comments 2012-02-20 16:18:27 +01:00
text16.h
text32.cpp SCI: Remove multibyte character processing code from SCI32 2012-06-20 10:55:24 +03:00
text32.h SCI: Initial implementation of kScrollWindow, used in some SCI21 games 2012-06-07 11:27:59 +03:00
transitions.cpp SCI: Fix the order of diagonal roll transitions in the old lookup table 2012-02-13 12:06:35 +02:00
transitions.h
view.cpp SCI: Rewrite the color remapping code to support simultaneous effects 2012-07-25 00:58:16 +03:00
view.h