summaryrefslogtreecommitdiff
path: root/tools/dyecmd
AgeCommit message (Collapse)AuthorFilesLines
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer5-5/+5
2010-11-10Removed executable bit from dyecmd source filesThorbjørn Lindeijer5-0/+0
2010-05-27Basically rewrote a big part of the dyecmd tool.Yohann Ferreira5-115/+144
The tool should be fine now, but some testing on mac would be appreciated. Mainly removed all the program exits using exception, try catch, etc... I found them rather irrelevant, creating memleaks, while not returning information about the error in some case. Reviewed-by: Jaxad0127
2010-05-27Added Cmake compilation files to the dyecmd tool.Yohann Ferreira2-0/+87
Reviewed-by: Jaxad0127
2010-05-27Fixed the dyecmd tool.Yohann Ferreira1-5/+7
The bug was quite nasty to catch: The RGBA channels were inversed when writing the image, even if the code parts taken from the Mana Client were exactly copy/pasted. This was due to the fact that the client does an Image::load() call after recoloring which call SDL_displaySurface() that reverse the pixel order. I reversed then the recolored image pixel output to get back the right color for the image writer. Reviewed-by: Jaxad0127
2010-02-22Modify copyright headersFreeyorp5-5/+10
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer5-20/+15
2010-02-07Updated Copyright year to 2010!Bertram5-5/+5
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2009-10-26Add missing include in dyecmdJared Adams1-0/+2
2009-10-24More rebrandingJared Adams1-1/+1
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer5-22/+22
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2008-12-17Code reformattingBjørn Lindeijer2-6/+6
Mainly making sure 'const std::string &' is used everywhere instead of 'std::string const &'. The former has always been the preferred order in this project.
2008-11-24Converted some DOS newlines to UNIXBjørn Lindeijer1-12/+12
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer5-10/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-10-20Added dyecmd commandline tool to client tools. See: ↵Andreas Habel8-0/+652
http://mantis.themanaworld.org/view.php?id=423