aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_cursor.cpp
AgeCommit message (Expand)Author
2009-11-30SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s...Martin Kiewitz
2009-11-03Fixed the deletion of cursorBitmapFilippos Karapetis
2009-10-31Upscale the mouse cursor when the screen is upscaled. Also, reapplied some co...Filippos Karapetis
2009-10-31SCI/newgui: UpscaledHires implemented including undithering support, cleanupMartin Kiewitz
2009-10-31Cursor positioning now takes screen scaling into accountFilippos Karapetis
2009-10-30Added caching for mouse cursor viewsFilippos Karapetis
2009-10-29SCI/newgui: Defining color white and others in SciGuiScreen and using that. A...Martin Kiewitz
2009-10-19SCI/newgui: old cursor uses now hardcoded white, fixes cursor color changing ...Martin Kiewitz
2009-10-17SCI: Fix delete/delete[] mismatchWillem Jan Palenstijn
2009-10-17SCI: Fix delete/free mismatchesWillem Jan Palenstijn
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-13Merged the rest of the cursor codeFilippos Karapetis
2009-10-08Don't store the engine state in the SciGuiPalette class. The palette timestam...Filippos Karapetis
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
2009-10-07SCI/newgui: kSetCursor (show, hide, pos, shape) implementedMartin Kiewitz
2009-10-07SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructorMartin Kiewitz