aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kgraphics.cpp
AgeCommit message (Expand)Author
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
2009-12-27Renamed gameName -> gameId, to keep the same vocabulary everywhereFilippos Karapetis
2009-12-24SCI32: The view related functions pass a view object as parameter, and the en...Filippos Karapetis
2009-12-21SCI32:Matthew Hoops
2009-12-21Fixed text controls when subtitles are enabled in multilingual SCI01 gamesFilippos Karapetis
2009-12-19- Started wrapping the current sound code around appropriate definesFilippos Karapetis
2009-11-30SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s...Martin Kiewitz
2009-11-20Changed some comments back to DOxygen (inline) style and removed some more de...Filippos Karapetis
2009-11-05SCI/newgui: kDisposeWindow - changed to reflect actual sierra sci behaviourMartin Kiewitz
2009-11-04Reapplied the LSL1 casino workaround, which got disabled accidentally in comm...Filippos Karapetis
2009-11-04SCI/newgui: kGraph / InitPriority changed to reflect sci0 implementation, als...Martin Kiewitz
2009-11-04Removed the reference to SciGuiCursor from EngineStateFilippos Karapetis
2009-11-04priority_first and priority_last are not used by the new drawing code, thus t...Filippos Karapetis
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