summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13Update copyright headers for year 2020Haru1-2/+2
2020-01-01Add support for auto exp insurance itemsAsheraf1-0/+5
2019-10-05Dehardcodes db files base path so the db folder can be easily movedGuilherme Menaldo1-16/+8
2019-09-23Merge pull request #2336 from Asheraf/lapineddukddakHaru1-0/+102
2019-09-23Merge pull request #2535 from HerculesWS/itemdb_violationHaru1-52/+84
2019-09-23Implementation of LapineDdukDdak SystemAsheraf1-0/+102
2019-09-23Merge pull request #2529 from Asheraf/itemcombolibconfHaru1-113/+74
2019-09-22Implement new script fields for items triggered on rentral status changesIbrahim Zidan1-1/+36
2019-09-19Rewrite of itemdb_searchname_array and itemdb_searchname_array_subIbrahim Zidan1-52/+84
2019-08-31Convert item combo db to use libconfigAsheraf1-113/+74
2019-08-26Update Siegfried Tokens support.Emistry Haoyan1-0/+5
2019-07-30Fix missing file path in console.Emistry Haoyan1-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