Age | Commit message (Expand) | Author |
2013-08-03 | SCI: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | SCI: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2013-07-30 | SCI: Add a hack to fix the inventory in GK1 | Filippos Karapetis |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse |
2013-06-21 | SCI: Avoid using g_sci for usesOldGfxFunctions() in the GfxPorts class | Filippos Karapetis |
2013-05-01 | SCI: Fix a non-initialized variable in GfxScreen - CID 1003105 | Filippos Karapetis |
2013-05-01 | SCI: Fix a non-initialized variable in GfxCursor - CID 1003112 | Filippos Karapetis |
2013-05-01 | SCI: Fix a non-initialized variable in GfxControls16 - CID 1003114 | Filippos Karapetis |
2013-05-01 | SCI: Fix a non-initialized variable in GfxMenu - CID 1003110 | Filippos Karapetis |
2013-05-01 | SCI: Initialize some members of GfxPaint16 - CID 1010057 | Filippos Karapetis |
2013-04-28 | SCI: Change wording for the cursor position workarounds | Filippos Karapetis |
2013-04-27 | SCI: Change wording for bug/further info references | Filippos Karapetis |
2013-04-25 | SCI: Fix scaling in the back room of the bookstore in GK1 | Filippos Karapetis |
2013-04-18 | SCI: Remove a bunch of unused private member variables | Max Horn |
2013-04-16 | SCI: Fix potential memory leak with Mac cursor's hotspot | Matthew Hoops |
2013-04-16 | SCI: Fix mac cursor memory leak | Matthew Hoops |
2013-04-15 | SCI: Fix hunk entry leak | Willem Jan Palenstijn |
2013-03-28 | SCI: Fix drawing in SCI21 hires games without breaking lowres SCI2/SCI21 games | Filippos Karapetis |
2013-02-23 | ALL: Fix typo (existant->existent) | Willem Jan Palenstijn |
2013-01-13 | SCI: Some more work on scaling in SCI32 | Filippos Karapetis |
2013-01-11 | SCI: Fix the night time palette in QFG4 | Filippos Karapetis |
2013-01-11 | SCI: More proper handling of scaling and global scaling in SCI32 | Filippos Karapetis |
2013-01-11 | SCI: Remove obsolete comment and code | Filippos Karapetis |
2013-01-11 | SCI: Disable modification of object NS rects in SCI32 | Filippos Karapetis |
2012-11-26 | SCI: Amended fix for palette related compiler warnings. | D G Turner |
2012-11-26 | SCI: Fix warnings | Filippos Karapetis |
2012-11-15 | SCI: Properly reset the palVary signal when loading (bug #3575569) | Filippos Karapetis |
2012-11-07 | SCI: Fix bug #3575569 - "SCI: QFG1VGA: Palette/hue bug after loading" | Filippos Karapetis |
2012-10-08 | SCI: Add a workaround for the large text boxes in Freddy Pharkas CD | Filippos Karapetis |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops |
2012-08-21 | SCI: Update a comment | Filippos Karapetis |
2012-08-21 | SCI: More work on kRemapColors | Filippos Karapetis |
2012-08-16 | VIDEO: Remove setSystemPalette() | Matthew Hoops |
2012-07-26 | SCI: Differentiate between screen width and pitch | Filippos Karapetis |
2012-07-25 | SCI: Fix delete[] formatting. | Johannes Schickel |
2012-07-25 | SCI: Set the RemapByPercent palette initially | Filippos Karapetis |
2012-07-25 | SCI: Rewrite the color remapping code to support simultaneous effects | Filippos Karapetis |
2012-07-24 | SCI: Refresh remapping by percent whenever the screen palette changes | Filippos Karapetis |
2012-07-24 | SCI: Cleanup of the palette remapping code | Filippos Karapetis |
2012-07-24 | SCI: More work on color remapping | Filippos Karapetis |
2012-07-24 | SCI: Remove unused variables | Filippos Karapetis |
2012-07-24 | SCI: Initial implementation of kRemapColors(kRemapByPercent) | Filippos Karapetis |
2012-07-16 | SCI: Handle all negative priority values. Fixes graphics in the SQ6 demo | Filippos Karapetis |
2012-07-08 | SCI: Show information for correct file naming in the QFG4 import room | Filippos Karapetis |
2012-07-06 | SCI: Better handling for Phantasmagoria's odd screen size | Filippos Karapetis |
2012-07-06 | SCI: Add a hack to handle the internal script resolution in Phantasmagoria | Filippos Karapetis |
2012-07-05 | SCI: Fix typo | Filippos Karapetis |
2012-07-05 | SCI: Some updates to SCI32 kernel graphics functions | Filippos Karapetis |
2012-07-04 | SCI: Add a check for invalid clip rectangles | Filippos Karapetis |