summaryrefslogtreecommitdiff
path: root/src/gui/outfitwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer1-1/+1
This was already done by ManaPlus. It's a good idea anyway and it makes comparing the code a little easier. Reviewed-by: Yohann Ferreira
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-2/+6
Every files has been checked against the hard coded 32 values except the map.cpp file. I also added convenience functions in the Game class, centralized the default item icon size, and removed two unused defines in being.cpp.
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-2/+2
It's just an annoyance when it's only applied to a few classes. Either we place everything in this namespace or nothing, and at the moment I don't see any rationale for placing everything in a Mana namespace. Acked-by: Jared Adams
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-2/+2
Acked-by: Jared Adams
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-2/+2
2010-08-26Merged testing branch into master.Yohann Ferreira1-1/+2
2010-08-16Move more to the event systemJared Adams1-2/+5
Most of Net::InventoryHandler is now done through events. The ActorSpriteManager was also replaced by events. A few odds and ends were taken care of too. Reviewed-by: Bertram
2010-08-01Reduce localChatTab presence replacing it with the event systemChuck Miller1-1/+0
Reviewed-By: Jared Adams
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams1-6/+6
Also cleanup PlayerInfo a bit. Reviewed-by: Chuck Miller
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