aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/pal.h
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-08-09CINE: eliminate global variablesEugene Sandulenko
2010-04-28CINE: Get rid of some global constructor usesMax Horn
2010-04-21CINE: Change Doxygen commands to match our CFCMax Horn
2010-02-08Get rid of the workaround for a g++ (code generation) bug on AMD64, by passin...Johannes Schickel
2010-01-31Fix return of a reference to a temporary object introduced with r47766. (Hope...Johannes Schickel
2010-01-31Slight fixes to comply with our coding guidelines.Johannes Schickel
2010-01-31Prevent my compiler to crash and object copy hopefully it doesn't break somet...Chris Apers
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-09-15CINE: Turn some methods into const methodsMax Horn
2009-08-25Fix Cine's predefined palette formats (They were all broken by the gsoc2009-1...Kari Salminen
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-06-15Fix compilationEugene Sandulenko
2009-06-08Convert FWRenderer and OSRenderer to use Cine::Palette.Kari Salminen
2009-05-24Add color and color component getters to Cine::Palette.Kari Salminen
2009-04-04Add saturatedAddColor-function in which you can specify the added color's for...Kari Salminen
2009-04-01Cine::Palette: Add saturatedAddNormalizedColor-function (Going to be used to ...Kari Salminen
2009-04-01Add default constructor for Cine::Palette (Creates an invalid, empty palette).Kari Salminen
2009-03-28Cine::Palette: Revamp palette constants so they can be used for e.g. allocati...Kari Salminen
2009-03-28Cine::Palette: Add constants for normally used palette color counts and byte ...Kari Salminen
2009-03-28Cine::Palette: Add empty() and isValid() functions.Kari Salminen
2009-03-27Cine::Palette: Add a black palette constructor and a clear-function for clear...Kari Salminen
2009-03-27Make Cine::Palette use the PixelFormat's convenience functions introduced in ...Kari Salminen
2009-03-27Cine::Palette: Remove unnecessary and needlessly complicating saving of the l...Kari Salminen
2009-03-27Cine::Palette: Add setGlobalOSystemPalette-method for setting the global OSys...Kari Salminen
2009-03-25Cine::Palette::saturatedAddNormalizedGray: Use fractional representation (div...Kari Salminen
2009-03-24Cine::Palette: Add fillWithBlack and saturatedAddNormalizedGray-methods.Kari Salminen
2009-03-16Fix for warnings on trunk-lenny-x86_64-build (Yay \o/ Buildbot!).Kari Salminen
2009-03-16Cine::Palette: Make saturatedAddColor-methods more like their old counterpart...Kari Salminen
2009-03-16Prefix Cine's endian types with CINE_ so they don't clash with already define...Kari Salminen
2009-03-16Add endianness handling to Cine::Palette's load and save functions.Kari Salminen
2009-03-14Cine::Palette revamp part 2: Fix save-function, add Cine-palette formats etc.Kari Salminen
2009-03-11Cine::Palette: Move color format setting to setColorFormat-method.Kari Salminen
2009-03-11Add saving in original palette format and the OSystem's palette format to Cin...Kari Salminen
2009-03-11Add saving functions to Cine::Palette (Now one can output the palette in othe...Kari Salminen
2009-03-10- Fix warningsJohannes Schickel
2009-03-10Fix compile of CINE engine.Travis Howell
2009-03-10Palette-class for Cine-engine, WIP: Take 2. Testing, using and documentation ...Kari Salminen
2008-11-20Fix resizing of the internal color array in Palette-class.Kari Salminen
2008-11-20Add Palette-class for handling 9-bit and 24-bit palettes. WIP!Kari Salminen
2008-08-11Changed palPtr from a pointer to a Common::Array named palArray. Removed palE...Kari Salminen
2008-06-12CINE: Fixed memory leaks in the CINE engineChristopher Page
2008-05-24Patch #1969189: "CinE renderer rewrite"Eugene Sandulenko
2007-12-14renamed several structures, variables and functionsGregory Montoir
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-12-03Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am ITorbjörn Andersson
2006-03-23uint8 -> byteEugene Sandulenko
2006-02-27cleanupGregory Montoir
2006-02-25- avoid using typedef for structs (it is just not necessary in C++)Max Horn