index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
graphics
/
frameout.cpp
Age
Commit message (
Expand
)
Author
2014-11-09
SCI: Phantasmagoria actually outputs 630x450 now
Martin Kiewitz
2014-10-13
SCI: Wording
Filippos Karapetis
2014-10-13
SCI: Set the NS rect for all cases in GK1 (bug #6729)
Filippos Karapetis
2014-08-08
SCI: Extend hack to fix regression in GK1
Filippos Karapetis
2014-05-27
ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.
Johannes Schickel
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
SCI: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
SCI: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2013-07-30
SCI: Add a hack to fix the inventory in GK1
Filippos Karapetis
2013-07-14
JANITORIAL: Remove trailing whitespace
Sven Hesse
2013-04-25
SCI: Fix scaling in the back room of the bookstore in GK1
Filippos Karapetis
2013-03-28
SCI: Fix drawing in SCI21 hires games without breaking lowres SCI2/SCI21 games
Filippos Karapetis
2013-01-13
SCI: Some more work on scaling in SCI32
Filippos Karapetis
2013-01-11
SCI: Fix the night time palette in QFG4
Filippos Karapetis
2013-01-11
SCI: More proper handling of scaling and global scaling in SCI32
Filippos Karapetis
2013-01-11
SCI: Disable modification of object NS rects in SCI32
Filippos Karapetis
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-08-26
Merge pull request #268 from clone2727/video-rewrite
Matthew Hoops
2012-08-21
SCI: Update a comment
Filippos Karapetis
2012-08-16
VIDEO: Remove setSystemPalette()
Matthew Hoops
2012-07-26
SCI: Differentiate between screen width and pitch
Filippos Karapetis
2012-07-16
SCI: Handle all negative priority values. Fixes graphics in the SQ6 demo
Filippos Karapetis
2012-07-08
SCI: Show information for correct file naming in the QFG4 import room
Filippos Karapetis
2012-07-06
SCI: Better handling for Phantasmagoria's odd screen size
Filippos Karapetis
2012-07-06
SCI: Add a hack to handle the internal script resolution in Phantasmagoria
Filippos Karapetis
2012-07-05
SCI: Fix typo
Filippos Karapetis
2012-07-05
SCI: Some updates to SCI32 kernel graphics functions
Filippos Karapetis
2012-07-04
SCI: Add a check for invalid clip rectangles
Filippos Karapetis
2012-07-04
SCI: Some cleanup of the warnings in the SCI32 plane manipulation code
Filippos Karapetis
2012-07-04
SCI: Update some version checks in kernelFrameout() to work with SCI3 too
Filippos Karapetis
2012-06-22
SCI: Further cleanup of the frame drawing code
Filippos Karapetis
2012-06-22
SCI: Simplify the SCI32 coordinate adjustment code
Filippos Karapetis
2012-06-16
SCI: Get rid of casts on OSystem::copyRectToScreen calls.
Johannes Schickel
2012-06-15
SCI: Limit floodfill hack to GK1
Filippos Karapetis
2012-06-09
SCI: Initial implementation of AddLine, UpdateLine, DeleteLine
Filippos Karapetis
2012-06-09
SCI: Handle translucent text planes
Filippos Karapetis
2012-06-07
SCI: Initial implementation of kScrollWindow, used in some SCI21 games
Filippos Karapetis
2012-05-21
SCI: Added two new debug commands, plane_list and plane_items
Filippos Karapetis
2012-05-14
SCI: Check for object visibility, if an object defines it
Filippos Karapetis
2012-01-15
SCI: Plug loads of memory leaks in the SCI32 graphics code
Filippos Karapetis
2012-01-14
SCI: Don't clip the plane rectangle in kernelDeletePlane()
Filippos Karapetis
2012-01-14
SCI: When deleting a plane, also delete the items in it
Filippos Karapetis
2012-01-13
SCI: Fixed some graphics corruption (black boxes) in the dialogs of GK1
Filippos Karapetis
2011-11-17
SCI: Break the huge kernelFrameOut function into several smaller ones
Filippos Karapetis
2011-11-10
SCI: Do not add 1 pixel to rect dimensions in SCI32
Filippos Karapetis
2011-10-29
SCI: Some fixes for text positioning in SCI32 games (still WIP)
Filippos Karapetis
2011-10-28
SCI: Use the original text buffer width/height when drawing it
Filippos Karapetis
2011-10-28
SCI: Draw overlay text, if it exists (e.g. on buttons)
Filippos Karapetis
2011-10-19
SCI: Merged all the code to get/set the NS rect
Filippos Karapetis
2011-10-18
SCI: Added some hacks related to new functionality in Phantasmagoria 2
Filippos Karapetis
[next]