summaryrefslogtreecommitdiff
path: root/src/emap/itemdb.c
AgeCommit message (Collapse)AuthorFilesLines
2019-10-07Autoset ViewSprite - Because ManaPlus is too dumb to interpret a ViewSprite of 0Jesusaves1-0/+8
2019-09-03Revert "Drop support for Required<> params in ItemDB"Jesusaves1-2/+0
This reverts commit 4a6c4e17275bc82c20bb768861ce8918d35b9965.
2019-09-03Drop support for Required<> params in ItemDBJesusaves1-0/+2
2018-03-08Add support for identified attribute in item_db.conf.s20180313Andrei Karas1-0/+24
This attribute set on dropped equipment by mobs. Default value true.
2017-09-19Show warnings if additional item db field groups contains unknown elements.s20170925Andrei Karas1-0/+6
2016-09-03Add support for MinRange in item_db.Andrei Karas1-0/+3
If weapon used on range smaller than MinRange, weapon not attacking.
2016-08-04Reduce memory usage in vectors.evolrelease2016-08-07Andrei Karas1-2/+2
2016-07-31Fix memory leak on exit/item_db reload after adding vectors in item_db.Andrei Karas1-0/+2
2016-07-31Add into item_db.conf support for attribute AllowAmmo for bows.Andrei Karas1-0/+17
This allow limit any arrow/ammo for any bows/guns.
2016-07-31Use VECTOR for allowed cards array.Andrei Karas1-5/+11
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas1-7/+11
2016-05-02Add into all files where need #include "plugins/HPMHooking.h"Andrei Karas1-0/+2
2016-04-28Fix different warnings.Andrei Karas1-1/+2
2016-02-18Update for support latest hercules.Andrei Karas1-4/+5
2016-02-14Add support for item attribute MaxFloorOffset.Andrei Karas1-0/+26
Change plugin version to 12.
2015-10-20Add support for item attribute RequiredSkill.Andrei Karas1-0/+2
2015-10-18Rename malloc.h to memmgr.h in includes.Andrei Karas1-1/+1
2015-10-17Add support for insert cards script.Andrei Karas1-0/+4
2015-10-13Add support for take (pickup) script for items taked from ground by player.Andrei Karas1-0/+4
2015-10-13Add support for drop script for items dropped by player.Andrei Karas1-1/+16
2015-09-28Update copyright year.Andrei Karas1-1/+1
2015-08-17Read card limits from item db.Andrei Karas1-0/+27
2015-08-16Fix compilation after HPM update in server.Andrei Karas1-0/+2
2015-08-14Add basic support for charm items (If item present in inventory it give own ↵Andrei Karas1-0/+2
bonuses) For char item in items.conf need add attribute "Charm: true"
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵Andrei Karas1-0/+91
hercules.