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
/
gfx.cpp
Age
Commit message (
Expand
)
Author
2010-01-19
SCI: implemented priority bands support for sci1.1 picture resources, fixed l...
Martin Kiewitz
2010-01-16
SCI: View::drawScaled() created (doesnt do scaling yet), removed scaling vari...
Martin Kiewitz
2010-01-10
SCI: updateBox now also supports hires mode
Martin Kiewitz
2010-01-10
SCI: changed location of hack inside kDrawCel, coordinates of savedhiresbox m...
Martin Kiewitz
2010-01-10
SCI: switching to hires kDrawCel when 8th parameter is passed, fixed kDrawCel...
Martin Kiewitz
2010-01-09
SCI: added new debug command "picture_visualize", which enables visualization...
Martin Kiewitz
2010-01-07
SCI: sierra sci doesnt seem to adjust according to port on upscaledhires_save...
Martin Kiewitz
2010-01-07
SCI: fixed save/restorebits within screen class for displayscreen case, fixes...
Martin Kiewitz
2010-01-07
SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ...
Martin Kiewitz
2010-01-06
- Some work on kLocalToGlobal and kGlobalToLocal for SCI2+
Filippos Karapetis
2010-01-06
SCI: initPriorityBands() now aborts when getting called and screen size is no...
Martin Kiewitz
2010-01-06
SCI: changed screenHeight to 200 fixed inside initPriorityBands() because the...
Martin Kiewitz
2010-01-06
SCI: making most of the variables in screen class private (some of it was nee...
Martin Kiewitz
2010-01-05
Renamed the version of drawCel() which calls BitsShow() to drawCelAndShow(), ...
Filippos Karapetis
2010-01-05
Some initial work on SCI1.1 view scaling (not working yet)
Filippos Karapetis
2010-01-05
Removed duplicate code
Filippos Karapetis
2010-01-05
More renaming
Filippos Karapetis