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
/
frameout.cpp
Age
Commit message (
Expand
)
Author
2010-02-13
SCI: Add global g_sci pointer to the active SciEngine instance
Max Horn
2010-02-06
SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ...
Martin Kiewitz
2010-02-06
Added a sanity check for kListAt and made the hack for displaying text work i...
Filippos Karapetis
2010-02-05
SCI: Add a 'SELECTOR' macro
Max Horn
2010-02-05
SCI: initializing _highPlanePri inside GfxFrameout
Martin Kiewitz
2010-02-05
SCI: frameout sci32 stuff now gets called directly w/o SciGui/32
Martin Kiewitz
2010-02-05
SCI: renamed class Font to GfxFont
Martin Kiewitz
2010-02-05
SCI: renamed SciGuiPicture to GfxPicture
Martin Kiewitz
2010-02-04
SCI: renaming class View to GfxView
Martin Kiewitz
2010-02-04
SCI: adding GfxPaint32 class, adding back support for planes, minor change in...
Martin Kiewitz
2010-02-04
SCI: also adjusting bottom/right coordinate of plane rect
Martin Kiewitz
2010-02-04
SCI: added clipping inside frameout (fixes torin)
Martin Kiewitz
2010-02-04
SCI: support for resX, resY inside frameout
Martin Kiewitz
2010-02-03
Initial implementation of text drawing for SCI2 (it's a hack for now, done th...
Filippos Karapetis
2010-02-02
Silenced warning
Filippos Karapetis
2010-02-02
SCI: frameout ignoring 0xFFFE for picture id as well (must be some other magi...
Martin Kiewitz
2010-02-02
SCI: some sort of priority support for sci32 (not working right, but at least...
Martin Kiewitz