aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/gui.cpp
AgeCommit message (Expand)Author
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
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-23Added some skeleton code for kPalVary()Filippos Karapetis
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-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: 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-10SCI: kPortrait - mouse click now aborts portraitMartin 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 almost fully implemented (animation bitmaps still missing)Martin Kiewitz
2010-01-09SCI: adding audio support to kPortrait, audio is now playing when portraits a...Martin Kiewitz
2010-01-09SCI: added new debug command "picture_visualize", which enables visualization...Martin Kiewitz
2010-01-07SCI: kPortrait actually gets lowres coordinates that need to get adjusted acc...Martin Kiewitz
2010-01-07SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ...Martin Kiewitz
2010-01-07SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co...Martin Kiewitz
2010-01-07SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ...Martin Kiewitz
2010-01-07SCI: some portrait work (kq6 now shows the main bitmap as portrait, coordinat...Martin Kiewitz
2010-01-06SCI: added a new class for robot resourcesMartin 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-06SCI: initPriorityBands() now aborts when getting called and screen size is no...Martin Kiewitz
2010-01-06SCI2+ games no longer use priority bands (fixes memory leaks in true hires ga...Filippos Karapetis
2010-01-06SCI: making most of the variables in screen class private (some of it was nee...Martin Kiewitz
2010-01-05Renamed the version of drawCel() which calls BitsShow() to drawCelAndShow(), ...Filippos Karapetis
2010-01-05CleanupFilippos Karapetis
2010-01-05Yet more renamingFilippos Karapetis
2010-01-05More renamingFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis