scummvm/engines/sci/graphics
Matthew Hoops 2cbcc76789 SCI: Fix uncompressed SCI1.1 views
A regression from d2ad7898d9
2011-03-10 18:45:51 -05:00
..
animate.cpp SCI: Change workaround for hoyle3-demo's rendering order 2011-03-02 00:48:21 +01:00
animate.h SCI: Cleaned up and segmented the animate code in order to make it a bit more readable 2011-02-23 13:28:17 +02:00
cache.cpp SCI: kCelWide/kCelHigh now adjust on hires views 2010-07-24 15:15:38 +00:00
cache.h SCI: Cleanup 2011-01-09 13:21:19 +00:00
compare.cpp SCI: Cleaned up and segmented the animate code in order to make it a bit more readable 2011-02-23 13:28:17 +02: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: Changed the bShow parameter of GfxText16:Box() into a bool 2011-01-09 00:32:26 +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: removing onControl from coordAdjuster32 2010-07-25 17:01:54 +00:00
coordadjuster.h SCI: removing onControl from coordAdjuster32 2010-07-25 17:01:54 +00:00
cursor.cpp SCI: Implement Mac iconbar event handling. 2011-03-09 21:05:19 +01:00
cursor.h SCI: Improve Mac SCI1.1+ cursor support 2011-02-06 00:05:27 +00:00
font.cpp SCI: Add support for GK1 Mac high-res fonts 2011-02-03 15:51:51 +00:00
font.h SCI: Cleanup 2011-01-09 13:21:19 +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: Fixed bug #3040161 - "LONGBOW: Textbox glitch" 2011-03-02 20:38:21 +02:00
frameout.h SCI: Fix loading SCI32 games 2011-02-14 22:38:12 -05:00
helpers.h SCI: Initial handling of the views in Longbow Amiga. Still not right 2011-03-07 13:23:52 +02:00
maciconbar.cpp SCI: Implement Mac iconbar event handling. 2011-03-09 21:05:19 +01:00
maciconbar.h SCI: Implement Mac iconbar event handling. 2011-03-09 21:05:19 +01:00
menu.cpp SCI: Save mouse position in SciEvent. 2011-03-09 01:19:12 +01:00
menu.h SCI: Plugged 2 memory leaks, reported by digitall 2011-01-15 23:55:35 +00:00
paint16.cpp SCI: Added a comment for the additional code in kDisplay 2011-03-04 14:37:41 +02:00
paint16.h SCI: fixing kGraphFillBoxAny implementation 2010-08-11 18:19:58 +00:00
paint32.cpp SCI: Removed the SCI32 version of kernelDrawCel() and placed its code inside the debug function cmdDrawCel, as it was hacked together to be used specifically in that command (thanks to salty-horse for spotting this) 2011-02-26 19:07:31 +02:00
paint32.h SCI: Removed the SCI32 version of kernelDrawCel() and placed its code inside the debug function cmdDrawCel, as it was hacked together to be used specifically in that command (thanks to salty-horse for spotting this) 2011-02-26 19:07:31 +02:00
paint.cpp SCI: Removed the SCI32 version of kernelDrawCel() and placed its code inside the debug function cmdDrawCel, as it was hacked together to be used specifically in that command (thanks to salty-horse for spotting this) 2011-02-26 19:07:31 +02:00
paint.h SCI: Removed the SCI32 version of kernelDrawCel() and placed its code inside the debug function cmdDrawCel, as it was hacked together to be used specifically in that command (thanks to salty-horse for spotting this) 2011-02-26 19:07:31 +02:00
palette.cpp SCI: Initial handling of the views in Longbow Amiga. Still not right 2011-03-07 13:23:52 +02:00
palette.h SCI: Some palette related changes 2011-03-04 22:04:13 +02:00
picture.cpp SCI: Some renaming related to the undithering code 2011-03-10 18:05:59 +02:00
picture.h SCI: adding scrollcapability to sci32 2010-07-26 14:41:19 +00:00
portrait.cpp SCI: Reset the portrait bitmap to the "closed mouth" state, when skipping dialogs 2010-12-21 07:53:34 +00:00
portrait.h SCI: SciGui/SciGui32 gone for good... 2010-06-15 15:44:24 +00:00
ports.cpp SCI: Always add new windows to back of list up to SCI_1_EGA_ONLY. 2011-03-02 23:48:57 +01:00
ports.h SCI: Skip Ports when iterating over Windows in GC 2011-02-28 21:37:12 +01:00
screen.cpp SCI: Some renaming related to the undithering code 2011-03-10 18:05:59 +02:00
screen.h SCI: Some renaming related to the undithering code 2011-03-10 18:05:59 +02:00
text16.cpp SCI: Fixed bug #3040161 - "LONGBOW: Textbox glitch" 2011-03-02 20:38:21 +02:00
text16.h SCI: Changed the bShow parameter of GfxText16:Box() into a bool 2011-01-09 00:32:26 +00:00
transitions.cpp SCI: Enable fade transitions for SCI1 EGA games 2011-03-04 22:04:11 +02:00
transitions.h SCI: Enable fade transitions for SCI1 EGA games 2011-03-04 22:04:11 +02:00
view.cpp SCI: Fix uncompressed SCI1.1 views 2011-03-10 18:45:51 -05:00
view.h SCI: fix gfx issues when giving out cards hoyle4 2010-10-26 20:19:17 +00:00