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-10-08
SCI: Add a workaround for the large text boxes in Freddy Pharkas CD
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-21
SCI: More work on kRemapColors
Filippos Karapetis
2012-08-16
VIDEO: Remove setSystemPalette()
Matthew Hoops
2012-07-26
SCI: Differentiate between screen width and pitch
Filippos Karapetis
2012-07-25
SCI: Fix delete[] formatting.
Johannes Schickel
2012-07-25
SCI: Set the RemapByPercent palette initially
Filippos Karapetis
2012-07-25
SCI: Rewrite the color remapping code to support simultaneous effects
Filippos Karapetis
2012-07-24
SCI: Refresh remapping by percent whenever the screen palette changes
Filippos Karapetis
2012-07-24
SCI: Cleanup of the palette remapping code
Filippos Karapetis
2012-07-24
SCI: More work on color remapping
Filippos Karapetis
2012-07-24
SCI: Remove unused variables
Filippos Karapetis
2012-07-24
SCI: Initial implementation of kRemapColors(kRemapByPercent)
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-20
Merge pull request #246 from lordhoto/osystem-void-buffers
Johannes Schickel
2012-06-20
SCI: Remove multibyte character processing code from SCI32
Filippos Karapetis
2012-06-20
SCI: Don't attempt to draw line feed characters in SCI32
Filippos Karapetis
2012-06-18
SCI: Add setter/getter methods to reg_t's
Filippos Karapetis
2012-06-16
SCI: Get rid of casts on CursorManager::replaceCursor calls.
Johannes Schickel
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-08
SCI: Handle resource ID -1 when setting the palVary resource
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: Implement savegame deletion functionality in SCI32
Filippos Karapetis
2012-05-14
SCI: Check for object visibility, if an object defines it
Filippos Karapetis
2012-05-11
SCI: Fix bug #3040625 - "SCI: ECOQUEST French/German: Speech balloon graphic ...
Filippos Karapetis
2012-04-29
SCI: Add a hack to fix the cursor colors in Longbow (bug #3489101)
Filippos Karapetis
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
[next]