summaryrefslogtreecommitdiff
path: root/src/resources/dye.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Improve string usage in other files.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
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
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
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
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