summaryrefslogtreecommitdiff
path: root/src/gui/itemcontainer.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-07-01Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML fi...Philipp Sehmisch1-4/+37
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer1-9/+8
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-5/+4
2007-10-19Allowed dragging of already selected items.Guillaume Melquiond1-21/+48
2007-10-19Fixed key special values. Reduced amount of spurious item deselections.Guillaume Melquiond1-26/+22
2007-10-01Fixed inventory display with respect to empty slots.Guillaume Melquiond1-0/+2
2007-09-27Some formatting changes to align with the 0.0 branch.Bjørn Lindeijer1-2/+4
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-0/+4
2007-08-14itemcontainer.cpp - removed debugJoshua Langley1-3/+0
2007-08-14inventory - split function fixJoshua Langley1-2/+4
2007-08-14mantis_id:129 - Inventory Window Slots Added.Joshua Langley1-91/+247
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-1/+1
2007-07-27Removed useless yet costly dynamic casts.Guillaume Melquiond1-6/+3
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer1-4/+4
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-12/+23
2007-01-04Client-side hack for picking up items.Guillaume Melquiond1-12/+7
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer1-6/+29
2006-08-17the item icons are now stored in different files with more descriptive namesPhilipp Sehmisch1-12/+9
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer1-4/+3
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-12/+4
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-4/+12
2006-03-18Added a toString conversion function.Björn Steinbrink1-12/+4
2006-03-16A bunch of cosmetic changes.Björn Steinbrink1-4/+2
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-26/+26
2006-03-09Added Spriteset::get() and Spriteset::size() to hide the member vector and re...Björn Steinbrink1-7/+7
2006-03-08Made Inventory use STL algorithms and fixed getLastUsedSlot semantics.Björn Steinbrink1-2/+2
2005-10-16Use the ResourceManager to get spritesets.Björn Steinbrink1-4/+2
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-5/+5
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ...Björn Steinbrink1-0/+2
2005-08-25Made our drawImage() method respect the clip area from the guichan graphics p...Björn Steinbrink1-4/+2
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-3/+11
2005-08-01Added code to dynamically adjust the itemcontainer size.Björn Steinbrink1-3/+16
2005-07-22Merge between moi1392's branch and headCedric Borgese1-1/+1
2005-07-18Created Inventory class. (Really) Small code simplifications and cleanups.Björn Steinbrink1-104/+39
2005-07-17Added Item and Equipment class and made the appropriate places make use of th...Björn Steinbrink1-96/+34
2005-07-16Made Image/SubImage being drawn by Graphics. Removed some redundant code.Björn Steinbrink1-4/+6
2005-07-14Fix items being shown as eqipped in inventory although they are notBjörn Steinbrink1-0/+1
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+4
2005-06-21Image loader now automatically determines whether to use masked drawing orBjørn Lindeijer1-2/+2
2005-06-16Fixed cutting off bottom item row of inventory in some casesBjørn Lindeijer1-1/+19
2005-06-16Fixed window resizing to work properly, and on all edges and corners.Bjørn Lindeijer1-0/+6
2005-06-05Item icons now displayed as 32x32.Bjørn Lindeijer1-27/+48
2005-05-21Numerous things:Bjørn Lindeijer1-0/+3
2005-05-11another trade update: selecting items is more logical now, name and desc. are...Jan-Fabian Humann1-0/+5
2005-05-11first two trade items work again (itemcontainer slots 0 and 1 seem to be rese...Jan-Fabian Humann1-3/+1
2005-05-10fixing a bug which occured when ItemManager's constructor calls logger (for e...Jan-Fabian Humann1-2/+2
2005-05-05- Equipped items now listed in inventory as "Eq.".Aaron Marks1-0/+2
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-2/+2
2005-04-27Updated item container (fixed rendering position errors).Aaron Marks1-4/+9
2005-04-21trying to follow Hammerbear suggestionsEugenio Favalli1-2/+3