summaryrefslogtreecommitdiff
path: root/src/emap/itemdb.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-08Add support for identified attribute in item_db.conf.s20180313Andrei Karas1-0/+24
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
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
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
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 b...Andrei Karas1-0/+2
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with herc...Andrei Karas1-0/+91