index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
graphics
/
portrait.cpp
Age
Commit message (
Expand
)
Author
2010-01-31
SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...
Martin Kiewitz
2010-01-26
SCI: changed flags (uint16) to force (bool) for set/merge palette methods
Martin Kiewitz
2010-01-26
SCI: force palette merging for kq6 hires portraits (cause its needed on those)
Martin Kiewitz
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-12
SCI: continue when kPortrait is called with no sync resource existant for mou...
Martin Kiewitz
2010-01-11
Some portrait-related changes, to be used when portrait loading/unloading is ...
Filippos Karapetis
2010-01-11
- Set the palette inside doit() again
Filippos Karapetis
2010-01-11
The portrait file data is now freed after the portrait animation is done
Filippos Karapetis
2010-01-11
Cleanup, fixed a memory leak
Filippos Karapetis
2010-01-11
- Don't set the palette per portrait frame - setting the whole screen palette...
Filippos Karapetis
2010-01-10
SCI: kPortrait - abort on mouse presses only
Martin Kiewitz
2010-01-10
SCI: kPortrait - mouse click now aborts portrait
Martin Kiewitz
2010-01-10
SCI: kPortrait - error() out when resource could not be found
Martin Kiewitz
2010-01-09
SCI: kPortrait - now drawing after wait, also using gui wait so mouse cursor ...
Martin Kiewitz
2010-01-09
SCI: kPortrait - drawing base bitmap before drawing animation bitmap
Martin Kiewitz
2010-01-09
kPortrait: found the coordinate offsets, corrected actual bitmap size (someti...
Martin Kiewitz
2010-01-09
SCI: deleting _bitmaps and unlocking sync resource in kPortrait
Martin Kiewitz
2010-01-09
SCI: kPortrait - animation included, doesnt seem right currently coordinate o...
Martin Kiewitz
2010-01-09
SCI: kPortrait almost fully implemented (animation bitmaps still missing)
Martin Kiewitz
2010-01-09
SCI: adding audio support to kPortrait, audio is now playing when portraits a...
Martin Kiewitz
2010-01-07
SCI: some portrait work (kq6 now shows the main bitmap as portrait, coordinat...
Martin Kiewitz
2010-01-05
More renaming
Filippos Karapetis