summaryrefslogtreecommitdiff
path: root/src/item.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-2/+2
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-6/+6
2011-04-09Moved Channels to Mana::Event::ChannelThorbjø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/+2
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-2/+2
2010-08-26Merged testing branch into master.Yohann Ferreira1-5/+7
2010-08-16Move more to the event systemJared Adams1-0/+16
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-2/+2
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-1/+1
2010-07-19Merge branch '1.0'Yohann Ferreira1-3/+8
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-3/+8
2010-05-06Add support for floor item spritesJared Adams1-1/+2
2010-03-05Rename SkinLoader to ThemeJared Adams1-3/+3
2010-02-28Make the gui more themeable and distribute two themesJared Adams1-2/+4
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/+8
2009-09-14Fix context menu for items in the EquipmentWindowJared Adams1-1/+1
2009-07-21Merge equipment handling and fix some bugsJared Adams1-2/+0
2009-04-05Remove some more #ifdefsJared Adams1-9/+2
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer1-0/+1
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-3/+14
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
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-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-0/+35
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-0/+22
2007-10-01Fixed inventory display with respect to empty slots.Guillaume Melquiond1-4/+3
2007-08-01Fixed update of equipment flag, so that items can be equipped properly.Guillaume Melquiond1-0/+6
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-0/+10
2005-10-07Modified finding NPC as by timonator's suggestion in order to allow NPCs to beBjørn Lindeijer1-16/+0
2005-07-17Added Item and Equipment class and made the appropriate places make use of th...Björn Steinbrink1-0/+39