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
/
palette32.cpp
Age
Commit message (
Expand
)
Author
2016-03-11
SCI32: Initial implementation of kRemapColors
Filippos Karapetis
2016-03-08
SCI: Add missing namespace comments in graphics/.
Johannes Schickel
2016-03-08
SCI: Spacing
Filippos Karapetis
2016-03-07
SCI32: Add unnecessary micro-optimisation to palette merging code
Colin Snover
2016-03-07
SCI32: Fix palette color overflow
Colin Snover
2016-03-07
SCI32: Enable GfxPalette32::cycleAllPause
Colin Snover
2016-02-18
SCI: Minor cleanup
Colin Snover
2016-02-19
SCI: Use American English, like we do in other parts of ScummVM
Filippos Karapetis
2016-02-18
SCI: Fix palette equality check
Colin Snover
2016-02-18
SCI: Implement accurate renderer architecture for SCI32
Colin Snover
2016-02-14
SCI: Proper initialization.
Eugene Sandulenko
2016-01-15
SCI: Fix usage of override functions and silence a warning
Filippos Karapetis
2016-01-14
SCI: Minor clean-ups to comments and null pointer values
Colin Snover
2016-01-14
SCI: Implement SCI32 kPalette findColor and matchColor
Colin Snover
2016-01-14
SCI: Implement SCI32 kPalVary and kPalette setFade
Colin Snover
2016-01-08
SCI: Fix the math in applyFade(), and simplify setFade()
Filippos Karapetis
2016-01-08
SCI: *Really* fix the logic in applyFade()
Filippos Karapetis
2016-01-08
SCI: Fix the logic in applyFade()
Filippos Karapetis
2016-01-08
SCI: Renamed one more function name to conform to our guidelines
Filippos Karapetis
2016-01-08
SCI: Make GfxPalette32 conform to out formatting guidelines
Filippos Karapetis
2016-01-08
SCI: SCI32 palette cyclers are disjoint, so use a single palette copy
Filippos Karapetis
2016-01-08
SCI: Simplify the SCI32 palette cycling code
Filippos Karapetis
2016-01-08
SCI: Fix compilation
Filippos Karapetis
2016-01-07
SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade)
Colin Snover