diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-20 23:00:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-20 23:05:09 +0300 |
commit | 52f78717dae3cb02eb1539841dd2a6bd351f74c1 (patch) | |
tree | 78b6bb12fcbb5e1624a76531ef43a25d263b3c79 /src/Makefile.am | |
parent | e50c6b9fbcd7713b990012f17665efeb2a284dd2 (diff) | |
download | plus-52f78717dae3cb02eb1539841dd2a6bd351f74c1.tar.gz plus-52f78717dae3cb02eb1539841dd2a6bd351f74c1.tar.bz2 plus-52f78717dae3cb02eb1539841dd2a6bd351f74c1.tar.xz plus-52f78717dae3cb02eb1539841dd2a6bd351f74c1.zip |
add support for GIMP palettes for dye colors.
Palette file must be named palette.gpl and contain
colors with correct names.
To use it in dye string can be used character @.
Example:
<color id="2" name="black" value="@Untitled7,Untitled8,Untitled6"/>
in all dye string it not tested.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 22c7ffb14..b48c33de7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -428,6 +428,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/cursor.h \ resources/dye.cpp \ resources/dye.h \ + resources/dyecolor.h \ resources/emotedb.cpp \ resources/emotedb.h \ resources/fboinfo.h \ @@ -453,6 +454,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/npcdb.h \ resources/openglimagehelper.cpp \ resources/openglimagehelper.h \ + resources/palettedb.cpp \ + resources/palettedb.h \ resources/petdb.cpp \ resources/petdb.h \ resources/resource.cpp \ |