Age | Commit message (Expand) | Author | Files | Lines |
2018-07-12 | Fix date part2 | Unknown | 2 | -2/+2 |
2018-07-01 | Limit the output length on Travis | Haru | 1 | -4/+4 |
2018-06-25 | Added Pet Evolution Lua to DB Converter | Dastgir | 2 | -0/+263 |
2018-05-01 | Merge pull request #2019 from Asheraf/mskillconf | Haru | 4 | -0/+1007 |
2018-04-25 | Add support for time_t as return type in the HPMHookGen | Haru | 1 | -1/+2 |
2018-04-19 | Add tool to convert old mob skill db to new format | Asheraf | 1 | -0/+264 |
2018-04-19 | Add py-libconfig to tools folder | Asheraf | 3 | -0/+743 |
2018-04-07 | Add tool to convert old pet db to new format | Asheraf | 1 | -0/+214 |
2018-01-15 | Fix i386 CI builds | Haru | 1 | -1/+1 |
2018-01-12 | Ignore memory leaks in travis ci due mysql memory leak. | Andrei Karas | 1 | -0/+6 |
2017-08-16 | Update travis for ubuntu trusty | gumi | 1 | -8/+33 |
2017-08-08 | Check in travis if regenerated hpm code can be compiled. | Andrei Karas | 1 | -0/+5 |
2017-07-17 | use /usr/bin/env bash in tools | Thibault Payet | 4 | -4/+4 |
2017-04-29 | Merge pull request #1713 from Jedzkie/17-DropAnnounce | Haru | 1 | -1/+0 |
2017-04-29 | Removal of rare_drop_announce config. | Jedzkie | 1 | -1/+0 |
2017-04-26 | Improve the code style of the generated HPMHooking data | Haru | 1 | -11/+12 |
2016-11-19 | Let the CI test suite also run the tests | Haru | 1 | -0/+22 |
2016-10-14 | Fixed a memory manager crash when a memory leak occurs in a plugin | Haru | 1 | -2/+1 |
2016-10-02 | Aded gitlab pages configuration | Haru | 1 | -0/+39 |
2016-10-02 | Added configuration file for Gitlab CI | Haru | 1 | -0/+33 |
2016-10-02 | Added Doxygen configuration (use 'make docs' to generate) | Haru | 8 | -0/+2285 |
2016-10-02 | Moved travis.sh to tools/ci | Haru | 1 | -0/+180 |
2016-08-19 | Ported battle.conf to libconfig | Haru | 1 | -0/+403 |
2016-08-19 | Ported socket.conf (was packet.conf) to libconfig | Haru | 1 | -0/+17 |
2016-08-19 | Ported script.conf to libconfig | Haru | 1 | -0/+12 |
2016-08-19 | Ported logs.conf to libconfig | Haru | 1 | -0/+27 |
2016-08-19 | Ported map-server.conf to libconfig | Haru | 1 | -1/+34 |
2016-08-19 | Ported login-server.conf to libconfig | Haru | 1 | -4/+106 |
2016-08-19 | Ported inter-server.conf to libconfig | Haru | 1 | -0/+77 |
2016-08-19 | Ported char-server.conf to libconfig | Haru | 1 | -0/+298 |
2016-07-31 | Clean up hercules.ws leftovers | hemagx | 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 |
2016-07-12 | Interface grfio.c | hemagx | 2 | -0/+5 |
2016-07-12 | Removed unnecessary typedefs from thread and spinlock | Haru | 1 | -0/+2 |
2016-07-12 | Changed the HPMHookGen script to correctly handle macros associated with an i... | Haru | 1 | -0/+1 |
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 |
2016-07-09 | Some indentation fixes in the skill db converter | Haru | 1 | -248/+248 |
2016-07-09 | Merge pull request #1333 from Smokexyz/SkillDBLib | Haru | 1 | -0/+1141 |
2016-07-09 | SkillDB TXT to Libconfig + converter | Smokexyz | 1 | -0/+1141 |
2016-07-02 | Added 'GENERATED FILE DO NOT EDIT' to the auto-generated files | Haru | 2 | -0/+4 |
2016-04-30 | Added one level of indirection to all variables in pre-hook functions | Haru | 1 | -1/+1 |
2016-04-30 | Removed extra indirection level in HPMHooking post-hooks | Haru | 1 | -14/+16 |
2016-04-30 | Replaced memset with braced initializers in the HPMHooking hook handlers | Haru | 1 | -5/+1 |
2016-04-30 | Added type-checking for the addHookPre() and addHookPost() macros | Haru | 1 | -119/+58 |
2016-04-16 | Added lclif packet handlers to the lclif interface | Haru | 1 | -1/+6 |
2016-04-16 | Rewrite client interface for login server (part 3) | hemagx | 1 | -0/+2 |
2016-04-16 | Added support for private headers to the HPMDataCheck/HPMHooking generators | Haru | 2 | -12/+21 |
2016-03-20 | Updated HPMHookGen script to support union arguments | Haru | 1 | -2/+2 |