summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Fix skilldb converterAndrei Karas1-66/+122
2016-07-09Fixed a skilldb conversion error when an item is missing from the item databaseHaru1-1/+1
2016-07-09Some indentation fixes in the skill db converterHaru1-248/+248
2016-07-09Merge pull request #1333 from Smokexyz/SkillDBLibHaru1-0/+1141
2016-07-09SkillDB TXT to Libconfig + converterSmokexyz1-0/+1141
2016-07-02Added 'GENERATED FILE DO NOT EDIT' to the auto-generated filesHaru2-0/+4
2016-04-30Added one level of indirection to all variables in pre-hook functionsHaru1-1/+1
2016-04-30Removed extra indirection level in HPMHooking post-hooksHaru1-14/+16
2016-04-30Replaced memset with braced initializers in the HPMHooking hook handlersHaru1-5/+1
2016-04-30Added type-checking for the addHookPre() and addHookPost() macrosHaru1-119/+58
2016-04-16Added lclif packet handlers to the lclif interfaceHaru1-1/+6
2016-04-16Rewrite client interface for login server (part 3)hemagx1-0/+2
2016-04-16Added support for private headers to the HPMDataCheck/HPMHooking generatorsHaru2-12/+21
2016-03-20Updated HPMHookGen script to support union argumentsHaru1-2/+2
2016-02-21Added tool to convert jobmask to new formatDastgir1-0/+100
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas1-2/+1
2016-01-15Fixed a typo in the constdb converter scriptHaru1-2/+2
2016-01-13Added converter script from const.txt to constants.confHaru1-0/+114
2016-01-13Converted const.txt to libconfig formatHaru1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru11-50/+345
2015-12-12Added support for pcre-related interfaces to plugins (HPMHookGen/HPMSymbols g...Haru1-1/+2
2015-11-14Fixed include path in the doxygen configurationHaru1-1/+2
2015-10-20Add Mob_db converter from txt to conf.Andrei Karas2-0/+288
2015-09-25Upgraded Doxygen configuration file to 1.8.10Haru1-5/+109
2015-08-15Automatic HPM symbol sharingHaru1-2/+5
2015-08-15Enabled HPMDataCheck for login and char serversHaru1-2/+9
2015-08-15HPM compatibility improvementsHaru3-27/+69
2015-08-15Added HPMHooking support for common interfacesHaru1-4/+37
2015-06-19Fixed HPMHookGen's inability to detect certain interface membersHaru2-6/+7
2015-06-19Follow-up to e81d221Haru2-6/+2
2015-06-19Improved info/error messages during plugin loadingHaru1-2/+2
2015-06-19Fixed an issue causing some structs to be missing from the HPMDataCheckHaru2-1/+2
2015-06-19Improved the HPMHookingGen parserHaru1-0/+5
2015-06-02Follow up to 712812bMysteries3-3/+3
2015-01-24Minor channel system refactoringHaru1-0/+2
2015-01-24Added additional item drops support to the quest dbHaru1-0/+8
2015-01-24Added quest_db.txt to quest_db.conf Conversion Tooldastgir1-0/+86
2015-01-22HPMHookGen compatibility fix for doxygen 1.8.9.xHaru1-1/+1
2014-12-10In validateinterfaces tool fix searching lost interfaces.Andrei Karas1-1/+1
2014-12-02Improve a bit checking in validateinterfaces.py.Andrei Karas1-0/+8
2014-12-02Add different command line actions to validateinterfaces.py.Andrei Karas1-16/+36
2014-12-02in validateinterfaces.py tool add support for checking not added functions to...Andrei Karas1-6/+44
2014-11-15Follow-up to 61fc83fd7dd51e9a88ac7e6264692fcf561a37f7Haru2-2/+2
2014-11-15Corrected an issue in the HPMHookGen when interfaces only have one memberHaru2-19/+18
2014-11-15Fix HPM hook generation script for support new interfaces.Andrei Karas1-1/+6
2014-11-10Improve performance in validateinterfaces.py.Andrei Karas1-12/+14
2014-11-10Add support for return error code if any error found.Andrei Karas1-2/+3
2014-11-10Add command line option for silent checks.Andrei Karas1-11/+20
2014-11-10Check only dirs with servers sources and common dir.Andrei Karas1-2/+8
2014-11-10Add tool to validate interfaces usage.Andrei Karas1-0/+162