scummvm/engines/sci/graphics
Martin Kiewitz 2047e75d2b SCI: kCelWide/kCelHigh now adjust on hires views
somewhat fixes gk1 hires inventory issue

svn-id: r51245
2010-07-24 15:15:38 +00:00
..
animate.cpp SCI: Remove sanity check introduced in rev 51154. When a node is deleted via kDeleteKey, the successor is set to NULL, thus list processing stops (which is what SSCI is doing). 2010-07-22 18:14:43 +00:00
animate.h SCI: Simplify GfxAnimate code, get rid of _listData 2010-06-29 14:54:15 +00:00
cache.cpp SCI: kCelWide/kCelHigh now adjust on hires views 2010-07-24 15:15:38 +00:00
cache.h SCI: SciGui/SciGui32 gone for good... 2010-06-15 15:44:24 +00:00
compare.cpp SCI: Hopefully fix compilation when ENABLE_SCI32 is not defined 2010-07-22 20:38:28 +00:00
compare.h SCI: some big changes to kCantBeHere - kCantBeHere returns the actual "problem" instead of being a plain boolean - part of solving lsl1 casino door / qfg1vga gate 2010-07-15 19:23:18 +00:00
controls.cpp SCI: dont fix list control in sq4 2010-07-19 16:47:31 +00:00
controls.h SCI: replaced value with constant when checking if controls are selected 2010-04-25 15:44:11 +00:00
coordadjuster.cpp SCI: more work on coordadjustment sci32 2010-07-21 12:05:10 +00:00
coordadjuster.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
cursor.cpp SCI: support kSetCursorSci11(-2) 2010-07-23 10:58:06 +00:00
cursor.h SCI: support kSetCursorSci11(-2) 2010-07-23 10:58:06 +00:00
font.cpp SCI: fix regression of r50599 - broken greyed font drawing 2010-07-06 11:03:10 +00:00
font.h Remove extra ";" in class declarations. 2010-07-17 00:05:27 +00:00
fontsjis.cpp SCI: removing single byte chars from double byte check in sjis class (damn wikipedia with their similar colors hehe) 2010-04-18 21:18:58 +00:00
fontsjis.h Reduced header dependency 2010-06-17 23:20:39 +00:00
frameout.cpp SCI: adding 1 to planeRect bottom/right 2010-07-24 10:12:56 +00:00
frameout.h Sort planes in kFrameOut by priority and keep plane/item priority separate as they represent two different things. Fixes various SCI32 graphical glitches. Most (all?) remaining glitches are because we don't yet handle kSignalFixedPriority. 2010-06-20 17:17:46 +00:00
helpers.h SCI: Now saving the kPalVary state inside savegames 2010-07-23 07:36:55 +00:00
maciconbar.cpp Moved the SelectorCache struct inside selector.h, where it belongs, and fixed some header dependencies in the process 2010-06-23 15:23:37 +00:00
maciconbar.h SCI: renaming MacIconBar to GfxMacIconBar 2010-05-24 21:47:06 +00:00
menu.cpp SCI: fixed jones/ega/vga port issue 2010-07-20 19:42:48 +00:00
menu.h SCI: fix regression of r50721 - pausing/resuming only on actual menu usage 2010-07-06 14:10:09 +00:00
paint16.cpp SCI: fix warning and remove duplicate code 2010-07-24 11:59:40 +00:00
paint16.h SCI: Add some const qualifiers 2010-06-29 14:55:09 +00:00
paint32.cpp SCI: SciGui/SciGui32 gone for good... 2010-06-15 15:44:24 +00:00
paint32.h SCI: SciGui/SciGui32 gone for good... 2010-06-15 15:44:24 +00:00
paint.cpp SCI: put kShakeScreen into GfxPaint, called directly now 2010-02-06 17:03:18 +00:00
paint.h SCI: SciGui/SciGui32 gone for good... 2010-06-15 15:44:24 +00:00
palette.cpp SCI: changed the comment about the palette merging (it's not a workaround anymore). Also, changed the warning when a picture has a broken palette into debug output - these pictures (which can be found in other games too) are usually meant to be blank, thus don't have a palette 2010-07-22 16:01:32 +00:00
palette.h SCI: Now saving the kPalVary state inside savegames 2010-07-23 07:36:55 +00:00
picture.cpp SCI: locking picture resource 2010-07-24 08:20:54 +00:00
picture.h SCI: fixing mirrored sci32 pictures 2010-07-22 20:11:53 +00:00
portrait.cpp SCI: Rename sciEvent to SciEvent 2010-06-17 23:11:12 +00:00
portrait.h SCI: SciGui/SciGui32 gone for good... 2010-06-15 15:44:24 +00:00
ports.cpp SCI: fixing kNewWindow (SCI1.1) 2010-07-23 12:37:58 +00:00
ports.h SCI: putting SciGui::init into SciEngine, removing it from SciGui(32) 2010-06-15 13:34:40 +00:00
robot.cpp SCI: Some slight work on robot files 2010-07-22 22:04:40 +00:00
robot.h SCI: Some slight work on robot files 2010-07-22 22:04:40 +00:00
screen.cpp SCI: separating qfg1ega and qfg1vga gameids 2010-07-14 11:53:12 +00:00
screen.h SCI: also sync palette after playing movies, fixes kq6 intro 2010-07-11 10:11:31 +00:00
text16.cpp SCI: Rewrap more comments 2010-06-29 14:55:32 +00:00
text16.h SCI: move textSize and textFonts and textColors inside gfxText16 2010-06-15 13:01:07 +00:00
transitions.cpp SCI: Rewrap more comments 2010-06-29 14:55:32 +00:00
transitions.h SCI: SciGui/SciGui32 gone for good... 2010-06-15 15:44:24 +00:00
view.cpp SCI: kCelWide/kCelHigh now adjust on hires views 2010-07-24 15:15:38 +00:00
view.h SCI: kCelWide/kCelHigh now adjust on hires views 2010-07-24 15:15:38 +00:00