Age | Commit message (Expand) | Author | Files | Lines |
2017-04-04 | Implementation of Item Options System. | Smokexyz | 2 | -1/+14 |
2017-01-22 | Fix CMDLINE_OPT_PARAM arguments in plugins failing to load | Haru | 1 | -0/+2 |
2017-01-10 | Update md5 calculation to be able to hash a binary buffer instead of only str... | hemagx | 2 | -18/+16 |
2017-01-02 | HPM Hooks Update | Hercules.ws | 2 | -2/+2 |
2016-12-03 | Add function to retrieve the appropriate fame list type for a job mapid | Haru | 1 | -0/+1 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -3/+5 |
2016-12-03 | Clarify the meaning of the MAPID_* constants | Haru | 1 | -6/+6 |
2016-12-03 | Add support for static assertions (on compilers that support them) | Haru | 1 | -0/+27 |
2016-11-19 | Add fixed-size versions of the _int64 libconfig getters/setters | Haru | 2 | -13/+87 |
2016-11-01 | Merge pull request #1498 from Lemongrass3110/cleanup/copyright2016 | Ibrahem Hossam | 24 | -24/+24 |
2016-10-28 | Fixed copyright year for 2016 | Lemongrass3110 | 24 | -24/+24 |
2016-10-28 | Fixed wrong nullpo check | Lemongrass3110 | 1 | -1/+1 |
2016-10-22 | Increases MAX_SKILL to occupy Summoner Skills | Dastgir Pojee | 1 | -1/+1 |
2016-10-22 | Added Packets for Several Clients: 2015-10-01, 2015-10-29, 2015-11-04 and | Dastgir Pojee | 1 | -0/+2 |
2016-10-14 | HPM Hooks Update | Haru | 1 | -6/+0 |
2016-10-14 | Fixed a memory manager crash when a memory leak occurs in a plugin | Haru | 3 | -2/+6 |
2016-10-07 | Updated VECTOR_INIT() and VECTOR_ENSURE() to be more analyzer- (and human-rea... | Haru | 1 | -7/+10 |
2016-10-07 | Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra) | Haru | 3 | -9/+1 |
2016-10-04 | Fix warning in strlib.c | Andrei Karas | 1 | -0/+1 |
2016-10-04 | Add missing checks into utils.c | Andrei Karas | 1 | -6/+23 |
2016-10-04 | Add missing checks into sysinfo.c | Andrei Karas | 1 | -26/+58 |
2016-10-04 | Add missing checks into sql.c | Andrei Karas | 1 | -5/+15 |
2016-10-04 | Add missing checks into socket.c | Andrei Karas | 1 | -9/+22 |
2016-10-04 | Add missing checks into mutex.c | Andrei Karas | 1 | -0/+12 |
2016-10-04 | Add missing checks into mapindex.c | Andrei Karas | 1 | -10/+25 |
2016-10-04 | Add missing checks into grfio.c | Andrei Karas | 1 | -3/+21 |
2016-10-04 | Add missing checks into ers.c | Andrei Karas | 1 | -5/+11 |
2016-10-04 | Add missing checks into des.c | Andrei Karas | 1 | -0/+7 |
2016-10-04 | Add missing checks into db.c | Andrei Karas | 1 | -10/+15 |
2016-10-04 | Add missing checks into core.c | Andrei Karas | 1 | -9/+30 |
2016-10-04 | Add missing checks into console.c | Andrei Karas | 1 | -11/+32 |
2016-10-04 | Add missing checks into HPM.c | Andrei Karas | 1 | -11/+35 |
2016-10-02 | Changed _Pragma("GCC diagnostic ignored \"-Wcast-qual\"") to target GCC 4.6 i... | Haru | 2 | -9/+9 |
2016-09-30 | Add different fixes for gcc 7 warnings. | Andrei Karas | 3 | -0/+17 |
2016-09-22 | Fixed a compile error when SEND_SHORTLIST is disabled | Haru | 1 | -5/+4 |
2016-08-20 | Re-added HPM support for configuration settings | Haru | 2 | -4/+60 |
2016-08-20 | Added a better error message when a libconfig file is not found | Haru | 1 | -0/+5 |
2016-08-19 | Added option to make plugin-defined battle config entries optional | Haru | 3 | -10/+12 |
2016-08-19 | Ported battle.conf to libconfig | Haru | 2 | -2/+52 |
2016-08-19 | Ported socket.conf (was packet.conf) to libconfig | Haru | 1 | -67/+196 |
2016-08-19 | Changed access_allow and access_deny to VECTORs | Haru | 1 | -24/+29 |
2016-08-19 | Removed unnecessary typedefs in socket.c | Haru | 1 | -13/+13 |
2016-08-19 | Ported inter-server.conf to libconfig | Haru | 2 | -42/+56 |
2016-08-19 | Ported char-server.conf to libconfig | Haru | 1 | -4/+2 |
2016-07-17 | If build bot enabled, show error message in ShowConfigWarning. | Andrei Karas | 1 | -0/+4 |
2016-07-14 | Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to int | Haru | 1 | -1/+1 |
2016-07-14 | Changed mmo_charstatus::base_level and mmo_charstatus::job_level to int | Haru | 1 | -1/+1 |
2016-07-12 | HPM Hooks Update | Haru | 2 | -0/+11 |
2016-07-12 | Various changes to the grfio interface | Haru | 2 | -188/+330 |
2016-07-12 | Dropped unnecessary typedefs from grfio | Haru | 1 | -24/+26 |