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
/
cine
/
pal.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-14
CINE: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2011-01-10
CINE: Modified Palette::rotateRight() function to cope with all positive valu...
David Turner
2010-09-06
CINE: Get rid of needless static variable.
Johannes Schickel
2010-08-09
CINE: eliminate global variables
Eugene Sandulenko
2010-04-28
CINE: Get rid of some global constructor uses
Max Horn
2010-04-21
CINE: Change Doxygen commands to match our CFC
Max Horn
2010-02-08
Get rid of the workaround for a g++ (code generation) bug on AMD64, by passin...
Johannes Schickel
2010-02-08
According to Buddha^ it should be fine to calculate (and set) the AMIGA dim p...
Johannes Schickel
2010-01-31
Fix return of a reference to a temporary object introduced with r47766. (Hope...
Johannes Schickel
2010-01-31
Slight fixes to comply with our coding guidelines.
Johannes Schickel
2010-01-31
Prevent my compiler to crash and object copy hopefully it doesn't break somet...
Chris Apers
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-09-20
Implement support for transparent dialgue boxes in the Amiga version of Futur...
Johannes Schickel
2009-09-20
Implement more precise palette conversion in Palette::save. This makes the ou...
Johannes Schickel
2009-09-15
Add link to gcc bug report, in the comment for the gcc aimed workaround for A...
Johannes Schickel
2009-09-15
CINE: Turn some methods into const methods
Max Horn
2009-09-15
Fix valgrind warning inside "saturatedAddColor", when using the same palette ...
Johannes Schickel
2009-08-01
Remove obsolete comment from Cine::Palette::saturatedAddColor.
Kari Salminen
2009-06-08
Convert FWRenderer and OSRenderer to use Cine::Palette.
Kari Salminen
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-05-24
Add color and color component getters to Cine::Palette.
Kari Salminen
2009-04-04
Add saturatedAddColor-function in which you can specify the added color's for...
Kari Salminen
2009-04-01
Cine::Palette: Add saturatedAddNormalizedColor-function (Going to be used to ...
Kari Salminen
2009-03-28
Cine::Palette: Add empty() and isValid() functions.
Kari Salminen
2009-03-27
Cine::Palette: Add a black palette constructor and a clear-function for clear...
Kari Salminen
2009-03-27
Make Cine::Palette use the PixelFormat's convenience functions introduced in ...
Kari Salminen
2009-03-27
Cine::Palette: Remove unnecessary and needlessly complicating saving of the l...
Kari Salminen
2009-03-27
Cine::Palette: Add setGlobalOSystemPalette-method for setting the global OSys...
Kari Salminen
2009-03-25
Cine::Palette::saturatedAddNormalizedGray: Use fractional representation (div...
Kari Salminen
2009-03-24
Cine::Palette: Add fillWithBlack and saturatedAddNormalizedGray-methods.
Kari Salminen
2009-03-16
Fix for warnings on trunk-lenny-x86_64-build (Yay \o/ Buildbot!).
Kari Salminen
2009-03-16
Cine::Palette: Make saturatedAddColor-methods more like their old counterpart...
Kari Salminen
2009-03-16
Prefix Cine's endian types with CINE_ so they don't clash with already define...
Kari Salminen
2009-03-16
Add endianness handling to Cine::Palette's load and save functions.
Kari Salminen
2009-03-14
Cine::Palette revamp part 2: Fix save-function, add Cine-palette formats etc.
Kari Salminen
2009-03-11
Fix assertion (Doh! That was supposed to be the other way).
Kari Salminen
2009-03-11
Cine::Palette: Move color format setting to setColorFormat-method.
Kari Salminen
2009-03-11
Formatting.
Kari Salminen
2009-03-11
Add saving in original palette format and the OSystem's palette format to Cin...
Kari Salminen
2009-03-11
Add saving functions to Cine::Palette (Now one can output the palette in othe...
Kari Salminen
2009-03-11
Fix assertions in palette loading function to really test that each color com...
Kari Salminen
2009-03-10
- Fix warnings
Johannes Schickel
2009-03-10
Palette-class for Cine-engine, WIP: Take 2. Testing, using and documentation ...
Kari Salminen
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-11-20
Fixed gcc warning.
Johannes Schickel
2008-11-20
Fix resizing of the internal color array in Palette-class.
Kari Salminen
2008-11-20
Add Palette-class for handling 9-bit and 24-bit palettes. WIP!
Kari Salminen
[next]