summaryrefslogtreecommitdiff
path: root/src/gui/itemcontainer.h
AgeCommit message (Collapse)AuthorFilesLines
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