summaryrefslogtreecommitdiff
path: root/src/item.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-0/+2
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer1-8/+1
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-2/+2
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-2/+2
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-2/+4
2010-08-26Merged testing branch into master.Yohann Ferreira1-14/+8
2010-08-16Move more to the event systemJared Adams1-0/+4
2010-05-21Fix some issues found by CppcheckJared Adams1-1/+1
2010-03-08Made two getters constThorbjørn Lindeijer1-2/+2
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
2009-10-15Make sure item icons in the invy are full opacityJared Adams1-0/+6
2009-09-14Fix context menu for items in the EquipmentWindowJared Adams1-0/+11
2009-05-10Fixed the problem with items disappearing beneath the roadBjørn Lindeijer1-2/+2
2009-04-05Remove some more #ifdefsJared Adams1-9/+2
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-2/+9
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
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-24/+12
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-9/+11
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-0/+13
2007-10-19Fixed invalid item ID.Guillaume Melquiond1-1/+1
2007-08-01Fixed update of equipment flag, so that items can be equipped properly.Guillaume Melquiond1-2/+1
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-32/+1
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-2/+2
2006-11-23Refectored the Itemmanager class to an ItemDB namespace.Philipp Sehmisch1-2/+2
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer1-1/+1
2005-10-09Fixed player names overlapping other players and more cleanups.Bjørn Lindeijer1-4/+4
2005-10-07Modified finding NPC as by timonator's suggestion in order to allow NPCs to beBjørn Lindeijer1-86/+99
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+1
2005-07-17Added Item and Equipment class and made the appropriate places make use of th...Björn Steinbrink1-0/+119