aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.cpp
AgeCommit message (Expand)Author
2011-03-25SCI: Make sure that planeOffsetX is always correctly initializedmd5
2011-03-02SCI: Fixed bug #3040161 - "LONGBOW: Textbox glitch"md5
2011-02-26SCI2+: Mention that the actual problem with text wrapping happens because of ...md5
2011-02-14SCI: Fix loading SCI32 gamesMatthew Hoops
2011-02-14SCI2+: Point out that there is a hack in the text splitting codemd5
2011-02-07SCI: Converted the robot decoder into a regular video decoder, and decoupled ...Filippos Karapetis
2011-02-03SCI: Add support for GK1 Mac high-res fontsMatthew Hoops
2011-02-02SCI: Fix GK1 Mac scalingMatthew Hoops
2011-01-22SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer...Filippos Karapetis
2011-01-09SCI2: Implemented proper text splittingFilippos Karapetis
2010-12-22SCI2+: Set pictureCels to 0 after deleting themFilippos Karapetis
2010-12-06SCI: Fix uninitialized reads (and therefore, GK1)Matthew Hoops
2010-11-20SCI: Some minor fixes for Phantasmagoria 2 (which doesn't work at all, since ...Filippos Karapetis
2010-10-31SCI: Play time related changesFilippos Karapetis
2010-10-23SCI2/SCI2.1: Some changes to the screen drawing code.Filippos Karapetis
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