Age | Commit message (Expand) | Author |
2012-03-25 | SCI: Fix cursor coordinates for SCI01. Fixes a crash in KQ1 (bug #3503932) | Filippos Karapetis |
2012-03-07 | SCI: Add a new configuration option for SQ4 CD, "silver_cursors" | Filippos Karapetis |
2012-02-17 | SCI: Added some sanity checks by digitall | Filippos Karapetis |
2012-02-17 | SCI: Fix and cleanup the monochrome cursor code | Filippos Karapetis |
2012-02-17 | SCI: Fix bug #3487088 - "SCI: LB1: Missing Wait cursor" | Filippos Karapetis |
2012-02-13 | SCI: Fix bug #3487092: "SCI: LB1: Magnifying glass cursor is grey" | Filippos Karapetis |
2011-10-18 | SCI: Added some hacks related to new functionality in Phantasmagoria 2 | Filippos Karapetis |
2011-09-05 | SCI: Fix Island of Dr. Brain copyprot pause menu on touch devices | Willem Jan Palenstijn |
2011-09-03 | SCI: Fix QFG3 run/walk/sleep menu on touch devices | Willem Jan Palenstijn |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-05 | SCI: Use new MacCursor code instead of convertCrsrCursor() | Matthew Hoops |
2011-03-09 | SCI: Implement Mac iconbar event handling. | Walter van Niftrik |
2011-03-07 | Merge branch 'pe_exe' of https://github.com/clone2727/scummvm into clone2727-... | Matthew Hoops |
2011-03-06 | SCUMM: Use the new WinCursor code in SCUMM HE | Matthew Hoops |
2011-03-06 | SCI: Fix KQ6 Mac inventory cursors | Matthew Hoops |
2011-02-14 | SCI: Adapt to setPalette/grabPalette RGBA->RGB change. | Johannes Schickel |
2011-02-10 | SCI: Don't fallback to views in SCI1.1+ Mac games | Matthew Hoops |
2011-02-08 | SCI: Add detection for Freddy Pharkas Mac | Matthew Hoops |
2011-02-06 | SCI: Improve Mac SCI1.1+ cursor support | Matthew Hoops |
2010-11-26 | SCI: Implemented FR #3101338: "King's Quest 6 Windows Mouse Icons" | Filippos Karapetis |
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn |
2010-10-08 | SCI: Added a check for magnifier cursor multipliers | Filippos Karapetis |
2010-10-08 | SCI: fixing mag cursor as far as possible | Martin Kiewitz |
2010-10-07 | SCI: bugfix for magnifier cursors | Filippos Karapetis |
2010-10-05 | SCI: Some fixes for zoom cursors | Filippos Karapetis |
2010-10-04 | SCI: fixing crash in mag cursor code for pharkas | Martin Kiewitz |
2010-10-04 | SCI: Several corrections for magnifier cursors | Filippos Karapetis |
2010-10-03 | SCI: Added missing initialization of _zoomBitmap | Filippos Karapetis |
2010-10-03 | SCI: Added support for SCI1.1+ magnifier cursors (bug #3034973). | Filippos Karapetis |
2010-08-31 | SCI: adding workaround for platform-specific | Martin Kiewitz |
2010-08-14 | SCI: Add support for Mac 'crsr' cursors used in SCI2+ games | Matthew Hoops |
2010-07-23 | SCI: support kSetCursorSci11(-2) | Martin Kiewitz |
2010-06-30 | SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots i... | Martin Kiewitz |
2010-06-29 | SCI: Rewrap more comments | Max Horn |
2010-06-28 | SCI: Comment cleanup | Max Horn |
2010-06-28 | SCI: Add const qualifiers to many GfxView methods and their return values. | Max Horn |
2010-06-20 | SCI: removing unneeded parameters inside SciPalette, cleanup of SciPalette | Martin Kiewitz |
2010-06-17 | SCI: Moved the event code a little bit around. | Max Horn |
2010-06-17 | Fix a valgrind warning in GfxCursor. Thanks to digitall for finding it. | Matthew Hoops |
2010-06-15 | SCI: only set mouse position, when cursor is visible (fixes non-stop, but esc... | Martin Kiewitz |
2010-06-15 | SDL: only change mouse cursor, when mouse is currently within our window, als... | Martin Kiewitz |
2010-06-09 | Disabled the mouse warping code, as it can be annoying in windowed mode | Filippos Karapetis |
2010-06-09 | Renamed the SciEvent class to EventManager, to separate it from the sciEvent ... | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-05-15 | SCI: adding special 640x440 upscaling mode for kq6, finally hires portraits a... | Martin Kiewitz |
2010-05-15 | SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro... | Martin Kiewitz |
2010-04-26 | SCI: fix regression from r48720, upscaled games that use view cursors crashed | Martin Kiewitz |
2010-04-19 | SCI: added comments about sierra not upscaling cursors for shape and view cur... | Martin Kiewitz |
2010-04-19 | SCI: added upscaling for shape cursors in upscaled hires games (will make the... | Martin Kiewitz |