Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-30 | Skip cursors in Macintosh version of HE72 games for now. | Travis Howell | |
Add early Macintosh HE games. svn-id: r16698 | |||
2005-01-10 | Remove some more header dependencies | Max Horn | |
svn-id: r16530 | |||
2005-01-06 | Fixed bug #1093845 after discussing with Fingolfin. | Torbjörn Andersson | |
svn-id: r16449 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-27 | Reducing header dependencies a bit | Max Horn | |
svn-id: r16347 | |||
2004-11-09 | Cleanup | Chris Apers | |
svn-id: r15773 | |||
2004-09-28 | Argh, didn't mean to commit this | Max Horn | |
svn-id: r15339 | |||
2004-09-28 | Removed some unneeded #includes | Max Horn | |
svn-id: r15338 | |||
2004-09-21 | Should be HE60/70. | Travis Howell | |
svn-id: r15211 | |||
2004-09-18 | Rename some member vars to avoid _ followed by an uppercase letter. More of ↵ | Max Horn | |
those are left in the code, though (and I am not really sure whether we want to change that, so far we had no problems caused by this) svn-id: r15175 | |||
2004-09-18 | Reduce code duplication a bit | Max Horn | |
svn-id: r15174 | |||
2004-09-18 | Moved mouse cursor code into ScummEngine subclasses were possible -- this ↵ | Max Horn | |
makes it much easier to see which cursor code is used in which SCUMM version; also changed cursor code to not overwrite default_cursor_* (which would cause problems when switching to another game) svn-id: r15169 | |||
2004-08-24 | Fixed bug #1014296, the Loom cursor hotspot regression. | Torbjörn Andersson | |
svn-id: r14726 | |||
2004-08-24 | Fixed slight regression in the Loom cursor shape: The whole thing was | Torbjörn Andersson | |
shifted one step to the left, so the leftmost column wasn't included. (Hotspot is still wrong, of course - that's a different bug.) svn-id: r14725 | |||
2004-08-23 | Add LOOM cursor support | Max Horn | |
svn-id: r14703 | |||
2004-08-23 | Fix bug, actually a typo introduced with last cursors improvements. It crashed | Eugene Sandulenko | |
all HE7.0+ games with custom cursors. svn-id: r14694 | |||
2004-08-22 | Cursor code cleanup | Max Horn | |
svn-id: r14690 | |||
2004-08-14 | Modified 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-27 | Small TODO comment | Max Horn | |
svn-id: r14081 | |||
2004-06-25 | fix warning | Max Horn | |
svn-id: r14048 | |||
2004-06-24 | Add grabCursorFromBuffer() function. | Eugene Sandulenko | |
svn-id: r14033 | |||
2004-06-24 | Fix mouse cursors hotspot in HE games. | Travis Howell | |
HE games don't change cursor hotspot, when changing cursor image. svn-id: r14027 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-06 | renamed VirtScreen::alloctwobuffers to hasTwoBuffers; added lots of doxygen ↵ | Max Horn | |
comments to VirtScreen; cleanup svn-id: r12168 | |||
2004-01-04 | split out cursor/palette code into separate source files | Max Horn | |
svn-id: r12138 |