aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.cpp
AgeCommit message (Expand)Author
2010-07-14SCI: Removed a chatty (and unneeded) warningFilippos Karapetis
2010-07-02Extended the SCI2 text drawing hack for SCI2.1 too, and added font cachingFilippos Karapetis
2010-06-30SCI: support for hires views in gk1Martin Kiewitz
2010-06-28SCI: Add const qualifiers to many GfxView methods and their return values.Max Horn
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis
2010-06-20SCI: properly implement kPalVary functionality within kDrawPic and transition...Martin Kiewitz
2010-06-20SCI: adding timestamp update for frameout, fixes gk1 windows main menuMartin Kiewitz
2010-06-20Sort planes in kFrameOut by priority and keep plane/item priority separate as...Matthew Hoops
2010-06-20SCI: adding kPalVary update call to kFrameout - it's getting morning now in g...Martin Kiewitz
2010-06-15SCI: make umlauts work in kFrameout for sci32Martin Kiewitz
2010-06-14Ignore and remove invalid plane and item objects in kFrameout. Fixes loading ...Matthew Hoops
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
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