aboutsummaryrefslogtreecommitdiff
path: root/scumm/cursor.cpp
AgeCommit message (Collapse)Author
2004-08-14Modified VirtScreen to inherit from Graphics::Surface, and added ↵Max Horn
getPixels()/getBackPixels() accessors (these changes make it a bit easier to implement smooth scrolling); also replaced some uses of rtBuffer by proper access through the corresponding VirtScreen svn-id: r14612
2004-06-27Small TODO commentMax Horn
svn-id: r14081
2004-06-25fix warningMax Horn
svn-id: r14048
2004-06-24Add grabCursorFromBuffer() function.Eugene Sandulenko
svn-id: r14033
2004-06-24Fix mouse cursors hotspot in HE games.Travis Howell
HE games don't change cursor hotspot, when changing cursor image. svn-id: r14027
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-06renamed VirtScreen::alloctwobuffers to hasTwoBuffers; added lots of doxygen ↵Max Horn
comments to VirtScreen; cleanup svn-id: r12168
2004-01-04split out cursor/palette code into separate source filesMax Horn
svn-id: r12138