aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
AgeCommit message (Expand)Author
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
2010-01-12SCI: continue when kPortrait is called with no sync resource existant for mou...Martin Kiewitz
2010-01-12Added mouse click handling for top menus (mouse clicks on menu items of each ...Filippos Karapetis
2010-01-11SCI: changed displaceY and displaceX for cels to int16, also inserted cast to...Martin Kiewitz
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-11- Set the palette inside doit() againFilippos Karapetis
2010-01-11The portrait file data is now freed after the portrait animation is doneFilippos Karapetis
2010-01-11Cleanup, fixed a memory leakFilippos Karapetis
2010-01-11- Don't set the palette per portrait frame - setting the whole screen palette...Filippos Karapetis
2010-01-10SCI: kPortrait - abort on mouse presses onlyMartin Kiewitz
2010-01-10SCI: kPortrait - mouse click now aborts portraitMartin Kiewitz
2010-01-10SCI: kPortrait - error() out when resource could not be foundMartin Kiewitz
2010-01-10SCI: ignore hiresMode when not being upscaledHires for kDrawCel and updateBox...Martin Kiewitz
2010-01-10SCI: updateBox now also supports hires modeMartin Kiewitz
2010-01-10SCI: changed location of hack inside kDrawCel, coordinates of savedhiresbox m...Martin Kiewitz
2010-01-10SCI: switching to hires kDrawCel when 8th parameter is passed, fixed kDrawCel...Martin Kiewitz
2010-01-09SCI: kPortrait - now drawing after wait, also using gui wait so mouse cursor ...Martin Kiewitz
2010-01-09SCI: kPortrait - drawing base bitmap before drawing animation bitmapMartin Kiewitz
2010-01-09kPortrait: found the coordinate offsets, corrected actual bitmap size (someti...Martin Kiewitz
2010-01-09SCI: deleting _bitmaps and unlocking sync resource in kPortraitMartin Kiewitz
2010-01-09SCI: kPortrait - animation included, doesnt seem right currently coordinate o...Martin Kiewitz
2010-01-09SCI: kPortrait almost fully implemented (animation bitmaps still missing)Martin Kiewitz