aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
AgeCommit message (Expand)Author
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-21SCI: Update a commentFilippos Karapetis
2012-08-21SCI: More work on kRemapColorsFilippos Karapetis
2012-08-16VIDEO: Remove setSystemPalette()Matthew Hoops
2012-07-26SCI: Differentiate between screen width and pitchFilippos Karapetis
2012-07-25SCI: Fix delete[] formatting.Johannes Schickel
2012-07-25SCI: Set the RemapByPercent palette initiallyFilippos Karapetis
2012-07-25SCI: Rewrite the color remapping code to support simultaneous effectsFilippos Karapetis
2012-07-24SCI: Refresh remapping by percent whenever the screen palette changesFilippos Karapetis
2012-07-24SCI: Cleanup of the palette remapping codeFilippos Karapetis
2012-07-24SCI: More work on color remappingFilippos Karapetis
2012-07-24SCI: Remove unused variablesFilippos Karapetis
2012-07-24SCI: Initial implementation of kRemapColors(kRemapByPercent)Filippos Karapetis
2012-07-16SCI: Handle all negative priority values. Fixes graphics in the SQ6 demoFilippos Karapetis
2012-07-08SCI: Show information for correct file naming in the QFG4 import roomFilippos Karapetis
2012-07-06SCI: Better handling for Phantasmagoria's odd screen sizeFilippos Karapetis
2012-07-06SCI: Add a hack to handle the internal script resolution in PhantasmagoriaFilippos Karapetis
2012-07-05SCI: Fix typoFilippos Karapetis
2012-07-05SCI: Some updates to SCI32 kernel graphics functionsFilippos Karapetis
2012-07-04SCI: Add a check for invalid clip rectanglesFilippos Karapetis
2012-07-04SCI: Some cleanup of the warnings in the SCI32 plane manipulation codeFilippos Karapetis
2012-07-04SCI: Update some version checks in kernelFrameout() to work with SCI3 tooFilippos Karapetis
2012-06-22SCI: Further cleanup of the frame drawing codeFilippos Karapetis
2012-06-22SCI: Simplify the SCI32 coordinate adjustment codeFilippos Karapetis
2012-06-20Merge pull request #246 from lordhoto/osystem-void-buffersJohannes Schickel
2012-06-20SCI: Remove multibyte character processing code from SCI32Filippos Karapetis
2012-06-20SCI: Don't attempt to draw line feed characters in SCI32Filippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-06-16SCI: Get rid of casts on CursorManager::replaceCursor calls.Johannes Schickel
2012-06-16SCI: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-06-15SCI: Limit floodfill hack to GK1Filippos Karapetis
2012-06-09SCI: Initial implementation of AddLine, UpdateLine, DeleteLineFilippos Karapetis
2012-06-09SCI: Handle translucent text planesFilippos Karapetis
2012-06-08SCI: Handle resource ID -1 when setting the palVary resourceFilippos Karapetis
2012-06-07SCI: Initial implementation of kScrollWindow, used in some SCI21 gamesFilippos Karapetis
2012-05-21SCI: Added two new debug commands, plane_list and plane_itemsFilippos Karapetis
2012-05-14SCI: Implement savegame deletion functionality in SCI32Filippos Karapetis
2012-05-14SCI: Check for object visibility, if an object defines itFilippos Karapetis
2012-05-11SCI: Fix bug #3040625 - "SCI: ECOQUEST French/German: Speech balloon graphic ...Filippos Karapetis
2012-04-29SCI: Add a hack to fix the cursor colors in Longbow (bug #3489101)Filippos Karapetis
2012-03-25SCI: Fix cursor coordinates for SCI01. Fixes a crash in KQ1 (bug #3503932)Filippos Karapetis
2012-03-20GRAPHICS: Convert PictDecoder to the ImageDecoder APIMatthew Hoops
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2012-03-08SCI: Fix GK1 Mac text positioningMatthew Hoops
2012-03-07SCI: Add a new configuration option for SQ4 CD, "silver_cursors"Filippos Karapetis
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-17SCI: Added some sanity checks by digitallFilippos Karapetis
2012-02-17SCI: Fix and cleanup the monochrome cursor codeFilippos Karapetis
2012-02-17SCI: Fix bug #3487088 - "SCI: LB1: Missing Wait cursor"Filippos Karapetis