aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/mouse.cpp
AgeCommit message (Expand)Author
2009-07-16Added _iconsArchive to DraciEngine and modified the Mouse class to use it.Denis Kasak
2009-07-07mplemented changing rooms properly (overlays and objects' animations are dele...Denis Kasak
2009-07-04* Added Game::init() and moved some functionality from Game::Game to it (load...Denis Kasak
2009-07-02DraciEngine now opens and stores pointers to essential archives. Changed code...Denis Kasak
2009-07-01Made coordinate specification mandatory when constructing objects of type Spr...Denis Kasak
2009-07-01Modified Sprite, Text and Drawable to handle data hiding properly since they'...Denis Kasak
2009-06-25Oops, really fixed typo.Denis Kasak
2009-06-25Fixed typo.Denis Kasak
2009-06-25Renamed *cursorNum identifiers in Mouse to *cursorType for consistency.Denis Kasak
2009-06-25Implemented some more methods in Mouse so all mouse-related events are handle...Denis Kasak
2009-06-24Started work on the Mouse class.Denis Kasak