aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/paint32.cpp
AgeCommit message (Expand)Author
2014-10-28SCI: Remove trailing whitespaceFilippos Karapetis
2014-06-03SCI32: fix crash during gabriel knight introMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-18SCI: Remove a bunch of unused private member variablesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-26SCI: Removed the SCI32 version of kernelDrawCel() and placed its code inside ...md5
2011-02-07SCI: Converted the robot decoder into a regular video decoder, and decoupled ...Filippos Karapetis
2011-02-04SCI: Rewrote the robot playing code in a way similar to other video decodersFilippos Karapetis
2011-01-22SCI: Added stub for playing robot audio from the consoleLars Skovlund
2011-01-22SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer...Filippos Karapetis
2011-01-21SCI: Partial robot support, currently disabled since it does not runLars Skovlund
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
2010-02-06SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ...Martin Kiewitz
2010-02-05SCI: renamed SciGuiPicture to GfxPictureMartin Kiewitz
2010-02-04SCI: renaming class View to GfxViewMartin Kiewitz
2010-02-04SCI: making pathfinding debug support also work in sci32 (though it just show...Martin 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
2010-02-04SCI: adding GfxPaint32 class, adding back support for planes, minor change in...Martin Kiewitz