summaryrefslogtreecommitdiff
path: root/src/plugins/db2sql.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-30update db2sqllouisplag1-1/+3
2018-09-02Extended db2sql plugin to allow generation of mob_skill_db sql files.Dastgir1-1/+329
2018-07-19Update db2sql plugin with support for 32 bit item id.Andrei Karas1-1/+1
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-1/+1
2017-09-17Add support for bitmask arrays in the item_db Upper fieldHaru1-2/+3
2017-09-17Split 'View' in two different fields in the item databaseHaru1-3/+7
2017-04-04Implementation of Item Options System.Smokexyz1-0/+4
2016-10-03use mediumint for equip_locationsGde Mahardhikha Satrigraha1-1/+1
2016-07-09db2sql plugin now will dump equip_job as Decimalinstead of Hexadecimalhemagx1-2/+2
2016-07-02Fixed a rare crash in the db2sql pluginHaru1-9/+13
2016-07-02Added 'GENERATED FILE DO NOT EDIT' to the auto-generated filesHaru1-1/+3
2016-03-20Removed unnecessary typedefs from sql.hHaru1-0/+1
2016-03-06Added support for the textual "Job" field to the itemdb2sql converterHaru1-6/+109
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-1/+1
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-33/+33
2016-02-17Removed unnecessary typedefs from libconfigHaru1-5/+5
2016-01-29Added modb2sql converter to the db2sql pluginHaru1-2/+306
2016-01-29Renamed some db2sql* plugin functions to itemdb2sql*Haru1-69/+141
2016-01-29Changed DB2SQL plugin to not cross-convert databasesHaru1-2/+7
2016-01-29Removed duplicate code from the db2sql pluginHaru1-36/+24
2015-12-15Added GPL-compliant header to sql filesHaru1-1/+24
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-3/+19
2015-10-22Updated db2sql pluginHaru1-8/+3
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-2/+2
2015-08-15HPM compatibility improvementsHaru1-12/+5
2015-07-08Update Unique ID system to match official now it cover all cash items include...Ibrahim Hossam1-1/+5
2015-06-19Removed ".." from include directivesHaru1-15/+15
2015-01-22Removed name distinction between (sql) mob/item/mob_skill db and db_re variantsHaru1-1/+1
2015-01-18Command line arguments handling overhaulHaru1-2/+4
2014-11-16Whitespace cleanup (no code changes)Haru1-23/+23
2014-05-31Updated db2sql converter to match the recent item db changesHaru1-0/+57
2014-05-31Changes to the db2sql plugin to make it better maintainableHaru1-46/+149
2014-05-16Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3Haru1-9/+11
2014-05-13Removed trailing whitespace (sources)Haru1-1/+1
2014-02-03Wrap up on HPMDCshennetsind1-0/+2
2014-01-18Libconfig Interfacedshennetsind1-15/+8
2013-12-10Fixed 64b warnings on db2sqlshennetsind1-5/+5
2013-11-25Fixed equip_level_max handling in the sql db convertershennetsind1-3/+13
2013-11-22Minor HPMi Sub Modificationsshennetsind1-1/+1
2013-11-18Follow-up to d9a89c56ea63e369999ca13f1584eef9e511490fHaru1-3/+3
2013-11-15Official Item BindOnEquip Supportshennetsind1-2/+3
2013-11-15Fixed db2sql plugin forcing minimal modeshennetsind1-4/+2
2013-11-15Modified db2sql plugin to maintain item_db2.sqlshennetsind1-0/+13
2013-11-15Re-generated SQL item databases with the updated db2sql pluginHaru1-1/+1
2013-11-14Updated db2sql plugin for the needs of the new itemdbshennetsind1-96/+150
2013-09-27Renamed iMap interface to mapHaru1-17/+17
2013-09-16Corrected line endings and BOM issues with several filesHaru1-1/+1
2013-07-04Split use_sql_db into the three available: item_db, mob_db, mob_skill_db.Matheus Macabu1-4/+4
2013-06-24Fixed db2sqlshennetsind1-3/+3