summaryrefslogtreecommitdiff
path: root/src/gui/equipmentwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Added support for internationalizationIra Rice1-1/+3
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-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-09-27Merged another bunch of changes from trunk to 0.0 to reduce the difference.Bjørn Lindeijer1-2/+2
2007-08-20Added close button functionality, resize cursor cues.Joshua Langley1-0/+1
2007-03-21Renamed Spriteset to ImageSet.Bjørn Lindeijer1-1/+0
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer1-2/+2
2006-08-17the item icons are now stored in different files with more descriptive namesPhilipp Sehmisch1-7/+2
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer1-4/+3
2006-06-27Equipment window now show all the slots, and adapted visible shirts to head (...Eugenio Favalli1-2/+2
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-4/+3
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-3/+4
2006-03-18Added a toString conversion function.Björn Steinbrink1-4/+3
2006-03-16A bunch of cosmetic changes.Björn Steinbrink1-4/+4
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-5/+5
2006-03-09Added Spriteset::get() and Spriteset::size() to hide the member vector and re...Björn Steinbrink1-2/+2
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-5/+4
2005-10-16Use the ResourceManager to get spritesets.Björn Steinbrink1-6/+3
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-5/+0
2005-10-04Move to top the requested windows. Also corrected the default win pos for inv...Yohann Ferreira1-1/+1
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few th...Yohann Ferreira1-2/+3
2005-09-28Save and load X, Y, Height, and Width to useful wins.Yohann Ferreira1-1/+1
2005-09-28Added window internal name to every window. Useful to later get and save X, Y...Yohann Ferreira1-0/+1
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-0/+2
2005-08-25Made our drawImage() method respect the clip area from the guichan graphics p...Björn Steinbrink1-6/+2
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-2/+8
2005-07-17Fixing linking issuesEugenio Favalli1-0/+94