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.h
Age
Commit message (
Expand
)
Author
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-04-01
Add default constructor for Cine::Palette (Creates an invalid, empty palette).
Kari Salminen
2009-03-28
Cine::Palette: Revamp palette constants so they can be used for e.g. allocati...
Kari Salminen
2009-03-28
Cine::Palette: Add constants for normally used palette color counts and byte ...
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
Cine::Palette: Move color format setting to setColorFormat-method.
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-10
- Fix warnings
Johannes Schickel
2009-03-10
Fix compile of CINE engine.
Travis Howell
2009-03-10
Palette-class for Cine-engine, WIP: Take 2. Testing, using and documentation ...
Kari Salminen
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
2008-08-11
Changed palPtr from a pointer to a Common::Array named palArray. Removed palE...
Kari Salminen
2008-06-12
CINE: Fixed memory leaks in the CINE engine
Christopher Page
2008-05-24
Patch #1969189: "CinE renderer rewrite"
Eugene Sandulenko
2007-12-14
renamed several structures, variables and functions
Gregory Montoir
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-12-03
Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I
Torbjörn Andersson
2006-03-23
uint8 -> byte
Eugene Sandulenko
2006-02-27
cleanup
Gregory Montoir
2006-02-25
- avoid using typedef for structs (it is just not necessary in C++)
Max Horn
2006-02-25
Moved cine engine into namespace Cine
Max Horn
2006-02-23
Cleanup to remove duplicate type defines
Travis Howell
2006-02-22
Initial version of Cinematique engine evo 1.
Eugene Sandulenko