summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-15Add support for auto exp insurance itemsAsheraf1-0/+5
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-16/+8
2020-09-12This is Hercules v2019.09.22Jesusaves1-166/+301
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-2/+2
2019-05-30Adds Option DB and Option Drop Groups DB to be loaded on minimal modeGuilherme Menaldo1-1/+2
2019-05-05Removal of refine database code from status.c and moving it respectfully to i...Ibrahim Zidan1-0/+1
2019-03-07moving stylist into it's own interfaceAsheraf1-3/+0
2019-01-14Allow load item with big id even if packet version not support this id.Andrei Karas1-0/+12
2019-01-14Fix search item by name if id bigger than MAX_ITEMDBAndrei Karas1-0/+20
2018-07-19Fixing detecting item id or item name in string.Andrei Karas1-3/+3
2018-07-19Add new constant MAX_ITEM_ID for maximum allowed item id.Andrei Karas1-10/+24
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-9/+14
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-68/+105
2018-06-29Fix packet 836 (search in stores).Andrei Karas1-7/+7
2018-06-02Implementation of stylist uiAsheraf1-1/+3
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-04-07Implementation of Attendance systemAsheraf1-0/+5
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-0/+6
2017-09-19remove trailing whitespaces from sourcegumi1-10/+10
2017-09-17Add support for bitmask arrays in the item_db Loc fieldHaru1-1/+1
2017-09-17Add support for bitmask arrays in the item_db Upper fieldHaru1-1/+1
2017-09-17Add support for parsing arrays of constants as bitmasks in the item_dbHaru1-7/+63
2017-09-17Split 'View' in two different fields in the item databaseHaru1-8/+35
2017-07-27Fix possible buffer overflows with snprintf.Andrei Karas1-2/+2
2017-05-27Merge pull request #1722 from Smokexyz/mmo_charstatus-fixHaru1-3/+7
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-3/+7
2017-04-29Fixes #994Jedzkie1-0/+3
2017-04-04Implementation of Item Options System.Smokexyz1-1/+155
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-8/+25
2016-11-20Added validation for the AegisName while parsing the item dbHaru1-0/+24
2016-10-22Added Summoner Class.Dastgir Pojee1-0/+5
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-1/+1
2016-07-02Trivialities: indentation fixesHaru1-2/+2
2016-03-20Dropped typedef from DBIteratorHaru1-2/+3
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-6/+6
2016-03-14Dont load roulette_db.conf if roulette disabled.Andrei Karas1-1/+1
2016-03-06Merge pull request #1189 from 4144/itemdbviewHaru1-0/+6
2016-03-06Check allowed range for "View" field in item_db for weapon items.Andrei Karas1-0/+6
2016-03-06Fixes some issues while processing item db "Job" fieldsHaru1-5/+14
2016-02-23Corrected some warnings in Visual StudioHaru1-94/+98
2016-02-21Changing Job field to 'int64'Dastgir1-8/+8
2016-02-21New format for Job field in job_db.confDastgir1-10/+160
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-6/+6
2016-02-17Removed unnecessary typedefs from libconfigHaru1-15/+15
2016-02-17Renamed config->read_file to config->load_fileHaru1-11/+10
2016-01-29Modified Mob DB loader to behave like the Item DB loaderHaru1-18/+18
2016-01-13Added support to mark constants in db/constants.conf as deprecatedHaru1-2/+2
2016-01-09Corrected various zero-argument function definitionsHaru1-1/+2
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-1/+1
2015-12-28Replaced some numeric mob IDs with the proper constants (MOBID_TREASURE_BOX*)Haru1-2/+2