summaryrefslogtreecommitdiff
path: root/src/inventory.cpp
AgeCommit message (Expand)AuthorFilesLines
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-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
2007-12-21Fixed inventory size not matching the size assumed by eAthena and relatedBjørn Lindeijer1-0/+7
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-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
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink1-11/+11
2005-10-06Transition to SDL integer types. Some int vs. long issues fixed. Return NULL ...Björn Steinbrink1-0/+5
2005-09-19Got rid of writeSet() calls.Eugenio Favalli1-5/+0
2005-09-19Removed useless flush() calls.Eugenio Favalli1-4/+0
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-11/+18
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-19/+19
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-0/+21
2005-08-01Added code to dynamically adjust the itemcontainer size.Björn Steinbrink1-0/+13
2005-07-18Created Inventory class. (Really) Small code simplifications and cleanups.Björn Steinbrink1-0/+134