aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
AgeCommit message (Expand)Author
2010-01-31SCI: removing unused DrawChar()/StdChar() from text classMartin Kiewitz
2010-01-31SCI: dont delete _font inside text class, its already deleted inside cacheMartin Kiewitz
2010-01-31SCI: implemented font cachingMartin Kiewitz
2010-01-31Silence gcc warnings.Matthew Hoops
2010-01-31SCI: GfxCache is now also called directly w/o SciGui nor SciGui32Martin Kiewitz
2010-01-31SCI: changed the way font class is initializedMartin Kiewitz
2010-01-31Fix possible memory leaks.Johannes Schickel
2010-01-31SCI: remove classname from header to fix buildMartin Kiewitz
2010-01-31SCI: renamed kernelFind() to kernelFindColor, so that it isnt that confusing :PMartin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
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-30Added a sanity check to baseSetter() - Torin's demo progresses a bit further nowFilippos Karapetis
2010-01-29SCI: adding shakeScreen() for gui32 for lsl6Martin Kiewitz
2010-01-29Silence gcc warnings, have gui32.cpp only build when ENABLE_SCI32 is defined.Matthew Hoops
2010-01-29SCI: added new SciGui32 class, Gfx class needs some work though and hopefully...Martin Kiewitz
2010-01-29SCI: removing bit 1 support (was introduced because of problems in sci1.1 gam...Martin Kiewitz
2010-01-29SCI: calculating celRect the right way for sci32Martin Kiewitz
2010-01-29SCI: fixing cursor in sci32 for clone ;)Martin Kiewitz
2010-01-29SCI: hacked up a bit sci32 graphics to support (theoretically) scalingMartin Kiewitz
2010-01-29SCI: little hack so that old views are erased in sci32Martin Kiewitz
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-29SCI: view class fix for hires views that are larger than 64k (fixes kq7 cel c...Martin Kiewitz
2010-01-28SCI: some progress on REing robot files (99% comments only)Martin Kiewitz
2010-01-27Made the code inside SciGui::display() a bit more readableFilippos Karapetis
2010-01-27SCI: fix for clipping code inside kGraphMartin Kiewitz
2010-01-27SCI: removing duplicate comment line that isnt right there (it documents the ...Martin Kiewitz
2010-01-27Only reshow the cursor after playing a video if it was originally showing bef...Matthew Hoops
2010-01-27SCI: scaling for non-regular cels, scaling for reanimate (fixes pharkas demo,...Martin Kiewitz
2010-01-26SCI: changed flags (uint16) to force (bool) for set/merge palette methodsMartin Kiewitz
2010-01-26SCI: force palette merging for kq6 hires portraits (cause its needed on those)Martin Kiewitz
2010-01-26SCI: dont do real merging of palettes for sci1.1+, fixes sq5 wilco face, wilc...Martin Kiewitz
2010-01-26SCI: removing now unneeded table EGAtable from palette classMartin Kiewitz
2010-01-25SCI: removed EGA mapping for amiga games, cause changing K_GRAPH_GET_COLORS_N...Martin Kiewitz
2010-01-25Fixed window port for Slater and Hoyle 3 (the top coordinate of the main wind...Filippos Karapetis
2010-01-25SCI: fixing skipping over dummy VGA palettes in amiga gamesMartin Kiewitz
2010-01-25SCI: created isAmiga32color(), using this method instead of comparing against...Martin Kiewitz
2010-01-25SCI: changed comment about amiga palette inside picture class (removed TODO a...Martin Kiewitz
2010-01-25SCI: support for amiga pictures that change the paletteMartin Kiewitz
2010-01-25SCI: support for both amiga "palettes" (one is a left-over VGA palette, the o...Martin Kiewitz
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-24SCI: skip over amiga palette inside pictures for now, needs implementation (T...Martin Kiewitz
2010-01-24SCI: removed oldMenuId check for BitsShow in menu (was done for keyboard inte...Martin Kiewitz
2010-01-24SCI: never set palette for amiga games (fixes kq5 palette corruption at the b...Martin Kiewitz
2010-01-24SCI: changed amiga palette mapping table to map color 15 (white) again, scrip...Martin Kiewitz
2010-01-24SCI: added comment about using color 255 all the time for amiga gamesMartin Kiewitz
2010-01-24SCI: changing white to be 255 for amiga all the time (works for our interpret...Martin Kiewitz
2010-01-24SCI: fixing amiga mapping for colors 0 and 15, those are hardcoded like every...Martin Kiewitz
2010-01-24SCI: self drawn stuff on amiga uses ega palette, we need to match it onto cur...Martin Kiewitz
2010-01-24SCI: handle intensity calls for amiga the same way as we handle palette anima...Martin Kiewitz