aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
AgeCommit message (Expand)Author
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
2010-01-24SCI: supporting .used bit 1 in palettes (force direct palette setting) and cl...Martin Kiewitz
2010-01-23Added some skeleton code for kPalVary()Filippos Karapetis
2010-01-23SCI: SCI0 games have a grey titlebarMartin 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-22SCI: removed error inside Menu::mouseFindMenuItemSelection, instead returning 0Martin Kiewitz
2010-01-22SCI: draw a black line under menubar when menu is active (effectively for jon...Martin Kiewitz
2010-01-20SCI: control icons now use objects priority selector instead of hardcoded pri...Martin Kiewitz
2010-01-20SCI: boundary check on getPortById()Martin Kiewitz
2010-01-19SCI: dont directly set mouse cursor to visible state but call show() instead ...Martin Kiewitz
2010-01-19SCI: call showBits() on the line between menubar and the actual menu (because...Martin Kiewitz
2010-01-19SCI: also fix statusbarMartin Kiewitz
2010-01-19SCI: fixed displaying of menubar (fixes all sorts of ega games)Martin Kiewitz
2010-01-19SCI: use reanimate instead of BitsShow() when removing menusMartin Kiewitz
2010-01-19SCI: Still limit lower boundary in SCI1.1, moved upper priority boundary limi...Martin Kiewitz
2010-01-19SCI: don't limit priority bands in sci1.1 (fixes swimmer in lsl6)Martin Kiewitz
2010-01-19SCI: implemented priority bands support for sci1.1 picture resources, fixed l...Martin Kiewitz
2010-01-17SCI: speed throttler changed, now gets triggered by kAnimate, removed initial...Martin Kiewitz
2010-01-16SCI: fix kNewWindow code to match the code in gregs engineMartin Kiewitz
2010-01-16SCI: added TODO inside kAnimate for scalesignal bit 1, added comment about sc...Martin Kiewitz
2010-01-16SCI: view scaling - dont fill left-over bytes if there are no left-over bytes :PMartin Kiewitz
2010-01-16SCI: support for upscaling implemented, included clippingMartin Kiewitz
2010-01-16SCI: scaling support, upscaling not yet supported - not really tested, so the...Martin Kiewitz
2010-01-16SCI: View::drawScaled() created (doesnt do scaling yet), removed scaling vari...Martin Kiewitz
2010-01-16SCI: created getCelScaledRect() inside view classMartin Kiewitz
2010-01-15SCI: more detail info about scaleSignal bit 1Martin Kiewitz
2010-01-15SCI: added enum for ScaleSignalMartin Kiewitz
2010-01-15SCI: changed scalesignal to scaleSignal - selector works now :)Martin Kiewitz
2010-01-15SCI: adding caching for scalesignal, scaleX and scaleY within kAnimate()Martin Kiewitz
2010-01-12SCI: implemented mouse interaction while being in keyboard mode, also ignore ...Martin Kiewitz
2010-01-12SCI: using _menuRect inside Menu::mouseFindMenuItemSelection for easier code,...Martin Kiewitz
2010-01-12SCI: interactive menu with mouse fully implemented, mouse within keyboard men...Martin Kiewitz
2010-01-12SCI: changed interactive with mouse menu code (still not finished)Martin Kiewitz
2010-01-12A null pointer can be safely passed to "delete", thus there is no need to che...Johannes Schickel
2010-01-12SCI: added comment about "not behaving like sierra here", also added TODO on ...Martin Kiewitz
2010-01-12SCI: deleting _font when changing active fontMartin Kiewitz
2010-01-12SCI: View::getCelCount now validates inputMartin Kiewitz