aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
AgeCommit message (Expand)Author
2016-05-30SCI32: Really guard against null pointer dereference in calcListsColin Snover
2016-05-28SCI32: Provide default value for vmap minDiffIndexColin Snover
2016-05-28SCI32: Simplify default text width equationColin Snover
2016-05-28SCI: Explicit type conversion. Avoids warnings on number of compilers.Eugene Sandulenko
2016-05-28SCI: Fix warningEugene Sandulenko
2016-05-28SCI32: Remove unused titled text bitmap codeColin Snover
2016-05-27SCI32: Add explicit checks for null pointersColin Snover
2016-05-27SCI32: Initialise pointers in CelObj scalerColin Snover
2016-05-27SCI32: Fix CelObj cacheColin Snover
2016-05-27SCI32: Use better name for fixed priority fieldColin Snover
2016-05-26SCI32: Remove unused Plane fieldsColin Snover
2016-05-25SCI32: Fix assertion failures in LSL6 hires caused by bad rectsColin Snover
2016-05-25SCI32: Update header parameters with const, to match implementationColin Snover
2016-05-16SCI: Removing redundant virtual destructor as per LordHoto's suggestionEugene Sandulenko
2016-05-16SCI: Make the Window destructor actually virtualEugene Sandulenko
2016-05-16SCI: Add virtual destructorEugene Sandulenko
2016-03-18SCI32: Use correct script dimensions for later SCI32 gamesColin Snover
2016-03-18SCI32: Fix crashes in kIsOnMe caused by stale CelObjsColin Snover
2016-03-18SCI32: Fix incorrect double-read from CLUTColin Snover
2016-03-17SCI32: Code documentation improvementsColin Snover
2016-03-17SCI32: Remove outdated note about state of frameout codeColin Snover
2016-03-17SCI32: Temporarily remove dead SCI2.1early transitions codeColin Snover
2016-03-17SCI32: Update unimplemented TODO to reflect the correct operation typeColin Snover
2016-03-17SCI32: Enable redrawAllCount in palMorphFrameOutColin Snover
2016-03-16SCI32: Work around bad Styler script in KQ7 2.0bColin Snover
2016-03-16SCI32: Fix updated screen item count in remapMarkRedraw()Filippos Karapetis
2016-03-16SCI32: Implement analyzeForRemap()Filippos Karapetis
2016-03-16SCI32: Implement the remapping drawing functionsFilippos Karapetis
2016-03-16SCI32: Implement analyzeUncompressedForRemap()Filippos Karapetis
2016-03-16SCI32: SpacingFilippos Karapetis
2016-03-16SCI32: Remove dead code related to priority map handlingFilippos Karapetis
2016-03-16SCI32: Global 12 contains the previous roomFilippos Karapetis
2016-03-16SCI32: Remove getColorAtCoordinate()Filippos Karapetis
2016-03-15SCI32: Initialise all scaler tablesColin Snover
2016-03-15SCI32: More work on remappingFilippos Karapetis
2016-03-15SCI: Remove unused _gfxScreen parameter from GfxRemapFilippos Karapetis
2016-03-13SCI32: Fix scaler drawing pixels at the wrong positionsColin Snover
2016-03-13Revert "SCI32: Fix small inaccuracy in the scaling drawing code"Colin Snover
2016-03-13SCI32: Add note about kCantBeHere rectColin Snover
2016-03-13SCI32: Remove incorrect note about dword_C6288Colin Snover
2016-03-13SCI32: Clarify the purpose of scaling ratios used in ScreenItemColin Snover
2016-03-13SCI32: Fix small inaccuracy in the scaling drawing codeMartin Kiewitz
2016-03-11SCI32: Use Common::fill() instead of memset(), where possibleFilippos Karapetis
2016-03-11SCI32: Assign a define for the non-remapped number of colorsFilippos Karapetis
2016-03-11SCI32: Add remap counters and hook them up to frameOutFilippos Karapetis
2016-03-11SCI32: Avoid usage of delegated constructorsFilippos Karapetis
2016-03-11SCI32: More work on remappingFilippos Karapetis
2016-03-11SCI32: Handle the different remap color ranges in SCI2 and SCI21Filippos Karapetis
2016-03-11SCI32: Fix bug in updateRemap()Filippos Karapetis
2016-03-11SCI32: Initial implementation of kRemapColorsFilippos Karapetis