Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-07-12 | Interface grfio.c | hemagx | 3 | -14/+39 |
2016-07-12 | HPM Hooks Update | Haru | 2 | -1/+12 |
2016-07-12 | Various changes to the thread interface | Haru | 2 | -116/+135 |
2016-07-12 | Removed unnecessary typedefs from thread and spinlock | Haru | 5 | -74/+86 |
2016-07-12 | Interface thread.c | hemagx | 5 | -139/+173 |
2016-07-12 | HPM Hooks Update | Haru | 2 | -0/+11 |
2016-07-12 | Various changes to the random interface | Haru | 2 | -26/+76 |
2016-07-12 | Interface random.c | hemagx | 3 | -20/+53 |
2016-07-12 | HPM Hooks Update | Haru | 2 | -0/+11 |
2016-07-12 | Various changes to the mutex interface | Haru | 2 | -51/+70 |
2016-07-12 | Removed unnecessary typedefs from mutex.h | Haru | 3 | -57/+56 |
2016-07-12 | Interface mutex.c | hemagx | 4 | -85/+114 |
2016-07-12 | HPM Hooks Update | Haru | 2 | -0/+11 |