aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.cpp
AgeCommit message (Expand)Author
2012-05-21SCI: Added two new debug commands, plane_list and plane_itemsFilippos Karapetis
2012-05-14SCI: Check for object visibility, if an object defines itFilippos Karapetis
2012-01-15SCI: Plug loads of memory leaks in the SCI32 graphics codeFilippos Karapetis
2012-01-14SCI: Don't clip the plane rectangle in kernelDeletePlane()Filippos Karapetis
2012-01-14SCI: When deleting a plane, also delete the items in itFilippos Karapetis
2012-01-13SCI: Fixed some graphics corruption (black boxes) in the dialogs of GK1Filippos Karapetis
2011-11-17SCI: Break the huge kernelFrameOut function into several smaller onesFilippos Karapetis
2011-11-10SCI: Do not add 1 pixel to rect dimensions in SCI32Filippos Karapetis
2011-10-29SCI: Some fixes for text positioning in SCI32 games (still WIP)Filippos Karapetis
2011-10-28SCI: Use the original text buffer width/height when drawing itFilippos Karapetis
2011-10-28SCI: Draw overlay text, if it exists (e.g. on buttons)Filippos Karapetis
2011-10-19SCI: Merged all the code to get/set the NS rectFilippos Karapetis
2011-10-18SCI: Added some hacks related to new functionality in Phantasmagoria 2Filippos Karapetis
2011-10-14SCI: More work on the vertical plane offset for SCI32. Still WIP.Filippos Karapetis
2011-10-12SCI: Added proper handling of duplicate items in kAddScreenItemFilippos Karapetis
2011-10-11SCI: Proper implementation of text drawing for SCI2+Filippos Karapetis
2011-10-10SCI: SCI32 kernel functions kRepaintPlane and kInputText are unusedFilippos Karapetis
2011-10-08SCI2+: Some groundwork for kTextSize()Filippos Karapetis
2011-10-08SCI: Fix black screen in LSL7 introLars Skovlund
2011-09-23SCI21: Added some skeleton code for offsetting pictures vertically (not worki...Filippos Karapetis
2011-09-03SCI32: Added an initial skeleton structure for the SCI2 text drawing codeFilippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-04SCI: Initialize newPlane fully before adding it to _planesMax Horn
2011-03-30SCI32: Support for views with 640x400 native resolutionLars Skovlund
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