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