summaryrefslogtreecommitdiff
path: root/src/resources/iteminfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-1/+1
2012-03-18Removed some 'const' keywords from value returnsThorbjørn Lindeijer1-1/+1
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-04-29Remove default assignment of an attack action to non-weaponsStefan Dombrowski1-8/+0
2010-08-26Merged testing branch into master.Yohann Ferreira1-1/+1
2010-07-29Changed the items loading to handle a new 'attack-action' parameter.Yohann Ferreira1-23/+5
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-1/+1
2010-07-28Changed mAttackType to mWeaponAttackType were appropriate.Yohann Ferreira1-6/+6
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-1/+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-03-30Merge weapon typesJared Adams1-21/+0
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer1-2/+3
2009-03-25A host of code style fixesBjørn Lindeijer1-2/+2
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-0/+21
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-7/+3
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-1/+1
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-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-28/+0
2008-02-22 Handling gender with an enum everywhere.Philipp Sehmisch1-1/+1
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-1/+1
2008-01-10Item types and weapon types are now identified by name instead of numbers in ...Philipp Sehmisch1-7/+6
2007-11-20Merged revisions 3629-3630 via svnmerge from Bjørn Lindeijer1-24/+21
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-28/+0
2007-10-23Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to Bjørn Lindeijer1-10/+4
2007-10-21Plugged memory leak in equipment sound.Guillaume Melquiond1-10/+4
2007-10-18Removed player looks from generic beings. Prevented client termination on mis...Guillaume Melquiond1-24/+21
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-0/+1
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-9/+77
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer1-9/+77
2007-03-03Fixed auto-character-select and switch_character combination. Added svn-prope...Rogier Polak1-0/+1
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer1-10/+21
2006-08-17the item icons are now stored in different files with more descriptive namesPhilipp Sehmisch1-0/+44
2005-10-10Introduced new window shortcuts and corrected position of job xp bar. AlsoBjørn Lindeijer1-115/+0
2005-10-10Updated docs for releaseEugenio Favalli1-0/+115
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-115/+0
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-0/+4
2005-08-25Added items effect description support. TODO: Display it in buy/sell/inventor...Yohann Ferreira1-0/+10
2005-04-20Adding first implementation of item databaseEugenio Favalli1-0/+101