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
/
engine
/
kgraphics32.cpp
Age
Commit message (
Expand
)
Author
2017-09-03
SCI32: Implement kCelLink
Colin Snover
2017-07-09
SCI32: Fix kObjectIntersect
Willem Jan Palenstijn
2017-05-08
SCI: Translate messages passed to dialogues
Colin Snover
2017-05-06
SCI32: Detect and handle tight loops around kGetEvent
Colin Snover
2017-05-02
SCI32: Fix incorrect arguments to readPixel in kCelInfo
Colin Snover
2017-04-22
SCI32: Fix bad kPointSize implementation
Colin Snover
2017-04-22
SCI32: Add palette code for late SCI2.1mid+ games
Colin Snover
2017-03-30
SCI32: Fix crash when using brightness slider in Shivers
Colin Snover
2017-01-09
SCI32: Split kCelInfo into subops
Colin Snover
2017-01-09
SCI32: Fix kSetShowStyle signature for SCI3
Colin Snover
2017-01-05
SCI32: Add validity checks to kList iteration methods
Colin Snover
2016-12-19
SCI32: Add support for alternate graphics selectors
Colin Snover
2016-10-20
SCI32: Split out detection of features that cross SSCI versions
Colin Snover
2016-10-15
SCI32: Fix kPalVary(SetVary) in SCI2.1early games
Colin Snover
2016-10-09
SCI32: Clarify some identifiers
Colin Snover
2016-09-30
SCI32: Fix some buildbot compiler warnings
Colin Snover
2016-09-29
SCI32: Clean up and document GfxPalette32
Colin Snover
2016-09-29
SCI32: Implement kBitmapCreateFromView and kBitmapGetInfo
Colin Snover
2016-09-29
SCI32: Rewrite kArray & kString
Colin Snover
2016-08-27
SCI32: Allow invalid bitmap references to be passed to kBitmapDestroy
Colin Snover
2016-08-26
SCI32: Fix warning
Willem Jan Palenstijn
2016-08-22
SCI32: Add stubs for the kPlayVMDSetPreload and kPaletteSetGamma calls
Filippos Karapetis
2016-08-19
SCI32: Fix limited data range comparison warning
Colin Snover
2016-08-19
SCI32: Remove CoordAdjuster32, at least for the moment
Colin Snover
2016-08-19
SCI32: Add kSetNowSeen variant for older SCI32 games
Colin Snover
2016-08-19
SCI32: Implement kShakeScreen for SCI32
Colin Snover
2016-08-19
SCI32: Remove GfxScreen from SCI32
Colin Snover
2016-08-19
SCI32: Implement SCI32 cursor support
Colin Snover
2016-08-01
SCI32: Add bitmap segment and remove GC option from hunk segment
Colin Snover
2016-08-01
SCI32: Add 6-argument signature of kAddPicAt
Colin Snover
2016-08-01
SCI32: Implement plane transitions (kSetShowStyle and kSetScroll)
Colin Snover
2016-08-01
SCI32: Enable optional explicit memory management of hunk entries
Colin Snover
2016-07-11
SCI32: Split GfxPalette and GfxPalette32 + HunkPalette
Colin Snover
2016-07-11
SCI32: Split kPalCycle into subop functions
Colin Snover
2016-06-26
SCI32: Fix broken Remap implementation
Colin Snover
2016-06-21
SCI32: Implement kBitmapDrawView
Colin Snover
2016-06-21
SCI32: Expose a draw buffer on BitmapResource objects
Colin Snover
2016-06-21
SCI32: Implement basic kMessageBox
Colin Snover
2016-06-21
SCI32: Implement kScrollWindow
Willem Jan Palenstijn
2016-06-21
SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine)
Colin Snover
2016-06-14
SCI32: Fix video performance benchmarking in most SCI32 games
Colin Snover
2016-05-27
SCI32: Add explicit checks for null pointers
Colin Snover
2016-04-14
JANITORIAL: Reduce GUI header dependencies
Ori Avtalion
2016-03-20
SCI32: Clean up outdated/wrong comments
Colin Snover
2016-03-20
SCI32: Return correct value from kSetFontHeight
Colin Snover
2016-03-20
SCI32: Do not change accumulator in non-returning kernel calls
Colin Snover
2016-03-20
SCI32: Use signed values for displacement position
Colin Snover
2016-03-15
SCI32: Document kAddLine
Filippos Karapetis
2016-03-15
SCI32: Implement kBitmapSetDisplace
Filippos Karapetis
2016-03-14
SCI32: Implement kBitmapDrawColor
Colin Snover
[next]