summaryrefslogtreecommitdiff
path: root/src/gui/outfitwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-03-26Reduce the amount of "Unable to unequip item" when changing outfits.Chuck Miller1-5/+3
It will still do it at times because of lag. But this reduced it for me by about 80% Reviewed-by: Jared Adams
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-11Cleanup GUI classesJared Adams1-1/+2
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out.
2010-01-10Change code styleAndrei Karas1-26/+27
2009-09-30Removed unused variable 'item'Thorbjørn Lindeijer1-1/+0
2009-09-29Outfits updateAndrei Karas1-25/+75
Increased outfits count to 15 Changed unequip outfits feature Added copy outfits feature
2009-09-19Removed unexplained exceptions to undressing logic in player outfits ↵Fate1-7/+3
handling, making the system more intuitive to use
2009-07-26Gettext fixesKess Vargavind1-4/+4
And a Swedish translation of the desktop file.
2009-07-21Merge equipment handling and fix some bugsJared Adams1-6/+0
2009-05-18Fixed compilation for tmwservDavid Athay1-2/+7
2009-05-14Fixes to outfit windowDennis Friis1-1/+1
- Moved the outfit button onto the Inventory window - Fixed 'unequip first' saving bug Patch by QOAL
2009-05-14Add missing windowsJared Adams1-0/+301