aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/animate.h
AgeCommit message (Expand)Author
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-13SCI: Some more work on scaling in SCI32Filippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-20SCI: Added a new console command, "animate_list" or "al"md5
2011-02-23SCI: Cleaned up and segmented the animate code in order to make it a bit more...md5
2010-12-20SCI: Commented out unused signal flagsFilippos Karapetis
2010-10-26SCI: fix gfx issues when giving out cards hoyle4Martin Kiewitz
2010-10-26SCI: kAnimate bit 2 is hoyle 4 exclusiveMartin Kiewitz
2010-10-26SCI: little cleanup kAnimateMartin Kiewitz
2010-10-08SCI: add global scaling again to kAddToPicMartin Kiewitz
2010-09-25SCI: changes to kAddToPicMartin Kiewitz
2010-09-20SCI: Handle bit 2 of scaleSignal by not updating nsRect values whenLars Skovlund
2010-08-11SCI: revert r51969Martin Kiewitz
2010-08-11SCI: kAddToPic only wrote nsRect in sci1.1Martin Kiewitz
2010-08-11SCI: kAnimate invalid loop/cels now correctly fixedMartin Kiewitz
2010-08-10SCI: kAddToPic(list) set fixed priority flagMartin Kiewitz
2010-06-29SCI: Simplify GfxAnimate code, get rid of _listDataMax Horn
2010-06-23SCI: some initial work on global scalingMartin Kiewitz
2010-06-09The EngineState is no longer recreated when a game is restored, thus we don't...Filippos Karapetis
2010-05-24SCI: sort according to original order in kAnimate, when y and z are the same ...Martin Kiewitz
2010-04-24SCI: reverting r48787 port updates were actually introduced (heard that befor...Martin Kiewitz
2010-04-24SCI: r48786 port updates were actually introduced during SCI01, qfg2 and xmas...Martin Kiewitz
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-02-05SCI: adding some minor documentation for the various graphic classesMartin Kiewitz
2010-02-05SCI: renamed class Cursor to GfxCursorMartin Kiewitz
2010-02-04SCI: renaming Transitions to GfxTransitionsMartin Kiewitz
2010-02-02SCI: moving structs/enums from helpers to animate/controlsMartin Kiewitz
2010-01-31Fix possible memory leaks.Johannes Schickel
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-31SCI: renamed SciGuiAnimate to GfxAnimate, moved code from SciGui into this cl...Martin Kiewitz
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...Martin Kiewitz
2010-01-17SCI: speed throttler changed, now gets triggered by kAnimate, removed initial...Martin Kiewitz
2010-01-15SCI: more detail info about scaleSignal bit 1Martin Kiewitz
2010-01-15SCI: added enum for ScaleSignalMartin Kiewitz
2010-01-06- Some work on kLocalToGlobal and kGlobalToLocal for SCI2+Filippos Karapetis
2010-01-05Removed a leftover unused hack from the old graphics codeFilippos Karapetis
2010-01-05More renamingFilippos Karapetis