aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/screen.h
AgeCommit message (Collapse)Author
2009-07-01Removed declaration of Screen::drawSprite() which is now obsolete.Denis Kasak
svn-id: r41997
2009-06-22Changed Font::fillScreen() to accept a uint8 instead of a uint16.Denis Kasak
svn-id: r41780
2009-06-19* Made the Screen class use the new Surface class.Denis Kasak
* Added Screen::drawRect() method. * Added support for updating dirty rectangles. svn-id: r41657
2009-06-18Turned constants into enum in order to remove need of prototypes.Eugene Sandulenko
svn-id: r41623
2009-06-18Changed _screenWidth and _screenHeight from member variables to constants ↵Denis Kasak
because the screen size doesn't change. svn-id: r41620
2009-06-17Added kNumColours constant and replaced magic numbers with it.Denis Kasak
svn-id: r41617
2009-06-17Added default parameter to Screen::setPaletteEmpty() so it clears all ↵Denis Kasak
colours by default. svn-id: r41614
2009-06-17Added prefices to safeguard defines in order to minimize risk of name clash.Eugene Sandulenko
svn-id: r41605
2009-06-17Began work on the Screen class. Modified the demo animation to use the it.Denis Kasak
svn-id: r41604