Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-12 | Fix date part2 | Unknown | 1 | -1/+1 | |
2016-07-19 | Add new skill attributes into skill_db and skill db converter. | Andrei Karas | 1 | -0/+4 | |
2016-07-15 | Fixed skilldbconverter.php display on windows. | Smokexyz | 1 | -30/+30 | |
issue #1363. | |||||
2016-07-12 | Fix skilldb converter | Andrei Karas | 1 | -66/+122 | |
2016-07-09 | Fixed a skilldb conversion error when an item is missing from the item database | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-09 | Some indentation fixes in the skill db converter | Haru | 1 | -248/+248 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-09 | SkillDB TXT to Libconfig + converter | Smokexyz | 1 | -0/+1141 | |
The conversion of 5 skill database files - skill_require_db.txt skill_unit_db.txt skill_cast_db.txt skill_castnodex_db.txt and skill_db.txt to Libconfig file skill_db.conf a PHP CLI converter is included to read from the above mentioned files and create a skill_db.conf in the same directory. |