summaryrefslogtreecommitdiff
path: root/src/game-server/item.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-8/+8
2013-09-19Removed unused being state enumsThorbjørn Lindeijer1-28/+0
2013-09-19Renamed actor.{h,cpp} to actorcomponent.{h,cpp}Thorbjørn Lindeijer1-1/+1
2013-08-26Moved AttributeInfo into a seperate fileErik Schilling1-2/+2
2013-08-26Allowed to push attributeinfos for the attribute recalculationErik Schilling1-6/+10
2013-08-26[Abilities] Removed the old autoattack systemErik Schilling1-23/+0
2013-04-12Moved Actor into an ComponentErik Schilling1-1/+1
2013-04-11Converted Being into a ComponentErik Schilling1-12/+12
2013-03-25Changed Effect to a component of ActorThorbjørn Lindeijer1-1/+1
2013-03-25Changed Item to a component of ActorThorbjørn Lindeijer1-4/+27
2013-01-10Small documentation updates for Point and RectangleThorbjørn Lindeijer1-1/+1
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-10/+10
2013-01-08Work on (Auto)Attack system.Erik Schilling1-20/+33
2013-01-08Rename AutoAttack to AttackErik Schilling1-3/+3
2012-08-05Remove resetEffects; move it to destructor in ItemClass.Stefan Beller1-18/+2
2012-08-05Fixup segfault at shutdown of gameserver.Stefan Beller1-5/+1
2012-04-14Fixed compiler warning about non-virtual destructorThorbjørn Lindeijer1-0/+2
2012-03-03Use callbacks for items, monsters and status effectsThorbjørn Lindeijer1-9/+22
2012-03-02Merged all the different Lua states into oneThorbjørn Lindeijer1-5/+3
2011-08-19Used the client base to make a final bugfix on the server code.Yohann Ferreira1-11/+14
2011-08-10Changed ItemEquipInfo to only be a pair of unsigned.Yohann Ferreira1-1/+1
2011-07-27Small random code format cleanups, and documentation fixes.Yohann Ferreira1-0/+2
2011-04-19Implemented scriptable effects on item use and dispell.Yohann Ferreira1-8/+25
2011-03-20Introduced separate functions for item database loadingThorbjørn Lindeijer1-5/+3
2011-03-16Allowed item names instead of IDs in @commandsPhilipp Sehmisch1-0/+14
2010-12-08Fix many compiler warnings.Freeyorp1-7/+12
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-0/+273