aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kgraphics.cpp
AgeCommit message (Expand)Author
2011-10-28SCI: Remove unneeded casts (thanks to wjp for pointing that out)Filippos Karapetis
2011-10-28SCI: Added skeleton code for kEditText (still not working)Filippos Karapetis
2011-10-26SCI: Renamed GfxControls to GfxControls16Filippos Karapetis
2011-10-19SCI: Added a detection for the second kSetShowStyle variantFilippos Karapetis
2011-10-19SCI: Merged all the code to get/set the NS rectFilippos Karapetis
2011-10-19SCI: Updated comments in kShowStyle() and kCelInfo()Filippos Karapetis
2011-10-19SCI: Implemented kObjectIntersect()Filippos Karapetis
2011-10-14SCI: Silenced warningsFilippos Karapetis
2011-10-14SCI: More work on kBitmap (still WIP)Filippos Karapetis
2011-10-13SCI: Implemented kBitmap(3) and kBitmap(5). Some cleanupFilippos Karapetis
2011-10-12SCI: Implementation of kCelInfo subop 4Heather Douglass
2011-10-12SCI: Added proper handling of duplicate items in kAddScreenItemFilippos Karapetis
2011-10-11SCI: Some work on the SCI32 bitmap / font codeFilippos Karapetis
2011-10-11SCI: kBitmap(1) is kDisposeTextBitmapFilippos Karapetis
2011-10-11SCI: Proper implementation of text drawing for SCI2+Filippos Karapetis
2011-10-10SCI: SCI32 kernel functions kRepaintPlane and kInputText are unusedFilippos Karapetis
2011-10-09SCI: CreateTextBitmap should return a pointer. Also, silenced a warningFilippos Karapetis
2011-10-09SCI32: Documented the extra 2 params in kCreateTextBitmap(0)Filippos Karapetis
2011-10-09SCI21: Moved kRobot() together with the other video functionsFilippos Karapetis
2011-10-08SCI2+: Fixed the implementation of kTextSize(), removing some hacksFilippos Karapetis
2011-10-08SCI2+: Some groundwork for kTextSize()Filippos Karapetis
2011-10-07SCI: Fix comment in kCelInfoLars Skovlund
2011-10-07SCI21: Some initial work on kBitmapFilippos Karapetis
2011-09-23SCI21: Added some skeleton code for offsetting pictures vertically (not worki...Filippos Karapetis
2011-09-03SCI32: Added an initial skeleton structure for the SCI2 text drawing codeFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-29SCI: Added a more generalized fix for bug #3306417md5
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-13SCI: Cleanupmd5
2011-03-05SCI: Added some support code for Longbow Amigamd5
2011-03-04SCI: Some palette related changesmd5
2011-03-02SCI: Cleanupmd5
2011-02-26SCI2+: Mention that the actual problem with text wrapping happens because of ...md5
2011-02-24SCI: Added an initial implementation of RemapByPercent, which fixes the palet...md5
2011-02-22SCI: Some work on kRemapColors, and added a note that it operates on an RGBAmd5
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-02-03SCI: Add a stub for kFont which calls kSetFontRes as a subopMatthew Hoops
2011-02-03SCI: Add support for GK1 Mac high-res fontsMatthew Hoops
2011-02-03SCI21: Some robot related changesFilippos Karapetis
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
2011-01-12SCI: Simplified the kMoveCursor codeFilippos Karapetis
2011-01-09SCI2: Some documentation/stubsFilippos Karapetis
2011-01-08SCI2.1: Some stubs used by SQ6Filippos Karapetis
2011-01-08SCI: Fixed a typoFilippos Karapetis
2011-01-08SCI2.1: Added/documented some functionality used by Shivers 1Filippos Karapetis
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2010-11-20SCI: Fix ScummVM freezing during the credits scene in EcoQuest 1 (bug #3101846)Filippos Karapetis
2010-11-12Fixed signed/unsigned warningFilippos Karapetis