aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/cursor32.cpp
AgeCommit message (Expand)Author
2019-10-11SCI32: Enable Mac code (remove ENABLE_SCI32_MAC)sluicebox
2017-10-15SCI32: Tell OSystem to show/hide cursors as appropriateColin Snover
2017-10-06SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeightColin Snover
2017-10-06SCI32: Clean up GfxCursor32Colin Snover
2017-09-24SCI32: Disable all SCI32 Mac codeColin Snover
2017-09-19SCI32: Don't warp the mouse twice when its position has been restrictedColin Snover
2017-09-19SCI32: Flush all events before warping mouseColin Snover
2017-09-08SCI32: Remove unnecessary calls to hide the virtual hardware cursorColin Snover
2017-07-23SCI32: Fix explicit mouse position changesColin Snover
2017-07-23SCI32: Avoid extra cursor paints when the cursor has not movedColin Snover
2017-07-23SCI32: Don't warp the mouse when it doesn't need to be warpedColin Snover
2017-05-06SCI32: Update cursor even when position appears unchangedColin Snover
2017-05-06SCI32: Fix terrible rendering performance when vsync is enabledColin Snover
2017-05-01Revert "SCI32: Add debugging calls to GfxCursor32"Colin Snover
2017-05-01SCI32: Add debugging calls to GfxCursor32Colin Snover
2017-04-29SCI32: Remove unnecessary GfxFrameout::_frameNowVisibleColin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2017-01-16SCI32: Clarify comment about empty code path in cursor codeColin Snover
2017-01-11SCI32: Fix uninitialised read of cursor background at start of gameColin Snover
2016-10-09SCI32: Clarify some identifiersColin Snover
2016-09-29SCI32: Update screen on frameout, instead of in the event loopColin Snover
2016-08-22SCI32: Move the SCI32 Mac cursor handling code into GfxCursor32Filippos Karapetis
2016-08-19SCI32: Clean up Cursor32 includesColin Snover
2016-08-19SCI32: Fix commentColin Snover
2016-08-19SCI32: Allow pixel doubling of some cursors to improve usabilityColin Snover
2016-08-19SCI32: Implement SCI32 cursor supportColin Snover