aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/paint16.cpp
AgeCommit message (Expand)Author
2013-05-01SCI: Initialize some members of GfxPaint16 - CID 1010057Filippos Karapetis
2013-04-18SCI: Remove a bunch of unused private member variablesMax Horn
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2011-10-19SCI: Fixed script bug #3425276 - "SCI: PQ2: Game crashes when looking at file"Filippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01SCI: Round left/right edges in bitsShow to even coordsWillem Jan Palenstijn
2011-04-29SCI: Fixed bug #3289744 - "Hero Quest 1 demo crashes"md5
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-30SCI32: Support for views with 640x400 native resolutionLars Skovlund
2011-03-04SCI: Added a comment for the additional code in kDisplaymd5
2011-03-02Revert "SCI: Fixed bug #3039775 - "KQ4: Graphics glitch [...]""Willem Jan Palenstijn
2011-03-02SCI: Fixed text positioning in the credits screen of Dr. Brain Amigamd5
2011-03-02SCI: Fixed bug #3039775 - "KQ4: Graphics glitch in the mansion tower"md5
2011-02-28SCI: Moved hunk pointer handling to the GC, and removed some related workaroundsmd5
2011-02-20SCI: Slight cleanupmd5
2011-01-09SCI: Changed the bShow parameter of GfxText16:Box() into a boolFilippos Karapetis
2010-12-20SCI: Fixed bug #3037945 - "PQ3 : Graphical Glitch with White Mercedes on Free...Filippos Karapetis
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