summaryrefslogtreecommitdiff
path: root/src/inventory.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-4/+4
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-06-02Arbitrary code cleanupsThorbjørn Lindeijer1-4/+3
2011-05-20Fixed 'InventoyListener' typoAngelo Castellani1-2/+2
2010-12-06Removed superfluous #includes taken from checkheaders list.Yohann Ferreira1-1/+0
2010-08-26Merged testing branch into master.Yohann Ferreira1-5/+4
2010-08-16Move more to the event systemJared Adams1-1/+2
2010-03-25Remove the type boolean from InventoryWindowJared Adams1-2/+6
2010-03-25Eliminate the logic methods from InventoryWindow and StorageWindowJared Adams1-6/+29
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-12Standardize header orderJared Adams1-2/+2
2009-12-07Fix bugs in eAthena's equipment handlingJared Adams1-1/+0
2009-07-23Clear some more support ifdefsJared Adams1-9/+1
2009-07-21Fix handling of odd equipable itemsJared Adams1-0/+1
2009-03-27Moved the inventory and storage offset handling into netcodeBjørn Lindeijer1-9/+3
2009-03-25A host of code style fixesBjørn Lindeijer1-2/+2
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-7/+9
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-5/+6
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-6/+13
2009-03-09Got rid of an ugly and unified interface breaking cancel button in favorIra Rice1-1/+1
2009-03-09Add an interface for eAthena's storage systemJared Adams1-5/+6
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-07Some more include cleanups.Ira Rice1-22/+20
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-1/+6
2008-11-28Fixed potential segfault introduced while adding extra checks to inventoryFate1-1/+1
2008-11-28Changed inventory container protocol to guarantee that we have no stale item ...Fate1-1/+1
2008-11-25Miscellaneous TMW change commits. Missed these changes before because of Ira Rice1-3/+3
2008-11-22Inventory window now displays amount of slots usedNikos Giagtzoglou1-3/+8
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-09-12Fixed /where, added /cast for heal and gather, some changes to inventory to s...Lloyd Bryant1-14/+15
2008-08-18Fixed bugs with new arrow typesLloyd Bryant1-8/+0
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-28/+48
2008-04-25Avoid stacking equipment other than arrows. Based on similar fix in inventory...Dennis Friis1-1/+7
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ...Bjørn Lindeijer1-0/+6
2007-12-21Fixed inventory size not matching the size assumed by eAthena and relatedBjørn Lindeijer1-0/+7
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-21/+27
2007-09-25Added some const qualifiers.Bjørn Lindeijer1-4/+4
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-1/+1
2007-08-14mantis_id:129 - Inventory Window Slots Added.Joshua Langley1-5/+9
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-7/+4
2007-01-04Client-side hack for picking up items.Guillaume Melquiond1-1/+1
2006-03-08Made Inventory use STL algorithms and fixed getLastUsedSlot semantics.Björn Steinbrink1-22/+18
2006-02-23A bunch of mostly cosmetic cleanups.Björn Steinbrink1-20/+20
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-43/+1