aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
AgeCommit message (Expand)Author
2010-07-22SCI: Fixed the crash in LSL2, room 42 (when arriving at the island). kAnimate...Filippos Karapetis
2010-07-22SCI: changed the comment about the palette merging (it's not a workaround any...Filippos Karapetis
2010-07-22Use new[]/delete[] instead of malloc/freeMatthew Hoops
2010-07-22Silence gcc warningMatthew Hoops
2010-07-22SCI: some more work on priority sci32Martin Kiewitz
2010-07-22SCI: removing priority hack for gk1hiresMartin Kiewitz
2010-07-22SCI: some work on priority in sci32Martin Kiewitz
2010-07-22Silenced a known warning in SQ5, after the introFilippos Karapetis
2010-07-21SCI: terminating at another resource of sq4cdMartin Kiewitz
2010-07-21SCI: fixing hires background pictures sci2.1Martin Kiewitz
2010-07-21SCI: kSetNowSeen sci2.1Martin Kiewitz
2010-07-21SCI: more work on coordadjustment sci32Martin Kiewitz
2010-07-20SCI: some sci32 fixesMartin Kiewitz
2010-07-20SCI: fixed jones/ega/vga port issueMartin Kiewitz
2010-07-19SCI: dont fix list control in sq4Martin Kiewitz
2010-07-17Remove extra ";" in class declarations.Johannes Schickel
2010-07-15SCI: some big changes to kCantBeHere - kCantBeHere returns the actual "proble...Martin Kiewitz
2010-07-14SCI: removing hardcoded size when drawing list controls - fixes load/save dia...Martin Kiewitz
2010-07-14SCI: separating qfg1ega and qfg1vga gameidsMartin Kiewitz
2010-07-14SCI: Removed a chatty (and unneeded) warningFilippos Karapetis
2010-07-13SCI: adding comment about palette formatsMartin Kiewitz
2010-07-13SCI: adding comment about GfxPicture::draw() and picture resource formatsMartin Kiewitz
2010-07-13SCI: change handling of priority in combination with embedded cels inside pic...Martin Kiewitz
2010-07-11SCI: also sync palette after playing movies, fixes kq6 introMartin Kiewitz
2010-07-10SCI: calling speed throttler as well from kPalette(setIntensity) if needed - ...Martin Kiewitz
2010-07-10SCI: calculate widths for menu after switching to menuport, i guess this was ...Martin Kiewitz
2010-07-10SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing kAssertPalet...Martin Kiewitz
2010-07-06SCI: fix regression of r50721 - pausing/resuming only on actual menu usageMartin Kiewitz
2010-07-06SCI: fix regression of r50599 - broken greyed font drawingMartin Kiewitz
2010-07-02SCI: change drawing of fonts, so that we never do triple pixel line duplicati...Martin Kiewitz
2010-07-02SCI: added possible workaround or final solution for hires portraits not full...Martin Kiewitz
2010-07-02SCI: changing adjusting of upscaled hires box coordinatesMartin Kiewitz
2010-07-02Extended the SCI2 text drawing hack for SCI2.1 too, and added font cachingFilippos Karapetis
2010-06-30SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots i...Martin Kiewitz
2010-06-30SCI: remove some duplicate codeMartin Kiewitz
2010-06-30SCI: support for hires views in gk1Martin Kiewitz
2010-06-29Handle empty clip rectangles in GfxView::drawScaled(). Fixes an assert in the...Filippos Karapetis
2010-06-29SCI: Rewrap more commentsMax Horn
2010-06-29SCI: Add some const qualifiersMax Horn
2010-06-29SCI: Rename listEntry -> 'it' for better readabilityMax Horn
2010-06-29SCI: Simplify List::iterator usage in GfxAnimateMax Horn
2010-06-29SCI: Simplify GfxAnimate code, get rid of _listDataMax Horn
2010-06-28SCI: updated comment about transparent pixels in viewsMartin Kiewitz
2010-06-28SCI: kAnimate resetting _lastCastCount all the timeMartin Kiewitz
2010-06-28SCI: fix regression of r50422, please no refactoring without proper testing -...Martin Kiewitz
2010-06-28SCI: added comment - lsl5 also has too large windowsMartin Kiewitz
2010-06-28Remove CRsWillem Jan Palenstijn
2010-06-28SCI: add const again to newWidthMartin Kiewitz
2010-06-28SCI: fix regression of r50424, 2x scalingMartin Kiewitz
2010-06-28SCI: Cleanup GfxView code (formatting etc.); also insert some asserts to prot...Max Horn