aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/surface.cpp
AgeCommit message (Expand)Author
2009-09-27Fix rounding coordinates at the edge of the screen.Robert Špalek
2009-09-26draci: Fixed bug in Surface::centerOn{X,Y}() which made it return a negative ...Denis Kasak
2009-09-25Add const's to many interfaces of engines/draci/Robert Špalek
2009-08-08Implemented Surface::getRect().Denis Kasak
2009-08-04Added Surface methods centerOnX() and centerOnY().Denis Kasak
2009-07-13Added Surface::fill() method and made Screen::fillScreen() use that instead o...Denis Kasak
2009-06-22* Expanded docs for the Sprite classDenis Kasak
2009-06-18Added Surface class.Denis Kasak