index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
mohawk
/
cursors.cpp
Age
Commit message (
Expand
)
Author
2019-05-01
COMMON: Replace NEResourceType and PEResourceType with a shared enum
Cameron Cawley
2018-03-31
MOHAWK: Fix some clang-tidy warnings
Bastien Bouclet
2017-07-22
MOHAWK: Myst: Always update the screen during the gameloop
Bastien Bouclet
2017-07-03
MOHAWK: Preload all the PE cursors on startup
Bastien Bouclet
2016-12-11
MOHAWK: Fix transparency for the rotation cursors in Myst
Bastien Bouclet
2016-09-25
MOHAWK: Use the color of the first pixel as the transparent cursor color
Bastien Bouclet
2016-06-26
MOHAWK: Remap bitmaps not to use undefined colors
Bastien Bouclet
2015-04-11
MOHAWK: Run Myst in 8bpp
Matthew Hoops
2014-02-18
MOHAWK: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
MOHAWK: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
MOHAWK: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2013-04-15
MOHAWK: Fix cursor group memory leak
Matthew Hoops
2012-12-17
MOHAWK: Initialize the empty cursor before setting it inside setCursor()
Filippos Karapetis
2012-12-17
MOHAWK: Set a 2x2 invisible cursor, instead of a 1x1
Filippos Karapetis
2012-06-16
MOHAWK: Get rid of casts on CursorManager::replaceCursor calls.
Johannes Schickel
2012-06-03
ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...
Johannes Schickel
2012-05-14
GRAPHICS: Hide the WinCursor implementation
Matthew Hoops
2011-08-29
MOHAWK: Fix using the Mac binary for Riven cursors
Matthew Hoops
2011-08-16
MOHAWK: Use the default Windows cursor in /graphics now
Matthew Hoops
2011-07-05
MOHAWK: Allow setting LB cursors by name
Matthew Hoops
2011-06-28
MOHAWK: Rework archive handling
Matthew Hoops
2011-06-16
MOHAWK: Fix Memory Leak in PE Cursor Loading.
D G Turner
2011-05-15
MOHAWK: Display a black screen while changing stack. Default to an empty cursor.
Bastien Bouclet
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-05
MOHAWK: Use new MacCursor code instead of convertCrsrCursor()
Matthew Hoops
2011-04-17
MOHAWK: Do not access Surface::bytesPerPixel anymore.
Johannes Schickel
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-03-28
MOHAWK: Allow disabling compilation of Myst
Matthew Hoops
2011-03-07
MOHAWK: Improve error handling when data isn't found
Matthew Hoops
2011-03-07
MOHAWK: Make Riven use original executables for cursors
Matthew Hoops
2011-03-04
GRAPHICS: Split the NE cursor code from the NEResources class
Matthew Hoops
2011-02-22
COMMON: Add a key color field to NECursor
Matthew Hoops
2011-02-22
COMMON: Begin to merge some NE/PE code
Matthew Hoops
2011-02-19
MOHAWK: Change bitmaps to use RGB palettes.
Johannes Schickel
2011-02-14
MOHAWK: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-01-26
MOHAWK: Introduce a new CursorManager for LB v2+ (they do not use exe cursors)
Matthew Hoops
2010-12-21
MOHAWK: Allow DefaultCursorManager to use alternative tags
Alyssa Milburn
2010-11-29
MOHAWK: Set Maggie's Farmyard Adventure as an LB game
Matthew Hoops
2010-11-28
MOHAWK: Add basic Living Books support (all credit goes to fuzzie!)
Matthew Hoops
2010-11-25
MOHAWK: Refactor cursor handling
Matthew Hoops