summaryrefslogtreecommitdiff
path: root/src/resources/dye.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-24Fix compilation errors.Andrei Karas1-0/+2
2012-09-23Add missing final keywords to classes.Andrei Karas1-3/+2
2012-09-02Add const to more classes.Andrei Karas1-7/+7
2012-07-16Add new dye type A.Andrei Karas1-17/+34
Same as type S for colors + alpha channel. Example: equipment/feet/boots.png|A:#3c3c3cff,40332d40,4d4d4dff,5e4a3d40 here colors in format RRGGBBAA.
2012-07-16Simplify dye palette parsing.Andrei Karas1-0/+2
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-2/+2
2012-06-07More improve load image speed in opengl mode.Andrei Karas1-0/+2
2012-06-03Improve dye speed.Andrei Karas1-1/+15
2012-03-09Add new dye mode S.Andrei Karas1-5/+9
It simple colors replace dye method. Dye palate should be in format: source1,destination1,source2,destination2 etc
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+107
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.