summaryrefslogtreecommitdiff
path: root/src/gui/equipmentwindow.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-1/+1
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-3/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-6/+0
2011-11-14Add equipment window background images.Andrei Karas1-3/+20
Based on images from mana client.
2011-08-22Improve draw perfomance.Andrei Karas1-0/+2
Add new theme color DROPDOWN_SHADOW.
2011-08-21Fix compilation with external guichan library.Andrei Karas1-0/+2
2011-08-18Load equipment window configuration from equipmentwindow.xml file.Andrei Karas1-1/+13
Now possible move or replace slots or play image.
2011-08-18Create boxes in equipment window on the fly.Andrei Karas1-10/+5
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-22Allow show equipment from other players from context menu "show items".Andrei Karas1-1/+14
Also allow undress separate items from players locally.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-13Add arrows bar.Andrei Karas1-0/+3
2011-01-02Initial commit.Andrei Karas1-0/+98
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.