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
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
2016-03-13
SCI32: Implement kCelInfo
Colin Snover
2016-03-13
SCI32: Implement kCelHigh and kCelWide SCI32 versions
Colin Snover
2016-03-11
SCI32: Initial implementation of kRemapColors
Filippos Karapetis
2016-03-10
SCI32: Implement kMovePlaneItems
Colin Snover
2016-03-10
SCI32: Minor cleanup of kernel calls
Colin Snover
2016-03-10
SCI32: Implement kCantBeHere
Colin Snover
2016-03-08
SCI32: Disable kRemapColors32, as SCI32 remapping is still incomplete
Filippos Karapetis
2016-03-08
SCI32: Clean up kIsOnMe and fix rounding bug
Colin Snover
2016-03-07
SCI32: Implement kBitmapDrawText
Colin Snover
2016-03-07
SCI32: Move in-memory bitmap read/write into its own class
Colin Snover
2016-03-06
SCI32: Implement kEditText
Colin Snover
2016-03-03
SCI32: Fix misidentification of createFontBitmap(CelInfo &)
Colin Snover
[next]