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
/
groovie
/
cursor.cpp
Age
Commit message (
Expand
)
Author
2014-06-05
GROOVIE: Remove engine-specific "all" debugflag. Minor naming cleanup.
D G Turner
2014-06-01
GROOVIE: Switch to 32bpp only in groovie2
Matthew Hoops
2014-02-18
GROOVIE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-27
GROOVOE: Plug memory leak. CID 1003912
Eugene Sandulenko
2012-06-03
ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-02-16
GROOVIE: Simplify the cursor palette reading.
Jordi Vilalta Prat
2011-02-14
GROOVIE: Adapt to setPalette/grabPalette RGBA->RGB change.
Johannes Schickel
2010-06-21
Check against the signature of Groovie v2 cursors with MKID_BE, makes it easi...
Matthew Hoops
2010-05-11
Add support for loading T7G Mac resources using the MacResManager.
Matthew Hoops
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-10-19
Fixed cppcheck warning.
Torbjörn Andersson
2009-09-08
Fixed some (pedantic) warnings
Max Horn
2009-08-31
Groovie: Handle special case for cursor #4
Scott Thomas
2009-08-30
Groovie: Initial implementation cursors for Groovie V2
Scott Thomas
2009-01-14
-1 is not an uint8. Assuming ones-complement, though, I guess 255 was meant
Max Horn
2009-01-14
Show the cursor and update it properly when closing the GMM.
Jordi Vilalta Prat
2009-01-14
- Initialize the current cursor to an invalid one (this removes a glitch when...
Jordi Vilalta Prat
2009-01-08
T7G: Stage one of move to ScummVM's CursorMan: rename groovie one so it doesn...
Henry Bush
2008-12-18
Fixed cursor palette when returning from GMM/Debugger. (Thanks to jvprat for ...
Johannes Schickel
2008-11-14
Initialise _current. Fixes a Valgrind warning.
Torbjörn Andersson
2008-11-14
Patch #2271425: Groovie engine
Max Horn