aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/animate.cpp
AgeCommit message (Expand)Author
2010-02-13SCI: Remove EngineState::_kernel, use SciEngine::_kernel insteadMax Horn
2010-02-05SCI: Add a 'SELECTOR' macroMax Horn
2010-02-05SCI: priority band specific stuff now gets called directly w/o SciGuiMartin Kiewitz
2010-02-05SCI: calling most of the cursor functions directly via _gfxCursor instead of ...Martin Kiewitz
2010-02-05SCI: renamed class Cursor to GfxCursorMartin Kiewitz
2010-02-04SCI: renaming class View to GfxViewMartin Kiewitz
2010-02-04SCI: renaming Transitions to GfxTransitionsMartin Kiewitz
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-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-27SCI: scaling for non-regular cels, scaling for reanimate (fixes pharkas demo,...Martin Kiewitz
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-16SCI: added TODO inside kAnimate for scalesignal bit 1, added comment about sc...Martin Kiewitz
2010-01-16SCI: View::drawScaled() created (doesnt do scaling yet), removed scaling vari...Martin Kiewitz
2010-01-15SCI: added enum for ScaleSignalMartin Kiewitz
2010-01-15SCI: changed scalesignal to scaleSignal - selector works now :)Martin Kiewitz
2010-01-15SCI: adding caching for scalesignal, scaleX and scaleY within kAnimate()Martin Kiewitz
2010-01-07SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ...Martin Kiewitz
2010-01-06- Some work on kLocalToGlobal and kGlobalToLocal for SCI2+Filippos Karapetis
2010-01-05Some initial work on SCI1.1 view scaling (not working yet)Filippos Karapetis
2010-01-05More renamingFilippos Karapetis