aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/paint16.cpp
AgeCommit message (Expand)Author
2010-09-26SCI: kDrawPic setting _picNotValid on non-frontMartin Kiewitz
2010-08-14SCI: adding workaround for camelot during endingMartin Kiewitz
2010-08-11SCI: fixing kGraphFillBoxAny implementationMartin Kiewitz
2010-08-04SCI: Add kDisplay workarounds for the Hero's Quest demoMatthew Hoops
2010-08-01SCI: Move kernelShakeScreen to GfxScreen so it can be used in SCI32 (it's use...Matthew Hoops
2010-07-26SCI: implement scaling for kDrawCelMartin Kiewitz
2010-07-24SCI: fix warning and remove duplicate codeMartin Kiewitz
2010-07-24SCI: adding workaround for sq4 room 391Martin Kiewitz
2010-07-23SCI: adding table for kDisplay workaroundsMartin Kiewitz
2010-07-23SCI: adding workaround for sq4/room 391Martin Kiewitz
2010-07-02SCI: changing adjusting of upscaled hires box coordinatesMartin Kiewitz
2010-06-29SCI: Rewrap more commentsMax Horn
2010-06-29SCI: Add some const qualifiersMax Horn
2010-06-26SCI: another commit for adding a workaround for islang room 300 again (althou...Martin Kiewitz
2010-06-25Removed the getHunkPointer error - it's valid SCI behavior (e.g. when loading...Filippos Karapetis
2010-06-25SCI: Introduce SciGameId enumMax Horn
2010-06-20SCI: properly implement kPalVary functionality within kDrawPic and transition...Martin Kiewitz
2010-06-20SCI: update sys palette timestamp only on kDrawPic in SCI1.1, fixes intro of ...Martin Kiewitz
2010-06-18SCI: pseudo-implemented 0x72 and 0x73 for kDisplay used by longbow-demo, alth...Martin Kiewitz
2010-06-18SCI: partially revert r49983 - all of those are not implemented in sierra sci...Martin Kiewitz
2010-06-18Added several unimplemented kDisplay subops, as well as a new sound command, ...Filippos Karapetis
2010-06-17Strict mode: error out on unhandled subops, to note if they actually exist an...Filippos Karapetis
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-15SCI: calling wait() directly and removing it from SciGuiMartin Kiewitz
2010-06-15SCI: fix changes from r49806Martin Kiewitz
2010-06-15SCI: move portrait methods to gfxPaint16Martin Kiewitz
2010-06-15Throttle screen updates to 60fps in some screen transition effects as wellFilippos Karapetis
2010-05-28Silenced some superfluous warnings in KQ5CDFilippos Karapetis
2010-05-24SCI: leave console open for pic_visualize/undither commands - also don't use ...Martin Kiewitz
2010-05-18- Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S...Filippos Karapetis
2010-05-15SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro...Martin Kiewitz
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
2010-05-12SCI: changed behaviour for kDisplay change (r49012) to use oldGfxFunctions (....Martin Kiewitz
2010-05-12SCI: tracked down the kDisplay change, added comment about thatMartin Kiewitz
2010-05-12SCI: added comments about r49012, change actually happened during sci0lateMartin Kiewitz
2010-05-12SCI: dont restore port settings for SCI0 games (fixes sq3 wrong font used whe...Martin Kiewitz
2010-04-25SCI: green buttons for sci0early implementedMartin Kiewitz
2010-04-20SCI: replaced values with constantMartin Kiewitz
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-07SCI: dont set palette on kernelDrawCel() callMartin Kiewitz
2010-02-06SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ...Martin Kiewitz
2010-02-06SCI: put kShakeScreen into GfxPaint, called directly nowMartin Kiewitz
2010-02-05SCI: moving kDisplay into GfxPaint16, now getting called directly as wellMartin Kiewitz
2010-02-05SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla...Martin Kiewitz
2010-02-05SCI: renamed SciGuiPicture to GfxPictureMartin Kiewitz
2010-02-04SCI: renaming class View to GfxViewMartin Kiewitz
2010-02-04SCI: renaming Transitions to GfxTransitionsMartin Kiewitz
2010-02-04SCI: putting most kGraph functions into GfxPaint16Martin Kiewitz
2010-02-04SCI: putting kDrawCel info GfxPaint class, debug is using GfxPaint class as w...Martin Kiewitz
2010-02-04SCI: adding GfxPaint class, implementing kernelDrawPicture for GfxPaint16 and...Martin Kiewitz