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
/
view.cpp
Age
Commit message (
Expand
)
Author
2010-01-16
SCI: added TODO inside kAnimate for scalesignal bit 1, added comment about sc...
Martin Kiewitz
2010-01-16
SCI: view scaling - dont fill left-over bytes if there are no left-over bytes :P
Martin Kiewitz
2010-01-16
SCI: support for upscaling implemented, included clipping
Martin Kiewitz
2010-01-16
SCI: scaling support, upscaling not yet supported - not really tested, so the...
Martin Kiewitz
2010-01-16
SCI: View::drawScaled() created (doesnt do scaling yet), removed scaling vari...
Martin Kiewitz
2010-01-16
SCI: created getCelScaledRect() inside view class
Martin Kiewitz
2010-01-12
SCI: View::getCelCount now validates input
Martin Kiewitz
2010-01-11
SCI: changed displaceY and displaceX for cels to int16, also inserted cast to...
Martin Kiewitz
2010-01-07
SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ...
Martin Kiewitz
2010-01-07
SCI: small cleanup in view drawing
Martin Kiewitz
2010-01-06
- Some work on kLocalToGlobal and kGlobalToLocal for SCI2+
Filippos Karapetis
2010-01-05
SCI: removed uint16 limit within view class (allows hires views)
Martin Kiewitz
2010-01-05
Some initial work on SCI1.1 view scaling (not working yet)
Filippos Karapetis
2010-01-05
More renaming
Filippos Karapetis