Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-18 | Fix wrong validation for quests in setquestinfo | Asheraf | 1 | -1/+8 | |
2018-09-02 | Update Npc Constants Database | Asheraf | 1 | -1/+1 | |
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 #2201 | Dastgir | 1 | -1/+2 | |
Killing clone will not trigger achievement | |||||
2018-08-30 | Fixed Blastime and Claymore Trap damage that wasn't being split by the ↵ | Guilherme G. Menaldo | 6 | -16/+71 | |
number of enemies | |||||
2018-08-30 | Makes trap damage possible to be reflected | Guilherme G. Menaldo | 6 | -0/+71 | |
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 | 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 | 17 | -164/+254 | |
always set the type to C_NAME when adding variables through script->add_str | |||||
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 | 4 | -1/+90 | |
add atcommand_setzone, and fix #2133 | |||||
2018-08-26 | Merge pull request #2190 from 4144/updatepackets | Haru | 2 | -1/+3 | |
Packets updates/fixes | |||||
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 | 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 | 4 | -7/+7331 | |
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 | 4 | -3/+8284 | |
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 | 1 | -4/+13 | |
bake sprintf into debugmes | |||||
2018-08-24 | Merge pull request #2176 from 4144/updatepackets | Haru | 20 | -97/+567 | |
Update packets to 2018-08-08 | |||||
2018-08-24 | Merge pull request #2154 from mekolat/isfunction | Haru | 1 | -6/+46 | |
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 | |
2018-08-23 | Add packet PACKET_ZC_INVENTORY_MOVE_FAILED. | Andrei Karas | 4 | -4/+30 | |
2018-08-23 | Add script command msgtable and msgtable2. | Andrei Karas | 1 | -0/+40 | |
New script commands: msgtable msgId [, color] msgtable2 msgId, param [, color] | |||||
2018-08-23 | Add packet ZC_FORMATSTRING_MSG_COLOR. | Andrei Karas | 3 | -0/+40 | |
2018-08-22 | Fix version check for achivment packets. | Andrei Karas | 1 | -5/+3 | |
2018-08-22 | Add missing field into ZC_ACK_WHISPER02. | Andrei Karas | 2 | -2/+3 | |
2018-08-22 | Add packet ZC_GUILD_POSITION. | Andrei Karas | 4 | -2/+57 | |
2018-08-22 | Add packet ZC_EQUIPWIN_MICROSCOPE_V7. | Andrei Karas | 2 | -1/+12 | |
2018-08-22 | Fix some packets sizes. | Andrei Karas | 1 | -18/+2 | |
Was used wrong size from known two sizes. | |||||
2018-08-22 | Split packet CZ_REQ_STYLE_CHANGE to CZ_REQ_STYLE_CHANGE and ↵ | Andrei Karas | 4 | -6/+35 | |
CZ_REQ_STYLE_CHANGE2. | |||||
2018-08-22 | Update messages list. | Andrei Karas | 3 | -6/+10 | |
2018-08-22 | Update non shuffle packets list. | Andrei Karas | 1 | -0/+31 | |
2018-08-22 | Update shuffle packets and keys. | Andrei Karas | 5 | -10/+25 | |
2018-08-11 | Supresses warning in skill_attack when MAGIC_REFLECTION_TYPE is 0. | EyesOfAHawk | 1 | -0/+6 | |
2018-08-07 | Fixed an achievement bug. | Dastgir | 1 | -1/+1 | |
ACH_ZENY_SPEND_* achievements were recording zeny in negative values. Thanks to Quazi for bringing this up. | |||||
2018-08-04 | Fixed defense overflow exploit | Dastgir | 2 | -1/+2 | |
* The defense penalty for being attacked by many enemies at the same time can no longer make DEF go negative * Fixed two potential overflow exploits When being hit by a lot of monsters, your DEF will become negative and then eventually overflow, making you almost invincible. On official servers the simultaneous attacker count is limited to 22. So at max, your def is reduced by ((22-2)*5%) = 100%. So it should neither be able to make your DEF negative nor cause an overflow. Merge from https://github.com/rathena/rathena/commit/590f42cd15c58de78cff8be6053109852375bce1#diff-d96b6365b4bdad78139e676d6e7e3295R4589 | |||||
2018-08-01 | reload the zone db on npc reload | gumi | 3 | -0/+30 | |