aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kgraphics.cpp
AgeCommit message (Expand)Author
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-30SCI: Remove extra '\n's in debugC messagesWillem Jan Palenstijn
2010-01-30Add the SCI2.1 variant of kShowMovie; KQ7 now shows the opening video.Matthew Hoops
2010-01-29Fix compile when ENABLE_SCI32 is not set.Matthew Hoops
2010-01-29SCI: adding shakeScreen() for gui32 for lsl6Martin Kiewitz
2010-01-29SCI: added new SciGui32 class, Gfx class needs some work though and hopefully...Martin Kiewitz
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-28SCI2.1: Added a dummy function for kRobot (with some info on its parameters),...Filippos Karapetis
2010-01-27SCI: added workaround for laura bow 2 game menu (same issue as in pharkas)......Martin Kiewitz
2010-01-27SCI: changed the pharkas workaround to also cover pharkas-floppy demoMartin Kiewitz
2010-01-27Only reshow the cursor after playing a video if it was originally showing bef...Matthew Hoops
2010-01-26SCI: changed flags (uint16) to force (bool) for set/merge palette methodsMartin Kiewitz
2010-01-26SCI: Add string support for odd-offset pointers into reg_t-based segments.Walter van Niftrik
2010-01-25SCI: dont fix line color for amiga 32 colorMartin Kiewitz
2010-01-25SCI: removed EGA mapping for amiga games, cause changing K_GRAPH_GET_COLORS_N...Martin Kiewitz
2010-01-24SCI: Fix list control scrolling in Jones EGA and VGA.Walter van Niftrik
2010-01-23Added some skeleton code for kPalVary()Filippos Karapetis
2010-01-23SCI: separate fix function for kDrawControl rectsMartin Kiewitz
2010-01-22SCI: dont swap coordinates on rects when both are "wrong", will fix button pl...Martin Kiewitz
2010-01-22SCI: restoring r47412, we were right all along but this "hack" was done on th...Martin Kiewitz
2010-01-22SCI: reverting r47412, change was incorrect and also resulted in broken anima...Martin Kiewitz
2010-01-20SCI: control icons now use objects priority selector instead of hardcoded pri...Martin Kiewitz
2010-01-20SCI: kDrawCel workaround documented and not temporary anymoreMartin Kiewitz
2010-01-20SCI: workaround for game menu/quit menu in freddy pharkas till vm issue is re...Martin Kiewitz
2010-01-19SCI: Remove upper 4 bits when drawing lines on EGA games (fixes window colors...Martin Kiewitz
2010-01-17SCI: kDisposeWindow - use reanimate when argc == 1 (fixes iceman window removal)Martin Kiewitz
2010-01-15SCI: adjust kNewWindow to support argc==15 (on mac according [md5])Martin Kiewitz
2010-01-14SCI: another change to reanimate behaviour of kDisposeWindowMartin Kiewitz
2010-01-14SCI: change on reanimate kDisposeWindow behaviour, fixes sq5 window removalMartin Kiewitz
2010-01-11Changed all kGraph calls which handle rectangles to use kGraphCreateRect(). A...Filippos Karapetis
2010-01-11Some portrait-related changes, to be used when portrait loading/unloading is ...Filippos Karapetis
2010-01-11Moved all the cache limits inside helpers.h and removed an obsolete TODOFilippos Karapetis
2010-01-11Hide the mouse cursor while a video is being playedFilippos Karapetis
2010-01-10SCI: fixed typo when getting resourceId on kPortrait call - fixes resource no...Martin Kiewitz
2010-01-10SCI: updateBox now also supports hires modeMartin Kiewitz
2010-01-10SCI: switching to hires kDrawCel when 8th parameter is passed, fixed kDrawCel...Martin Kiewitz
2010-01-07SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ...Martin Kiewitz
2010-01-07SCI: fixed save/restorebits within screen class for displayscreen case, fixes...Martin Kiewitz
2010-01-07SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co...Martin Kiewitz
2010-01-06SCI: sync displayScreen with framebuffer after successful video playback (fix...Martin Kiewitz
2010-01-06- Some work on kLocalToGlobal and kGlobalToLocal for SCI2+Filippos Karapetis
2010-01-05More renamingFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-05SCI: Removed the old graphics codeFilippos Karapetis
2010-01-04SCI: kPalette / animate adjustments to behave more like sierra sci, also does...Martin Kiewitz
2010-01-04SCI/new sound code: update sound cues when kGetEvent() is called, instead of ...Filippos Karapetis
2010-01-01Added a comment for the reason updateSci0Cues() is called within kAnimate()Filippos Karapetis
2010-01-01SCI/new music code:Filippos Karapetis
2009-12-30The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game...Filippos Karapetis