summaryrefslogtreecommitdiff
path: root/src/gui/itemcontainer.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-13Added WoW style item adding to chat window. Right Ctrl and Left click to put ↵David Athay1-0/+1
the item in the chat input. Left click the item link to show a popup description, and click the link again to remove the popup.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-07-01Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵Philipp Sehmisch1-0/+8
files, item descriptions on mouse-over, map names in minimap window, speech bubbles)
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer1-7/+13
of quite a bit of GUI differences there were additional changes and probably additional issues. You have been warned. ;) Merged revisions 4045-4049,4051-4059 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4045 | b_lindeijer | 2008-04-07 17:23:07 +0200 (Mon, 07 Apr 2008) | 3 lines Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for gcn::TabbedArea usage) ........ r4059 | b_lindeijer | 2008-04-09 16:25:42 +0200 (Wed, 09 Apr 2008) | 2 lines Fixed problem with row height in shop list box. ........
2007-10-19Allowed dragging of already selected items.Guillaume Melquiond1-1/+2
2007-08-14mantis_id:129 - Inventory Window Slots Added.Joshua Langley1-13/+58
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-1/+1
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer1-1/+34
(should also be used to fix similar problem in trade, buy and sell dialogs). Made the ItemInfo be passed around as a reference instead of a pointer, since it is never NULL.
2006-08-17the item icons are now stored in different files with more descriptive namesPhilipp Sehmisch1-2/+0
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-4/+4
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-1/+1
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-6/+6
2005-08-01Added code to dynamically adjust the itemcontainer size.Björn Steinbrink1-0/+7
2005-07-18Created Inventory class. (Really) Small code simplifications and cleanups.Björn Steinbrink1-43/+3
2005-07-17Added Item and Equipment class and made the appropriate places make use of ↵Björn Steinbrink1-67/+16
them. Plus some cleanups.
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+0
2005-06-16Fixed cutting off bottom item row of inventory in some casesBjørn Lindeijer1-0/+6
2005-05-21Numerous things:Bjørn Lindeijer1-2/+2
* Fixed two non-virtual destructor warnings showing up with GCC 4. * Fixed OpenGL inventory text drawing that broke in last commit * Removed glClear cause screen is redrawn completely anyway * Fixed updating of buttons in inventory window * Made items.xml be loaded through resource manager.
2005-05-14Mainly separating core GUI classes from game interface.Bjørn Lindeijer1-1/+1
2005-05-11another trade update: selecting items is more logical now, name and desc. ↵Jan-Fabian Humann1-1/+6
are being displayed
2005-04-19A few random changes.Bjørn Lindeijer1-26/+39
2005-04-13Now getNumberOfSlotsUsed() return the number of different items a character has.Yohann Ferreira1-1/+6
2005-04-10New selection in inventory instead of black rectangleMateusz Kaduk1-0/+2
2005-04-04starting to do the trade window, i know it's not functionable and contains a ↵Jan-Fabian Humann1-1/+6
lot of bugs but ill continue tomorrow.
2005-04-04quick fix for bug which increased item amount when warping client-sideJan-Fabian Humann1-0/+5
2005-03-04A bunch of updates:Eugenio Favalli1-0/+2
- inventory fixes - equipment fixes - graphic updates (items and monsters) - weaponary system - fixed status window
2005-02-21Updates to change log, file lists, lots of doxygen comments and small changes.Bjørn Lindeijer1-2/+0
2005-02-20Finally equipment! Sometimes it works :PEugenio Favalli1-0/+10
2005-02-11Working on equipmentEugenio Favalli1-1/+4
2005-02-06Added files to list and removed some old tmw.ini values.Bjørn Lindeijer1-0/+1
2005-02-06Forgot these onesEugenio Favalli1-0/+123