aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kgraphics.cpp
AgeCommit message (Expand)Author
2009-10-21- Removed kShow() and the related code it uses - it's a debugging function, a...Filippos Karapetis
2009-10-20SCI: kPalVary - pauseMartin Kiewitz
2009-10-20SCI: kPalVary basicMartin Kiewitz
2009-10-20SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlagsMartin Kiewitz
2009-10-20SCI/newgui: kPalette/animate - accidentally changed speed to uint16 in prev. ...Martin Kiewitz
2009-10-20SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate supportMartin Kiewitz
2009-10-18SCI: kDrawCel priority is signedMartin Kiewitz
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
2009-10-18Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics b...Matthew Hoops
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
2009-10-18Re-enabled the speed throttler for SCI1.1 games again, as disabling it makes ...Filippos Karapetis
2009-10-18Limited the speed throttler in kAnimate to work on SCI0-SCI1. SCI1.1 games se...Filippos Karapetis
2009-10-17SCI: kAnimate comment added about qfg3Martin Kiewitz
2009-10-16SCI: kAnimate now delays the first few calls less, otherwise sq3 will remove ...Martin Kiewitz
2009-10-16Hide the mouse cursor when showing a videoFilippos Karapetis
2009-10-16Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S...Matthew Hoops
2009-10-16SCI: insert comment about kq6 issue caused by new speed throttler. theoretica...Martin Kiewitz
2009-10-16Moved the SEQ decoder outside the gfx directory, as it is completely stand al...Filippos Karapetis
2009-10-16Added a new convenience method to the video player, which adds the event of s...Filippos Karapetis
2009-10-15Changed the KQ6 floppy SEQ decoder to use the common VideoPlayer interface. S...Filippos Karapetis
2009-10-15SCI: kAnimate speed throttler fixMartin Kiewitz
2009-10-15SCI: kAnimate now uses gfxop_sleep for sleeping, mouse cursor is more fluid t...Martin Kiewitz
2009-10-15SCI: included stub for kPalVary to make Pharkas work a little bit more (curre...Martin Kiewitz
2009-10-14SCI: removed speed throttler (cause of kAnimate change)Martin Kiewitz
2009-10-14SCI: kAnimate now delays a bit if needed (fixes typing in intro of lsl5, kq6 ...Martin Kiewitz
2009-10-14SCI/newgui: kPalette / setIntensity / reimplemented setPalette optional param...Martin Kiewitz
2009-10-14SCI/newgui: changed kPalette (setIntensity) to behave differently (seems we h...Martin Kiewitz
2009-10-14SCI: kDrawPic now reads out blackout flag for transitionsMartin Kiewitz
2009-10-14Fixed the palette in the SEQ decoder againFilippos Karapetis
2009-10-14Started rewriting the SEQ decoder to use the new GUI functionsFilippos Karapetis
2009-10-14Fixed kMoveCursor(). Now the cursor will be moved to the correct spot when pr...Filippos Karapetis
2009-10-14SCI: kDrawPic - flags is actually uint16Martin Kiewitz
2009-10-14SCI: kDrawControl now also fixes bad rects (fixes jones/vga)Martin Kiewitz
2009-10-14SCI: Fix warning, cleanupMax Horn
2009-10-14- Moved cel width and height calculation in the GUIFilippos Karapetis
2009-10-13Moved some old GUI specific code from kgraphics.cpp into gui32.cppFilippos Karapetis
2009-10-13SCI/newgui: DrawControl type 10 is actually just a dummy in qfg1ega, we dont ...Martin Kiewitz
2009-10-13SCI/newgui: K_CONTROL_* renamed to SCI_CONTROLS_TYPE_*Martin Kiewitz
2009-10-13SCI: stub for kDrawControl K_CONTROL_PERCENTAGEMartin Kiewitz
2009-10-13Removed some leftover code, fixes KQ5CDFilippos Karapetis
2009-10-13Merged the rest of the cursor codeFilippos Karapetis
2009-10-13SCI/newgui: kSetPort() now also supporting 7 parametersMartin Kiewitz
2009-10-12SCI: kCelHigh / kCelWide got broken with last revision, now fixedMartin Kiewitz
2009-10-12SCI: now allowing calling celWide and celHigh with only 2 parameters (done by...Martin Kiewitz
2009-10-12SCI: kGraph cleanupMartin Kiewitz
2009-10-12SCI: kGraph now fixes up coordinates before constructing a rect (invalid rect...Martin Kiewitz
2009-10-12SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function...Martin Kiewitz
2009-10-12SCI/newgui: implemented kPicNotValidMartin Kiewitz
2009-10-12SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil...Martin Kiewitz
2009-10-11Added kSetPort case with 4 parameters (used in the ending of LSL6)Filippos Karapetis