summaryrefslogtreecommitdiff
path: root/src/gui/itemcontainer.h
AgeCommit message (Collapse)AuthorFilesLines
2008-12-13Code style reformattingBjørn Lindeijer1-3/+3
Got rid of "void" in functions that take no arguments and removed the newline after the return type of a method in many places.
2008-11-28Remember last equipped item ID so that we jump to/re-find an item of the ↵Fate1-3/+9
same ID whenever we lose the current one
2008-11-28Changed inventory container protocol to guarantee that we have no stale item ↵Fate1-3/+3
references lying around
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-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-1/+1
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3738 | b_lindeijer | 2007-11-16 00:44:01 +0100 (Fri, 16 Nov 2007) | 3 lines Moved item icon from ItemInfo class to the Item class, so that it can be loaded on demand. Results in faster startup time and reduced memory usage. ........
2008-04-28Properly fix problems with ItemContainer in InventoryWindow not resizingBjørn Lindeijer1-4/+13
properly since upgrade to Guichan 0.8.0.
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-5/+8
gcn::TabbedArea usage)
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).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