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
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