aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/portrait.cpp
AgeCommit message (Expand)Author
2015-04-26SCI: implement delayed restore via ScummVM menuMartin Kiewitz
2014-12-28SCI: improve kPortrait debug support + fixMartin Kiewitz
2014-12-25SCI: actor file format, add debug code kPortraitMartin Kiewitz
2014-10-28SCI: Remove trailing whitespaceFilippos Karapetis
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-24SCI: portraits cleanup + show base picture at endMartin Kiewitz
2013-12-18SCI: debug code to print out kq6 raw lipsync dataMartin Kiewitz
2013-12-11SCI: rave support (KQ6 hires portrait lip sync)Martin Kiewitz
2013-12-10SCI: Add handling for the RAVE resource type, found in KQ6CDFilippos Karapetis
2013-02-23ALL: Fix typo (existant->existent)Willem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-12-21SCI: Reset the portrait bitmap to the "closed mouth" state, when skipping dia...Filippos Karapetis
2010-08-29SCI: Throttle the invocations of Engine::shouldQuit()Filippos Karapetis
2010-06-17SCI: Rename sciEvent to SciEventMax Horn
2010-06-17SCI: Moved the event code a little bit around.Max Horn
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-15SCI: calling wait() directly and removing it from SciGuiMartin Kiewitz
2010-06-15Reduce header dependenciesMax Horn
2010-06-09Renamed the SciEvent class to EventManager, to separate it from the sciEvent ...Filippos Karapetis
2010-05-15SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro...Martin Kiewitz
2010-05-04SCI: kPortrait - correctly jump over offset table to land on raw lipsync data...Martin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...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-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-12SCI: continue when kPortrait is called with no sync resource existant for mou...Martin Kiewitz
2010-01-11Some portrait-related changes, to be used when portrait loading/unloading is ...Filippos 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-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
2010-01-09SCI: adding audio support to kPortrait, audio is now playing when portraits a...Martin Kiewitz
2010-01-07SCI: some portrait work (kq6 now shows the main bitmap as portrait, coordinat...Martin Kiewitz
2010-01-05More renamingFilippos Karapetis