scummvm/engines/sci/graphics
2016-03-08 20:15:22 +01:00
..
animate.cpp SCI: Improve kAnimate fastcast detection, Remove EQ1 hack 2016-02-23 20:17:18 +01:00
animate.h SCI: Improve kAnimate fastcast detection, Remove EQ1 hack 2016-02-23 20:17:18 +01:00
cache.cpp SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
cache.h SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
celobj32.cpp SCI: Slight template formatting fixes. 2016-03-08 20:15:22 +01:00
celobj32.h SCI: Slight template formatting fixes. 2016-03-08 20:15:22 +01:00
compare.cpp SCI32: Remove two hacks for Torin, and document what happens instead 2016-02-27 15:00:55 +02:00
compare.h SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
controls16.cpp JANITORIAL: Typos detected with lintian & grep 2016-02-15 18:27:02 +01:00
controls16.h SCI: fix Japanese Space Quest 4 (intro + buttons) 2014-11-04 22:01:21 +01:00
controls32.cpp SCI32: Move in-memory bitmap read/write into its own class 2016-03-07 20:51:06 -06:00
controls32.h SCI32: Fix memory leaks 2016-03-06 21:34:43 -06:00
coordadjuster.cpp SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
coordadjuster.h SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
cursor.cpp SCI: Make cursor workaround work properly on OpenPandora 2016-03-05 21:28:09 +01:00
cursor.h SCI: Document kernelSetZoomZone() 2016-02-20 15:30:39 +02:00
font.cpp SCI: some more work on 480x300 mac support 2014-11-09 12:54:41 +01:00
font.h SCI: some more work on 480x300 mac support 2014-11-09 12:54:41 +01:00
fontsjis.cpp SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
fontsjis.h SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
frameout.cpp SCI32: Clean up kIsOnMe and fix rounding bug 2016-03-08 10:29:05 -06:00
frameout.h SCI32: Clean up kIsOnMe and fix rounding bug 2016-03-08 10:29:05 -06:00
helpers.h SCI32: Review rect rounding in Plane and ScreenItem 2016-03-02 00:01:13 -06:00
lists32.h SCI: Slight template formatting fixes. 2016-03-08 20:15:22 +01:00
maciconbar.cpp SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade) 2016-01-07 16:35:09 -06:00
maciconbar.h SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
menu.cpp SCI: Removed ".data" from SciEvent 2016-02-02 11:33:40 +01:00
menu.h SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
paint16.cpp SCI: workaround sig pq2/demo:lb+hq1 migrated 2015-04-19 15:49:43 +02:00
paint16.h SCI: fix Japanese Space Quest 4 (intro + buttons) 2014-11-04 22:01:21 +01:00
paint32.cpp SCI: Remove trailing whitespace 2014-10-28 16:17:06 +02:00
paint32.h SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
paint.cpp SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
paint.h SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
palette32.cpp SCI: Add missing namespace comments in graphics/. 2016-03-08 20:13:05 +01:00
palette32.h SCI: Add missing namespace comments in graphics/. 2016-03-08 20:13:05 +01:00
palette.cpp SCI: Split color remapping functionality into a separate class 2016-03-08 20:36:03 +02:00
palette.h SCI: Split color remapping functionality into a separate class 2016-03-08 20:36:03 +02:00
picture.cpp SCI: Implement accurate renderer architecture for SCI32 2016-02-18 13:18:02 -06:00
picture.h SCI: Implement accurate renderer architecture for SCI32 2016-02-18 13:18:02 -06:00
plane32.cpp SCI: Add missing namespace comments in graphics/. 2016-03-08 20:13:05 +01:00
plane32.h SCI: Add missing namespace comments in graphics/. 2016-03-08 20:13:05 +01:00
portrait.cpp SCI: Removed ".data" from SciEvent 2016-02-02 11:33:40 +01:00
portrait.h SCI: Remove trailing whitespace 2014-10-28 16:17:06 +02:00
ports.cpp SCI: fix kernelCoordinateToPriority 2016-01-14 23:37:13 +01:00
ports.h SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
remap.cpp SCI: Split color remapping functionality into a separate class 2016-03-08 20:36:03 +02:00
remap.h SCI: Split color remapping functionality into a separate class 2016-03-08 20:36:03 +02:00
screen_item32.cpp SCI: Add missing namespace comments in graphics/. 2016-03-08 20:13:05 +01:00
screen_item32.h SCI: Add missing namespace comments in graphics/. 2016-03-08 20:13:05 +01:00
screen.cpp SCI: Screen pixel optimizations 2016-02-06 23:41:20 +01:00
screen.h SCI: Implement accurate renderer architecture for SCI32 2016-02-18 13:18:02 -06:00
text16.cpp SCI: Fix obsolete comment 2015-12-28 10:28:27 +01:00
text16.h SCI: fix Japanese Space Quest 4 (intro + buttons) 2014-11-04 22:01:21 +01:00
text32.cpp SCI32: Move in-memory bitmap read/write into its own class 2016-03-07 20:51:06 -06:00
text32.h SCI32: Actually use the BitmapFlags enum 2016-03-07 22:57:46 -06:00
transitions.cpp SCI: implement frame skipping for all transitions 2015-08-02 01:32:26 +02:00
transitions.h SCI: implement frame skipping for all transitions 2015-08-02 01:32:26 +02:00
view.cpp SCI: Split color remapping functionality into a separate class 2016-03-08 20:36:03 +02:00
view.h SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00