summaryrefslogtreecommitdiff
path: root/src/gui/equipmentwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-19/+26
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-19/+23
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-4/+53
2009-03-14Modified the equipment window to use the highlight color for selections.Ira Rice1-16/+18
2009-03-14Fixed item popups in the equipment window to display the proper itemIra Rice1-2/+4
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-1/+1
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+3
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-0/+3
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-17Got rid of const where it does not make much senseBjørn Lindeijer1-1/+1
2009-02-15Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+0
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-1/+1
2009-02-15Deleted some unneeded delete statements.Ira Rice1-2/+0
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-13/+81
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-07Some more include cleanups.Ira Rice1-1/+0
2009-02-04Simplified equipment window initialization, since only the local playerIra Rice1-2/+2
2009-02-04Got rid of a few dangling pointers.Ira Rice1-0/+2
2009-02-04Forgot to check left clicking, as I assumed that it wouldn't break usingIra Rice1-4/+10
2009-02-04Added a right click popup menu, and item popups to the equipment window.Ira Rice1-9/+70
2009-01-26Fixed the number of arrows from drawing in red when the shirt isIra Rice1-0/+1
2009-01-26Little bit of include cleanups.Ira Rice1-5/+6
2009-01-26Created a new equipment screen, which is loosely related to theIra Rice1-27/+114
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-06Added support for internationalizationIra Rice1-1/+3
2008-12-17Reintroduced window name propertyBjørn Lindeijer1-1/+2
2008-12-14Fixed inconsistency in default window sizesBjørn Lindeijer1-1/+0
2008-12-07Fixed inconsistency in default window sizesBjørn Lindeijer1-1/+1
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-3/+5
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-06Tweak member naming to fit conventions as a fix to r4934.Dennis Friis1-3/+3
2008-11-06Ported a patch by Peavey on TMW to keep all item pointers inside of Ira Rice1-6/+15
2008-11-06Have equipment tied into player inventory instead of keeping its own list of ...Dennis Friis1-6/+14
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-6/+4
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-5/+4
2007-11-08Ensured "unequip" button is visible.Guillaume Melquiond1-1/+3
2007-09-27Merged another bunch of changes from trunk to 0.0 to reduce the difference.Bjørn Lindeijer1-2/+2
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-0/+1
2007-08-20Added close button functionality, resize cursor cues.Joshua Langley1-0/+1
2007-08-08Moved equipment background to the gui directory. Changed name to lowercase only.Guillaume Melquiond1-1/+1
2007-08-08add "static" on boxPosition.Joshua Langley1-1/+1
2007-08-08Re-designed equipment window, un-equip created.Joshua Langley1-26/+101
2007-08-07Fixed my breakage of persistent window dimensions. Cleaned a few things along...Guillaume Melquiond1-1/+1
2007-08-07Marked most of the GUI as translatable.Guillaume Melquiond1-3/+2