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
Age
Commit message (
Expand
)
Author
2012-03-25
SCI: Fix cursor coordinates for SCI01. Fixes a crash in KQ1 (bug #3503932)
Filippos Karapetis
2012-03-20
GRAPHICS: Convert PictDecoder to the ImageDecoder API
Matthew Hoops
2012-03-13
JANITORIAL: Replace (x ? false : true) by !(x).
Christoph Mallon
2012-03-08
SCI: Fix GK1 Mac text positioning
Matthew Hoops
2012-03-07
SCI: Add a new configuration option for SQ4 CD, "silver_cursors"
Filippos Karapetis
2012-02-21
Merge pull request #182 from fingolfin/forbid-ctype
Willem Jan Palenstijn
2012-02-20
COMMON: Move isFoo functions to namespace Common, add doxygen comments
Max Horn
2012-02-17
SCI: Added some sanity checks by digitall
Filippos Karapetis
2012-02-17
SCI: Fix and cleanup the monochrome cursor code
Filippos Karapetis
2012-02-17
SCI: Fix bug #3487088 - "SCI: LB1: Missing Wait cursor"
Filippos Karapetis
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2012-02-15
ALL: Avoid using is* macros from ctype.h
Max Horn
2012-02-13
SCI: Fix the order of diagonal roll transitions in the old lookup table
Filippos Karapetis
2012-02-13
SCI: Fix bug #3487092: "SCI: LB1: Magnifying glass cursor is grey"
Filippos Karapetis
2012-01-15
SCI: Properly handle negative coordinates in drawTextBitmap()
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-14
SCI: Fix bug in fadeIn()/fadeOut()
Filippos Karapetis
2012-01-13
SCI: Fixed some graphics corruption (black boxes) in the dialogs of GK1
Filippos Karapetis
2012-01-01
JANITORIAL: Remove SVN tags
Strangerke
2011-11-17
SCI: Break the huge kernelFrameOut function into several smaller ones
Filippos Karapetis
2011-11-17
SCI: Prefix class variables with underscores
Filippos Karapetis
2011-11-17
SCI: Updated information regarding bug #3439240
Filippos Karapetis
2011-11-17
SCI: Fixed bug #3439240 - "QFG1VGA: Game Crashes While Sleeping at Erana's P...
Filippos Karapetis
2011-11-16
SCI: Add support for slater mac
Matthew Hoops
2011-11-10
SCI: Do not add 1 pixel to rect dimensions in SCI32
Filippos Karapetis
2011-11-03
SCI: Fixed typo in colorIsFromMacClut()
Filippos Karapetis
2011-10-30
SCI: More work on kEditText
Filippos Karapetis
2011-10-29
SCI: Bugfix for text alignment in SCI32 games
Filippos Karapetis
2011-10-29
SCI: Silence GCC warning
Torbjörn Andersson
2011-10-29
SCI: Fixed the up/down buttons in GK1
Filippos Karapetis
2011-10-29
SCI: Implemented text alignment for SCI32
Filippos Karapetis
2011-10-29
SCI: Fixed typo
Filippos Karapetis
2011-10-29
SCI: Some fixes for text positioning in SCI32 games (still WIP)
Filippos Karapetis
2011-10-28
SCI: Remove unneeded casts (thanks to wjp for pointing that out)
Filippos Karapetis
2011-10-28
SCI: Added two files missing in commit 4ac2940
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-28
SCI: Fixed text background color and text transparency for SCI32 games
Filippos Karapetis
2011-10-26
SCI: Renamed GfxControls to GfxControls16
Filippos Karapetis
2011-10-20
SCI: Added a hack to fix bug #3035693 - "SCI: QFG3 demo: Rope swinging more h...
Filippos Karapetis
2011-10-19
SCI: Moved the width adjustment outside getPlaneRect()
Filippos Karapetis
2011-10-19
SCI: Move the palette merging checking code inside the GfxPalette class
Filippos Karapetis
2011-10-19
SCI: Added a sanity check when drawing text. Older SCI32 saves work now
Filippos Karapetis
2011-10-19
SCI: Merged all the code to get/set the NS rect
Filippos Karapetis
2011-10-19
SCI: Removed unused includes
Filippos Karapetis
2011-10-19
SCI: Wrapped some very long lines
Filippos Karapetis
2011-10-19
SCI: Fixed script bug #3425276 - "SCI: PQ2: Game crashes when looking at file"
Filippos Karapetis
2011-10-19
SCI: The draw_pic console command now works in SCI32
Filippos Karapetis
[next]