scummvm/engines/sci/graphics
Johannes Schickel 83e2aa2360 Remove extra ";" in class declarations.
svn-id: r50955
2010-07-17 00:05:27 +00:00
..
animate.cpp SCI: Rename listEntry -> 'it' for better readability 2010-06-29 14:54:47 +00:00
animate.h SCI: Simplify GfxAnimate code, get rid of _listData 2010-06-29 14:54:15 +00:00
cache.cpp SCI: Remove GfxView::getLoopInfo; add assert to GfxView::getCelInfo 2010-06-28 11:20:33 +00:00
cache.h SCI: SciGui/SciGui32 gone for good... 2010-06-15 15:44:24 +00:00
compare.cpp 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
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: removing hardcoded size when drawing list controls - fixes load/save dialog in lsl6 2010-07-14 21:00:59 +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 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
coordadjuster.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
cursor.cpp SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots in gk1 2010-06-30 15:44:26 +00:00
cursor.h Renamed the SciEvent class to EventManager, to separate it from the sciEvent structure, and removed it from the engine state 2010-06-09 07:59:42 +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: Removed a chatty (and unneeded) warning 2010-07-14 00:52:21 +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: moving structs/enums from helpers to animate/controls 2010-02-02 14:41:17 +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: calculate widths for menu after switching to menuport, i guess this was the reason why we sometimes had issues drawing parts of the menu (random issue) 2010-07-10 16:22:08 +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: changing adjusting of upscaled hires box coordinates 2010-07-02 09:09:22 +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: adding comment about palette formats 2010-07-13 15:49:13 +00:00
palette.h SCI: also sync palette after playing movies, fixes kq6 intro 2010-07-11 10:11:31 +00:00
picture.cpp SCI: adding comment about GfxPicture::draw() and picture resource formats 2010-07-13 15:46:21 +00:00
picture.h SCI: error out on pattern opcodes inside vector data when drawing pictures in sci1.1+, also adding workaround for garbage data inside picture 381 in sq4 2010-05-25 18:45:25 +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: added comment - lsl5 also has too large windows 2010-06-28 16:35:20 +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: SciGui/SciGui32 gone for good... 2010-06-15 15:44:24 +00:00
robot.h SCI: SciGui/SciGui32 gone for good... 2010-06-15 15:44:24 +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: remove some duplicate code 2010-06-30 15:26:45 +00:00
view.h SCI: support for hires views in gk1 2010-06-30 14:26:47 +00:00