Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-27 | Remove useless parts from .gitlab-ci.ymlr20170725 | Andrei Karas | 2 | -445/+62 | |
2017-06-27 | Fix build on windows. | Andrei Karas | 1 | -1/+1 | |
2017-06-27 | Add build script. | Andrei Karas | 1 | -0/+143 | |
2017-06-27 | add ignore for evol plugin. | Andrei Karas | 1 | -0/+1 | |
2017-06-27 | add install target to make file. | Andrei Karas | 1 | -0/+8 | |
2017-06-27 | disable import target in make file. | Andrei Karas | 1 | -5/+5 | |
2017-06-27 | Add configure into ignore list. | Andrei Karas | 1 | -0/+1 | |
2017-06-27 | Remove configure. | Andrei Karas | 1 | -10718/+0 | |
2017-06-27 | Move windows and mac run time files into runtime dir. | Andrei Karas | 12 | -0/+0 | |
For usage, need copy it back. | |||||
2017-06-27 | Remove conf dir. | Andrei Karas | 1161 | -1241746/+0 | |
2017-06-27 | Remove cache dir. | Andrei Karas | 4 | -32/+0 | |
2017-06-25 | Merge pull request #1785 from 4144/packetsupdate | Haru | 13 | -105/+384 | |
Add and update some existing packets for 2016-2017 clients | |||||
2017-06-25 | Adjust packet version based on client tests. | Andrei Karas | 1 | -7/+7 | |
Thanks to Asheraf. | |||||
2017-06-25 | Update HPM hooks. | Andrei Karas | 4 | -8/+108 | |
2017-06-25 | fix guild leader change in 2017 clients. Based on rathena commit: | Andrei Karas | 5 | -14/+31 | |
commit b51617cb730cdc6d91bc03df16c887a060323f3a Author: Lemongrass3110 <lemongrass@kstp.at> Date: Sat Jun 3 17:03:56 2017 +0200 Added support for 2017's guild leader change | |||||
2017-06-25 | Add packet 0xabd for send job and base levels to party members. | Andrei Karas | 4 | -7/+57 | |
Also improve packets send on base level change. Based on commit from rathena: commit 816d8ab2d0934f823a1d26f7fcac244f8245f14b Author: Lemongrass3110 <lemongrass@kstp.at> Date: Mon Jun 5 23:07:09 2017 +0200 Fixed party window for 2017 clients Thanks to @mrdiablo for his help again! | |||||
2017-06-25 | Add packet 0xa44 for party info. Based on rathena commit: | Andrei Karas | 1 | -9/+31 | |
commit 816d8ab2d0934f823a1d26f7fcac244f8245f14b Author: Lemongrass3110 <lemongrass@kstp.at> Date: Mon Jun 5 23:07:09 2017 +0200 Fixed party window for 2017 clients Thanks to @mrdiablo for his help again! | |||||
2017-06-25 | Fix style in clif_party_info. | Andrei Karas | 1 | -15/+16 | |
2017-06-25 | Add packet 0x0a43 for party member info. Based on rathena commit: | Andrei Karas | 1 | -11/+25 | |
commit 816d8ab2d0934f823a1d26f7fcac244f8245f14b Author: Lemongrass3110 <lemongrass@kstp.at> Date: Mon Jun 5 23:07:09 2017 +0200 Fixed party window for 2017 clients Thanks to @mrdiablo for his help again! | |||||
2017-06-25 | Fix style in clif_party_member_info. | Andrei Karas | 1 | -13/+14 | |
2017-06-25 | Add packet 0x0aa5 for 2016 clients for guild members list. Based on rathena ↵ | Andrei Karas | 1 | -15/+27 | |
commit: commit 9412ebb9f7b009e3ae3b69e5eb1ae8a3d341a5f2 Author: Lemongrass3110 <lemongrass@kstp.at> Date: Sat Jun 3 14:08:06 2017 +0200 Added support for 2016's guild packets Thanks to @mrdiablo for his help. | |||||
2017-06-25 | Fix style in function clif_guild_memberlist. | Andrei Karas | 1 | -20/+20 | |
2017-06-25 | Add packet 0x0a84 for guild basic info. Based on rathena commit: | Andrei Karas | 1 | -4/+15 | |
commit 9412ebb9f7b009e3ae3b69e5eb1ae8a3d341a5f2 Author: Lemongrass3110 <lemongrass@kstp.at> Date: Sat Jun 3 14:08:06 2017 +0200 Added support for 2016's guild packets Thanks to @mrdiablo for his help. | |||||
2017-06-25 | Fix style in function clif_guild_basicinfo. | Andrei Karas | 1 | -24/+25 | |
2017-06-25 | Fix vending list packet for 2016 clients. Based on rathena commit: | Andrei Karas | 3 | -2/+40 | |
commit 9716233c842f731df3fed5281370e324b5f5f024 Author: Lemongrass3110 <lemongrass@kstp.at> Date: Mon May 8 23:40:05 2017 +0200 Introducing the equip preview window Fixes some bugs for 2016-09-21 onward, where you can preview how a item would like if you put it on. This works on other people's vending and on your own inventory. Thanks to @Rytech2 and @hazimjauhari90 | |||||
2017-06-25 | Add packet 0x0a37 ZC_ITEM_PICKUP_ACK_V7 based on rathena commit: | Andrei Karas | 2 | -2/+14 | |
commit 9716233c842f731df3fed5281370e324b5f5f024 Author: Lemongrass3110 <lemongrass@kstp.at> Date: Mon May 8 23:40:05 2017 +0200 Introducing the equip preview window Fixes some bugs for 2016-09-21 onward, where you can preview how a item would like if you put it on. This works on other people's vending and on your own inventory. Thanks to @Rytech2 and @hazimjauhari90 | |||||
2017-06-25 | HPM Hooks Update | Hercules.ws | 4 | -0/+80 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-06-25 | Merge pull request #1786 from mekolat/alive2 | Haru | 3 | -16/+55 | |
Make the recovery() command more versatile | |||||
2017-06-24 | update documentation for recovery() | gumi | 1 | -2/+5 | |
2017-06-24 | make buildin_recovery more versatile | gumi | 2 | -14/+50 | |
2017-06-24 | Merge pull request #1765 from mekolat/swap2 | Haru | 1 | -4/+7 | |
fix for #1761 | |||||
2017-06-24 | Fix "debian stable" builds in gitlab | Haru | 1 | -2/+2 | |
Debian 9 "Stretch" was released on June 17th, and replaces MySQL with MariaDB Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-06-24 | Merge pull request #1775 from dastgir/bug/card_remove | Haru | 1 | -77/+43 | |
Fixes remove card bug | |||||
2017-06-13 | ItemDB SQL Sync | Hercules.ws | 1 | -1/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-06-13 | Merge pull request #1778 from Asheraf/itemfix | Dastgir | 2 | -2/+5 | |
Fixed several item bonuses | |||||
2017-06-10 | correct combo bonus for advanced angelic set : fixes #1286 | Asheraf | 1 | -1/+4 | |
2017-06-10 | correct Yggdrasil_Herald_Crown equip location | Asheraf | 1 | -1/+1 | |
fixes #1724 | |||||
2017-06-09 | fix another memory leak introduced by 5ceccb7 | gumi | 1 | -0/+2 | |
2017-06-09 | Whitespace | Dastgir | 1 | -35/+33 | |
2017-06-09 | Fixed a bug where removing a card from successremovecards and | Dastgir | 1 | -44/+12 | |
failedremovecards were also removing item options. | |||||
2017-06-09 | Merge pull request #1139 from SamuelHercules/WarlockCLFix | smokexyz | 1 | -1/+1 | |
Fixed Chain Lighting animation was sent in wrong flow. | |||||
2017-06-07 | Merge pull request #1767 from dastgir/bug/trap-fix | smokexyz | 1 | -3/+3 | |
Fixes error when skill is used on traps | |||||
2017-06-06 | Fixed assert report when arrow shower(skill) was used on traps. | Dastgir | 1 | -3/+3 | |
Fixes #1676 | |||||
2017-06-05 | fix loss of reference in buildin_swap | gumi | 1 | -4/+7 | |
2017-06-05 | fix memory leak introduced by 5ceccb7 | gumi | 1 | -0/+4 | |
2017-06-03 | Merge pull-request #1746 | Haru | 134 | -1196/+1233 | |
This is equivalent to, and replaces, commit 19883c583 | |||||
2017-06-03 | Revert "Unify specialeffect, convert legacy scripts (#1746)" | Haru | 134 | -1233/+1196 | |
This reverts commit 19883c583e5e1471c87ae80e67f34882a7e75bc6. The commit was squashed by accident, my fault. I'm merging the PR again, this time preserving the indivisual commits. | |||||
2017-06-03 | ItemDB SQL Sync | Hercules.ws | 2 | -225/+225 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-06-03 | Unify specialeffect, convert legacy scripts (#1746) | mekolat | 134 | -1196/+1233 | |
* allow to use specialeffect() on any unit, and to send to any player * update the documentation for specialeffect() * remove specialeffect2 from databases * remove specialeffect2 from npcs * remove misceffect from npcs * convert specialeffect calls with strings to use GID * add missing constants to specialeffect calls * flag specialeffect2() as deprecated * flag misceffect() as deprecated | |||||
2017-06-03 | flag misceffect() as deprecated | gumi | 2 | -3/+8 | |