aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kgraphics.cpp
AgeCommit message (Expand)Author
2009-11-03Removed some more hacks for accessing the segment managerFilippos Karapetis
2009-10-31SCI/newgui: fixing kDisposeWindow so that reanimate is correctly called (fixe...Martin Kiewitz
2009-10-31Fix compilation.Johannes Schickel
2009-10-31SCI/newgui: SciGuiPortrait createdMartin Kiewitz
2009-10-31Comment out unused variables.Johannes Schickel
2009-10-31- Added some TODOsFilippos Karapetis
2009-10-31SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if coordinate...Martin Kiewitz
2009-10-30Formatting.Johannes Schickel
2009-10-30Some work on the kPortrait kernel function, used to show hires character port...Filippos Karapetis
2009-10-29CleanupFilippos Karapetis
2009-10-29- Implemented savegame deletion for SQ4 floppyFilippos Karapetis
2009-10-29Disable the "Delete" button for all versions of SQ4 floppy, and the "Change D...Filippos Karapetis
2009-10-29SCI/newgui: Defining color white and others in SciGuiScreen and using that. A...Martin Kiewitz
2009-10-28Added a workaround for the casino door in LSL1Filippos Karapetis
2009-10-28SCI/newgui: BaseSetter moved to SciGuiMartin Kiewitz
2009-10-28SCI/newgui: IsItSkip moved into SciGuiMartin Kiewitz
2009-10-28SCI/newgui: CleanupMartin Kiewitz
2009-10-28Fixed the rectangle top inside kBaseSetter()Filippos Karapetis
2009-10-28CleanupFilippos Karapetis
2009-10-28Oops, removed leftover code (z was taken into account after all, but in a dif...Filippos Karapetis
2009-10-28Rewrote kBaseSetter() to use new graphics functions and behave like the origi...Filippos Karapetis
2009-10-28Reimplemented isItSkip() using new graphics codeFilippos Karapetis
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...Filippos Karapetis
2009-10-25Moved the cel count calculation to the new graphics codeFilippos Karapetis
2009-10-25SCI: kAddToPic - removing support for argc==0 case, if this really gets used ...Martin Kiewitz
2009-10-23SCI: kAddToPic - abort when list is null reference (fixes qfg1 saved game loa...Martin Kiewitz
2009-10-23SCI: speed throttler moved to kGameIsRestarting for all games. Also made the ...Martin Kiewitz
2009-10-22SCI: kAnimate disable throttler for SCI0 and SCI01 games cause of issues in a...Martin Kiewitz
2009-10-22CleanupFilippos Karapetis
2009-10-22Moved the view loop counting code in the new GUIFilippos Karapetis
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