aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
AgeCommit message (Expand)Author
2011-11-17SCI: Break the huge kernelFrameOut function into several smaller onesFilippos Karapetis
2011-11-17SCI: Prefix class variables with underscoresFilippos Karapetis
2011-11-17SCI: Updated information regarding bug #3439240Filippos Karapetis
2011-11-17SCI: Fixed bug #3439240 - "QFG1VGA: Game Crashes While Sleeping at Erana's P...Filippos Karapetis
2011-11-16SCI: Add support for slater macMatthew Hoops
2011-11-10SCI: Do not add 1 pixel to rect dimensions in SCI32Filippos Karapetis
2011-11-03SCI: Fixed typo in colorIsFromMacClut()Filippos Karapetis
2011-10-30SCI: More work on kEditTextFilippos Karapetis
2011-10-29SCI: Bugfix for text alignment in SCI32 gamesFilippos Karapetis
2011-10-29SCI: Silence GCC warningTorbjörn Andersson
2011-10-29SCI: Fixed the up/down buttons in GK1Filippos Karapetis
2011-10-29SCI: Implemented text alignment for SCI32Filippos Karapetis
2011-10-29SCI: Fixed typoFilippos Karapetis
2011-10-29SCI: Some fixes for text positioning in SCI32 games (still WIP)Filippos Karapetis
2011-10-28SCI: Remove unneeded casts (thanks to wjp for pointing that out)Filippos Karapetis
2011-10-28SCI: Added two files missing in commit 4ac2940Filippos Karapetis
2011-10-28SCI: Use the original text buffer width/height when drawing itFilippos Karapetis
2011-10-28SCI: Draw overlay text, if it exists (e.g. on buttons)Filippos Karapetis
2011-10-28SCI: Fixed text background color and text transparency for SCI32 gamesFilippos Karapetis
2011-10-26SCI: Renamed GfxControls to GfxControls16Filippos Karapetis
2011-10-20SCI: Added a hack to fix bug #3035693 - "SCI: QFG3 demo: Rope swinging more h...Filippos Karapetis
2011-10-19SCI: Moved the width adjustment outside getPlaneRect()Filippos Karapetis
2011-10-19SCI: Move the palette merging checking code inside the GfxPalette classFilippos Karapetis
2011-10-19SCI: Added a sanity check when drawing text. Older SCI32 saves work nowFilippos Karapetis
2011-10-19SCI: Merged all the code to get/set the NS rectFilippos Karapetis
2011-10-19SCI: Removed unused includesFilippos Karapetis
2011-10-19SCI: Wrapped some very long linesFilippos Karapetis
2011-10-19SCI: Fixed script bug #3425276 - "SCI: PQ2: Game crashes when looking at file"Filippos Karapetis
2011-10-19SCI: The draw_pic console command now works in SCI32Filippos Karapetis
2011-10-18SCI: Added some hacks related to new functionality in Phantasmagoria 2Filippos Karapetis
2011-10-15SCI: Fixed text length in upscaled SCI32 gamesFilippos Karapetis
2011-10-14SCI: Fixed display of text surfaces in SCI21Filippos Karapetis
2011-10-14SCI: Silenced warningsFilippos Karapetis
2011-10-14SCI: More work on kBitmap (still WIP)Filippos Karapetis
2011-10-14SCI: More work on the vertical plane offset for SCI32. 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: Fixed text display in QFG4Filippos Karapetis
2011-10-11SCI: Some work on the SCI32 bitmap / font codeFilippos Karapetis
2011-10-11SCI: Removed leftover unused variablesFilippos 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-08SCI2+: Fixed the implementation of kTextSize(), removing some hacksFilippos Karapetis
2011-10-08SCI2+: Some groundwork for kTextSize()Filippos Karapetis
2011-10-08SCI: Fix black screen in LSL7 introLars Skovlund
2011-09-27SCI: Added support for the halfbrite palette used in Longbow AmigaFilippos Karapetis
2011-09-26SCI: Code formattingFilippos Karapetis