aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.cpp
AgeCommit message (Expand)Author
2010-04-17SCI: change textedit control to cast to unsigned char to fix cursor position ...Martin Kiewitz
2010-04-16SCI: support for kanji (sjis), minor centering issue leftMartin Kiewitz
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-06SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ...Martin Kiewitz
2010-02-06Added a sanity check for kListAt and made the hack for displaying text work i...Filippos Karapetis
2010-02-05SCI: Add a 'SELECTOR' macroMax Horn
2010-02-05SCI: initializing _highPlanePri inside GfxFrameoutMartin Kiewitz
2010-02-05SCI: frameout sci32 stuff now gets called directly w/o SciGui/32Martin Kiewitz
2010-02-05SCI: renamed class Font to GfxFontMartin Kiewitz
2010-02-05SCI: renamed SciGuiPicture to GfxPictureMartin Kiewitz
2010-02-04SCI: renaming class View to GfxViewMartin Kiewitz
2010-02-04SCI: adding GfxPaint32 class, adding back support for planes, minor change in...Martin Kiewitz
2010-02-04SCI: also adjusting bottom/right coordinate of plane rectMartin Kiewitz
2010-02-04SCI: added clipping inside frameout (fixes torin)Martin Kiewitz
2010-02-04SCI: support for resX, resY inside frameoutMartin Kiewitz
2010-02-03Initial implementation of text drawing for SCI2 (it's a hack for now, done th...Filippos Karapetis
2010-02-02Silenced warningFilippos Karapetis
2010-02-02SCI: frameout ignoring 0xFFFE for picture id as well (must be some other magi...Martin Kiewitz
2010-02-02SCI: some sort of priority support for sci32 (not working right, but at least...Martin Kiewitz