aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/cursor.cpp
AgeCommit message (Expand)Author
2010-04-26SCI: fix regression from r48720, upscaled games that use view cursors crashedMartin Kiewitz
2010-04-19SCI: added comments about sierra not upscaling cursors for shape and view cur...Martin Kiewitz
2010-04-19SCI: added upscaling for shape cursors in upscaled hires games (will make the...Martin Kiewitz
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-05SCI: remaining cursor functions now also directly calledMartin Kiewitz
2010-02-05SCI: calling most of the cursor functions directly via _gfxCursor instead of ...Martin Kiewitz
2010-02-05SCI: renamed class Cursor to GfxCursorMartin Kiewitz
2010-02-04SCI: renaming class View to GfxViewMartin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-19SCI: dont directly set mouse cursor to visible state but call show() instead ...Martin Kiewitz
2010-01-06SCI: making most of the variables in screen class private (some of it was nee...Martin Kiewitz
2010-01-05More renamingFilippos Karapetis