Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-16 | Update HPM. | Andrei Karas | 1 | -1/+1 | |
2018-12-16 | Update HPM. | Andrei Karas | 1 | -1/+2 | |
2018-12-14 | Update HPM. | Andrei Karas | 1 | -0/+1 | |
2018-12-14 | Add inventory size field into db and using it in server. | Andrei Karas | 1 | -1/+6 | |
2018-12-14 | Add packt ZC_INVENTORY_EXPANSION_INFO | Andrei Karas | 1 | -0/+11 | |
2018-12-12 | Update HPM | Andrei Karas | 1 | -0/+5 | |
2018-12-12 | Update HPM | Andrei Karas | 1 | -17/+24 | |
2018-12-12 | Update packet AC_LOGIN_OTP. | Andrei Karas | 1 | -0/+3 | |
2018-12-12 | Update packet len table up to 2018-12-12 | Andrei Karas | 6 | -15/+320 | |
2018-12-12 | Fix some visual studio warnings. | Andrei Karas | 2 | -3/+3 | |
2018-12-12 | Update HPM. | Andrei Karas | 1 | -15/+15 | |
2018-11-27 | Add incomplete packet CA_ACK_MOBILE_OTP. | Andrei Karas | 1 | -0/+5 | |
2018-11-15 | Update visual studio project files. | Andrei Karas | 2 | -4/+4 | |
2018-11-15 | Add packet validation for RFIFOSKIP. | Andrei Karas | 1 | -0/+29 | |
2018-11-15 | Add validation for WFIFOHEAD buffer allocations. | Andrei Karas | 2 | -8/+23 | |
2018-11-15 | Add packet versions for all server types into socket_datasync. | Andrei Karas | 1 | -0/+5 | |
2018-11-15 | Add packets from plugins into packets len table. | Andrei Karas | 1 | -0/+5 | |
2018-11-14 | Update HPM hooks. | Andrei Karas | 1 | -1/+0 | |
2018-11-14 | Add send packet validation for connections between server and clients. | Andrei Karas | 2 | -9/+56 | |
2018-11-14 | Add compile time validation for packet ZC_ITEM_PREVIEW. | Andrei Karas | 1 | -0/+33 | |
2018-11-14 | Update HPM hooks. | Andrei Karas | 2 | -0/+12 | |
2018-11-14 | Add interface for packets in common. | Andrei Karas | 5 | -10/+126 | |
For now supported only packet length fields. | |||||
2018-11-14 | Add packet len table headers. | Andrei Karas | 48 | -3/+269972 | |
2018-11-13 | Merge pull request #2319 from MishimaHaruna/remove-minicore | Haru | 5 | -89/+22 | |
Remove minicore | |||||
2018-11-13 | HPM Hooks Update | Hercules.ws | 1 | -0/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-11-13 | Remove the unused minicore libraries and ifdefs | Haru | 5 | -89/+22 | |
Minicore was previously used by the tools in the src/tool directory, and is currently unused. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-10-22 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-10-22 | Merge pull request #2251 from Asheraf/pr3 | Haru | 1 | -1/+2 | |
Add new type for mercenary class to setquestinfo() | |||||
2018-10-07 | HPM Hooks Update | Hercules.ws | 1 | -0/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-10-03 | Add new type for mercenary class to setquestinfo() | Asheraf | 1 | -1/+2 | |
2018-09-23 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-09-23 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-09-19 | Update HPM. | Andrei Karas | 1 | -2/+4 | |
2018-08-25 | Add const-safe wrappers for strchr(), strrchr() and strstr() using c11 generics | Haru | 1 | -0/+21 | |
C99 compilers will still use the normal, const-unsafe, version Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-08-25 | Change language specification to c11 in the autoconf builds | Haru | 1 | -6/+0 | |
Fixes an issue with certain glibc versions using the emulated `_Static_assert` (allowing only one assertion per scope) despite the compiler having built-in support for the c11 version. Fixes builds in Debian stretch and other distributions. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-08-25 | Show packet version and type at server startup. | Andrei Karas | 2 | -0/+7 | |
2018-08-25 | Add support for build for AD clients. | Andrei Karas | 1 | -1/+13 | |
Add configure flag --enable-packetver-ad Add defines for AD into mmo.h Add messages list for AD clients. | |||||
2018-08-25 | Add support for build for SAK clients. | Andrei Karas | 1 | -1/+13 | |
Add configure flag --enable-packetver-sak Add defines for SAK into mmo.h Add messages list for SAK clients. | |||||
2018-08-24 | Update HPM. | Andrei Karas | 1 | -0/+9 | |
2018-07-28 | Update HPM. | Andrei Karas | 1 | -0/+4 | |
2018-07-28 | HPM Hooks Update | Hercules.ws | 2 | -0/+36 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-24 | Implemented Title System. | Dastgir | 1 | -0/+2 | |
2018-07-24 | Implementation of the official Achievement System. | smokexyz | 1 | -0/+18 | |
Source: http://ro.gnjoy.com/news/update/View.asp?seq=163&curpage=1 Script Commands - ``` achievement_progress(<ach_id>,<obj_idx>,<progress>,<incremental?>{,<char_id>}); ``` Includes an achievement_db.conf generator that reads from the item_db, mob_db (server side) and achievement_list.lub files to determine valid achievement entries based on item/monster availability. Achievements containing unsupported entries are commented out. This feature, although renewal-only in official servers, is capable of being used in pre-renewal mode on Hercules. Does not include the title system yet. A big thanks to - @MishimaHaruna for constantly reviewing. @4144 for all the support. @Asheraf for a lot of official information. Co-authored-by: "Dastgir" <dastgirp@gmail.com> | |||||
2018-07-24 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-24 | Questinfo System overhaul | Asheraf | 1 | -0/+14 | |
2018-07-23 | Merge pull request #2127 from sctnightcore/FixDate | Haru | 2 | -2/+2 | |
Fix date | |||||
2018-07-16 | Replace item id shorts to int in mmo.h | Andrei Karas | 1 | -11/+12 | |
2018-07-15 | Update hpm hooks. | Andrei Karas | 1 | -0/+58 | |
2018-07-12 | Fix date | Unknown | 2 | -2/+2 | |
2018-07-01 | Fix some warnings caused by static functions defined and unused | Haru | 3 | -15/+6 | |
Signed-off-by: Haru <haru@dotalux.com> |