aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.cpp
AgeCommit message (Expand)Author
2010-09-19SCI2/2.1: Changes to the plane codeFilippos Karapetis
2010-08-04SCI: fixing a scrolling issue in sci32Martin Kiewitz
2010-08-04SCI: Fix SCI32 texts that are in Str objectsMatthew Hoops
2010-08-03SCI: dont clip plane during frameout.cppMartin Kiewitz
2010-08-02SCI: clipping plane rects for sci32Martin Kiewitz
2010-08-01SCI: reading the actual priority instead of guessingMartin Kiewitz
2010-08-01SCI: Fix uninitialized variable warning in g++.Johannes Schickel
2010-07-29SCI: Re-enable the throttle for kFrameout, I must have been asleep that dayMatthew Hoops
2010-07-27SCI: translating nsRect back to actual plane coordinateMartin Kiewitz
2010-07-26SCI: commenting out picture cel debug msgMartin Kiewitz
2010-07-26SCI: adding scrollcapability to sci32Martin Kiewitz
2010-07-26SCI: some scrolling support for sci32Martin Kiewitz
2010-07-25SCI: adding kAddPicAt dummyMartin Kiewitz
2010-07-25SCI: blacking out planes that got deletedMartin Kiewitz
2010-07-25SCI: some changes for kq7Martin Kiewitz
2010-07-25SCI: adjust z coordinate for views (sci32)Martin Kiewitz
2010-07-25SCI: sci32 changesMartin Kiewitz
2010-07-24SCI: changing how insectRect gets appliedMartin Kiewitz
2010-07-24SCI: adding kOnMe transparency supportMartin Kiewitz
2010-07-24SCI: fix warningMartin Kiewitz
2010-07-24SCI: honor given order of screen items in sci32Martin Kiewitz
2010-07-24SCI: support useInsetRect in kFrameoutMartin Kiewitz
2010-07-24SCI: enable speed throttler for sci32Martin Kiewitz
2010-07-24SCI: cache Planes for sci32Martin Kiewitz
2010-07-24SCI: delete hidden planes in kFrameoutMartin Kiewitz
2010-07-24SCI: adding 1 to planeRect bottom/rightMartin Kiewitz
2010-07-22SCI: doing res correction on text as wellMartin Kiewitz
2010-07-22SCI: some changes to kFrameout for sci32Martin Kiewitz
2010-07-22Use new[]/delete[] instead of malloc/freeMatthew Hoops
2010-07-22Silence gcc warningMatthew Hoops
2010-07-22SCI: some more work on priority sci32Martin Kiewitz
2010-07-22SCI: removing priority hack for gk1hiresMartin Kiewitz
2010-07-22SCI: some work on priority in sci32Martin Kiewitz
2010-07-21SCI: fixing hires background pictures sci2.1Martin Kiewitz
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