Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-19 | Add non shuffle packets for 2018-09-19. | Andrei Karas | 1 | -0/+67 | |
2018-09-19 | Update keys and shuffle packets to 2018-09-19. | Andrei Karas | 5 | -10/+29 | |
2018-09-19 | Update messages to 2018-09-19 | Andrei Karas | 3 | -3/+123 | |
2018-09-18 | add missing `IF NOT EXISTS` clause to the `char_achievements` table creation ↵ | gumi | 1 | -1/+1 | |
query | |||||
2018-09-18 | Fix wrong validation for quests in setquestinfo | Asheraf | 1 | -1/+8 | |
2018-09-12 | Update Hateffect Constants Database | Asheraf | 1 | -0/+32 | |
2018-09-02 | Update Npc Constants Database | Asheraf | 2 | -1/+35 | |
2018-09-02 | Extended db2sql plugin to allow generation of mob_skill_db sql files. | Dastgir | 1 | -1/+329 | |
Fixes #2128 | |||||
2018-09-02 | Fixes #2173 | Dastgir | 1 | -1/+3 | |
Fixes crash when character is removed from `char` table but not from guild_member. | |||||
2018-09-02 | Fixed issue #2187 | Dastgir | 3 | -28/+94 | |
card field is changed to INT in tables | |||||
2018-09-02 | Fixed issue #2201 | Dastgir | 1 | -1/+2 | |
Killing clone will not trigger achievement | |||||
2018-08-31 | Update Maps Database | Asheraf | 30 | -1/+34 | |
2018-08-30 | Fixed Blastime and Claymore Trap damage that wasn't being split by the ↵ | Guilherme G. Menaldo | 8 | -16/+75 | |
number of enemies | |||||
2018-08-30 | Makes trap damage possible to be reflected | Guilherme G. Menaldo | 7 | -0/+77 | |
2018-08-30 | Add LGTM.com code quality badges | Xavier RENE-CORAIL | 1 | -0/+2 | |
2018-08-29 | release v2018.08.26+1v2018.08.26+1 | gumi | 1 | -0/+6 | |
2018-08-29 | fix set_reg no longer being able to handle C_PARAM | gumi | 1 | -1/+1 | |
closes #2200 | |||||
2018-08-28 | Implement PACKET_CZ_MEMORIALDUNGEON_COMMAND | Asheraf | 6 | -1/+85 | |
2018-08-27 | Release v2018.08.26v2018.08.26 | Haru | 1 | -1/+29 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-08-27 | HPM Hooks Update | Hercules.ws | 2 | -5/+5 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-08-27 | Fix a race condition in the storage saving code | Haru | 2 | -4/+5 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-08-27 | Fix some issues reported by gcc-8's address sanitizer | Haru | 2 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-08-26 | make it legal to not pass arguments to buildin_mes | gumi | 1 | -3/+7 | |
2018-08-26 | Merge pull request #2164 from mekolat/addvariable | Haru | 18 | -165/+255 | |
always set the type to C_NAME when adding variables through script->add_str | |||||
2018-08-26 | Merge pull request #2191 from MishimaHaruna/fix-ci-centos | Haru | 1 | -8/+6 | |
Fix CentOS builds in gitlab-ci | |||||
2018-08-26 | HPM Hooks Update | Hercules.ws | 4 | -0/+33 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-08-26 | Merge pull request #2162 from mekolat/setzone | Haru | 6 | -18/+120 | |
add atcommand_setzone, and fix #2133 | |||||
2018-08-26 | Fix CentOS builds in gitlab-ci | Haru | 1 | -8/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-08-26 | Merge pull request #2190 from 4144/updatepackets | Haru | 2 | -1/+3 | |
Packets updates/fixes | |||||
2018-08-26 | Merge pull request #2189 from MishimaHaruna/c11 | Haru | 6 | -11/+99 | |
Change the language specification to C11 in the autoconf-based builds | |||||
2018-08-26 | Fix packet size in clif_parse_RouletteInfo. | Andrei Karas | 1 | -1/+1 | |
2018-08-26 | Add missing values for banking enums. | Andrei Karas | 1 | -0/+2 | |
2018-08-25 | Fix some const violations detected with the const-safe strchr() implementation | Haru | 2 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
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 | 3 | -9/+76 | |
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 | Merge pull request #2185 from 4144/clienttypes | Haru | 8 | -8/+15752 | |
Add support for sak/ad client messages and show packet version and client type at server startup | |||||
2018-08-24 | Merge pull request #2125 from Habilya/stable | Haru | 1 | -2/+2 | |
Adjust item_bonus.txt | |||||
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 | 6 | -8/+7398 | |
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 | 6 | -4/+8351 | |
Add configure flag --enable-packetver-sak Add defines for SAK into mmo.h Add messages list for SAK clients. | |||||
2018-08-24 | Merge pull request #2146 from mekolat/debugmes | Haru | 2 | -10/+23 | |
bake sprintf into debugmes | |||||
2018-08-24 | Merge pull request #2176 from 4144/updatepackets | Haru | 22 | -98/+583 | |
Update packets to 2018-08-08 | |||||
2018-08-24 | Constants Documentation Sync | Hercules.ws | 1 | -0/+7 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-08-24 | Merge pull request #2154 from mekolat/isfunction | Haru | 2 | -11/+68 | |
improve is_function() | |||||
2018-08-24 | Merge pull request #2175 from EyesOfAHawk/skill_attack_warning | Haru | 1 | -0/+6 | |
Supress warning in skill_attack when MAGIC_REFLECTION_TYPE is 0. | |||||
2018-08-24 | Merge pull request #2171 from dastgirp/fix/achievement | Haru | 1 | -1/+1 | |
Fixed an achievement bug. | |||||
2018-08-24 | Fix out of bound access in clif_guild_belonginfo. | Andrei Karas | 1 | -3/+4 | |
2018-08-24 | Update HPM. | Andrei Karas | 5 | -16/+190 | |
2018-08-24 | Update packet ZC_ACK_LEAVE_GUILD. | Andrei Karas | 4 | -9/+37 | |
2018-08-24 | Update packet ZC_ACK_BAN_GUILD. | Andrei Karas | 4 | -15/+48 | |