summaryrefslogtreecommitdiff
path: root/src/equipment.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-2/+0
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-2/+1
2009-02-07Some more include cleanups.Ira Rice1-2/+0
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-2/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
2008-11-06Ported a patch by Peavey on TMW to keep all item pointers inside of Ira Rice1-20/+9
2008-10-01Reduced arrow equipping so that it only does what it needs to do. Ira Rice1-11/+0
2008-10-01Possible fix for the arrow crashing bug. Confirmation needed.Ira Rice1-1/+2
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-2/+0
2008-08-18Fixed bugs with new arrow typesLloyd Bryant1-0/+18
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-3/+4
2006-03-08Use STL algorithms and make destructor inline.Björn Steinbrink1-14/+8
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-12/+6
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-3/+24
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+2
2005-07-23* docs/HACKING.txt: Added info about member naming and ChangeLogBjørn Lindeijer1-3/+4
2005-07-19Add a missing member initialisation in the constructor that causeCedric Borgese1-0/+1
2005-07-17Added Item and Equipment class and made the appropriate places make use of th...Björn Steinbrink1-0/+37