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
2017-10-06
SCI32: Clean up GfxPalette32
Colin Snover
2017-09-27
SCI32: Fix backwards palette check
Colin Snover
2017-09-24
SCI32: Disable all SCI32 Mac code
Colin Snover
2017-09-24
SCI32: Support palette-inverting SCI3 variant of kPalVary
Colin Snover
2017-07-17
SCI32: Remove ENABLE_SCI3_GAMES ifdef, now that they are supported
Colin Snover
2017-07-13
SCI32: Ignore chest view palette in Phantasmagoria
Colin Snover
2017-07-13
SCI32: Stop optimising palette merges
Colin Snover
2017-07-06
SCI32: Fix bad palette entries when built without USE_RGB_COLOR
Colin Snover
2017-07-06
SCI32: Improve kPlayVMD rendering
Colin Snover
2017-07-06
SCI32: Work around bogus palette entries in select Windows games
Colin Snover
2017-07-06
SCI32: Remove magic numbers in HunkPalette
Colin Snover
2017-07-06
SCI32: Speed up & deduplicate palette submission code
Colin Snover
2017-05-06
SCI32: Fix terrible rendering performance when vsync is enabled
Colin Snover
2017-04-22
SCI32: Add palette code for late SCI2.1mid+ games
Colin Snover
2017-03-27
SCI: Implement bounds-checked reads of game resources
Colin Snover
2016-10-20
SCI32: Split out detection of features that cross SSCI versions
Colin Snover
2016-09-29
SCI32: Fix broken palette cycling in SCI2/2.1early games
Colin Snover
2016-09-29
SCI32: Clean up and document GfxPalette32
Colin Snover
2016-09-29
SCI32: Fix off-by-one error in palette fades
Colin Snover
2016-09-29
SCI32: Update screen on frameout, instead of in the event loop
Colin Snover
2016-08-23
SCI32: Fix palette in SCI32 Mac games
Filippos Karapetis
2016-07-12
SCI32: Fix unnecessary palette updates
Colin Snover
2016-07-12
SCI32: Avoid flash of incorrect colour when palettes are changed
Colin Snover
2016-07-11
SCI32: Fix incorrect logic of cycler overflow
Colin Snover
2016-07-11
SCI32: Minor cleanup of GfxPalette32
Colin Snover
2016-07-11
SCI32: Fix bad output caused by missing palette copies
Colin Snover
2016-07-11
SCI32: Split GfxPalette and GfxPalette32 + HunkPalette
Colin Snover
2016-06-26
SCI32: Fix broken Remap implementation
Colin Snover
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
[next]