summaryrefslogtreecommitdiff
path: root/src/net/ea/gui/guildtab.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files ↵Bertram1-117/+0
accordingly. This makes room for the actual eAthena protocol future inclusion.
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-2/+2
Themes can now control the colors they use. Colors in the Viewport (being names, particles, etc) can still be changed by the user. Also make ProgressBars more easily colored. DyePalette was made more flexible in the process. Also fixes comparing strings of different lengths insensitively. Reviewed-by: Thorbjørn Lindeijer
2010-02-24Add more to eAthena guild supportJared Adams1-0/+117
It's not complete yet, but it is closer. Also fix up handling of guild/party members. Reviewed-by: Chuck Miller