summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29Remove useless parts from .gitlab-ci.ymlAndrei Karas1-0/+1
2020-06-16Add into travis.sh check with all custom scripts uncommentedAndrei Karas2-0/+15
2020-06-16Run servers in travis.sh with all existing pluginsAndrei Karas1-2/+23
2020-06-16Disable odr violation detection in ciAndrei Karas1-2/+2
2020-06-16Update travis.sh with fixes for travis and new osAndrei Karas1-3/+13
2020-06-16Add workaround for create sql user and grant rights to itAndrei Karas1-1/+6
In some mysql version default grant code not works.
2020-06-16Convert validateinterfaces.py to python3Andrei Karas1-19/+18
2020-06-16Use python2 in validateinterfaces.pyAndrei Karas1-1/+1
2020-06-16Show runlog.txt on libconfig tests crashAndrei Karas1-1/+9
2020-06-01Merge pull request #2671 from Helianthella/binliteralHaru1-6/+25
add support for binary and octal number literals
2020-05-22Add workaorund for authors generationAndrei Karas1-1/+2
2020-05-22Add script for generate authors listAndrei Karas1-0/+3
2020-05-07add support for number separators in the python libconf parsergumi1-9/+9
2020-05-07add support for binary and octal literals in the python libconf parsergumi1-1/+20
2020-03-09Update Doxygen configuration (Doxygen 1.8.16)Haru1-40/+2025
Signed-off-by: Haru <haru@dotalux.com>
2020-03-08Add support for enum market_buy_result and enum unit_dir to the HPMHookGenHaru1-0/+2
Signed-off-by: Haru <haru@dotalux.com>
2020-02-10Fix warnings in the HPMHookGeneratorHaru2-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2020-01-27Updated mobdbconverter to support constantsDastgir1-7/+25
2020-01-13Update copyright headers for year 2020Haru26-44/+45
Signed-off-by: Haru <haru@dotalux.com>
2019-12-15Merge pull request #2572 from Asheraf/mobviewdatadbHaru1-0/+94
Add support for overriding default view data in mob database
2019-11-18Add phpsqllint for check sql queriesAndrei Karas11-0/+936
2019-11-14Add information about parsing error into libconf.pyAndrei Karas2-2/+9
2019-10-30Drop the usage of mob_availAsheraf1-0/+94
2019-10-08Removed jAthena 1082 legacy code related to Castle Defense Rate.kisuka1-1/+0
2019-09-23Merge pull request #2529 from Asheraf/itemcombolibconfHaru2-1/+117
Convert item combo db to use libconfig
2019-08-31Convert item combo db to use libconfigAsheraf2-1/+117
2019-08-28Convert sc_config to use libconfigAsheraf1-0/+105
2019-06-01Merge pull request #2222 from Helianthella/scoopHaru2-0/+97
Simplify windows installation
2019-05-09Fix errors in the HPM Hooks generatorHaru1-1/+2
This adds the interface variables of type pointer to array to the ignored variables when generating the hooks Signed-off-by: Haru <haru@dotalux.com>
2019-04-16Fixed issue with Perl v5.26.1Phong Truong1-3/+3
Issue: - Unescaped left brace in regex is illegal here in regex;
2019-03-03Show crash dump in travisAndrei Karas1-1/+7
2018-12-17Fix HPM generation for old packet versions.Andrei Karas1-1/+3
From now HPM generated for 20031028 main packet version.
2018-11-07add an auto-setup script for mariadb on windowsgumi2-0/+97
2018-10-13Fixes LGTM Alert: Added ExceptionsDastgir3-3/+3
2018-10-07Removing the use of Equivalence operator in utils.pyDastgir1-3/+3
2018-10-07Python: Explicitely truncate value to intDastgir1-1/+1
2018-10-07Removed unused variable from utils.pyDastgir1-1/+0
2018-07-12Fix date part2Unknown2-2/+2
2018-07-01Limit the output length on TravisHaru1-4/+4
This is an attempt to avoid the `./tools/ci/travis.sh: line 55: /bin/cat: Argument list too long` error Signed-off-by: Haru <haru@dotalux.com>
2018-06-25Added Pet Evolution Lua to DB ConverterDastgir2-0/+263
2018-05-01Merge pull request #2019 from Asheraf/mskillconfHaru4-0/+1007
Convert mob_skill_db into libconf format
2018-04-25Add support for time_t as return type in the HPMHookGenHaru1-1/+2
Signed-off-by: Haru <haru@dotalux.com>
2018-04-19Add tool to convert old mob skill db to new formatAsheraf1-0/+264
2018-04-19Add py-libconfig to tools folderAsheraf3-0/+743
2018-04-07Add tool to convert old pet db to new formatAsheraf1-0/+214
you can use this tool as follows ./petdbconverter.py re ../ ../db/re/pet_db.txt > pet_db.conf or for pre-re mode ./petdbconverter.py pre-re ../ ../db/pre-re/pet_db.txt > pet_db.conf
2018-01-15Fix i386 CI buildsHaru1-1/+1
The address sanitizer's leak detector isn't supported on i386, so it can't be forced to be enabled in the travis.sh script. Signed-off-by: Haru <haru@dotalux.com>
2018-01-12Ignore memory leaks in travis ci due mysql memory leak.Andrei Karas1-0/+6
Gitlab ci look like unaffected.
2017-08-16Update travis for ubuntu trustygumi1-8/+33
2017-08-08Check in travis if regenerated hpm code can be compiled.Andrei Karas1-0/+5
Also reduce number of packets to install in travis.
2017-07-17use /usr/bin/env bash in toolsThibault Payet4-4/+4