summaryrefslogtreecommitdiff
path: root/src/resources/dye.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-1/+1
2012-09-16Add const to variables with type size_t.Andrei Karas1-4/+5
2012-09-02Add const to more classes.Andrei Karas1-29/+30
2012-07-20Fix code style.Andrei Karas1-1/+1
2012-07-17Fix more code style and additional warnings.Andrei Karas1-2/+3
2012-07-16Add new dye type A.Andrei Karas1-22/+67
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-34/+21
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/+23
2012-06-03Improve dye speed.Andrei Karas1-9/+3
2012-04-01Last part of fixes.Andrei Karas1-6/+6
2012-03-09Add new dye mode S.Andrei Karas1-4/+34
It simple colors replace dye method. Dye palate should be in format: source1,destination1,source2,destination2 etc
2012-02-18Fix code style.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-2/+2
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-03-19Fix code style and add small optimisations.Andrei Karas1-1/+1
2011-03-16Add checks and fix some code style.Andrei Karas1-2/+3
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-16Remove goto from dye.cppv1.1.1.16Andrei Karas1-2/+11
2011-01-02Initial commit.Andrei Karas1-0/+320
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.