Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-29 | add ignore for evol plugin. | Andrei Karas | 1 | -0/+1 | |
2020-07-27 | Merge pull request #2790 from Kenpachi2k13/def_ele_tolerance | Haru | 4 | -0/+90 | |
Add bonuses to reduce received damage based on attacker's defense element | |||||
2020-07-26 | Merge pull request #2769 from Zopokx/stable | Haru | 1 | -1/+1 | |
Correction of few typo errors (conf/) | |||||
2020-07-26 | Merge pull request #2647 from dastgirp/message/fix | Haru | 1 | -2/+2 | |
Fixed Experience Gain message | |||||
2020-07-26 | Fixed Experience Gain Message | Dastgir | 1 | -2/+2 | |
2020-07-26 | Merge pull request #2795 from Emistry/atcommand_item | Haru | 1 | -54/+55 | |
Enable item atcommand to have optional parameters | |||||
2020-07-26 | Merge pull request #2802 from MrKeiKun/fix-gank_formula | Haru | 1 | -5/+9 | |
Fix RG_SNATCHER formula. | |||||
2020-07-26 | Merge pull request #2788 from 4144/updatepackets | Haru | 12 | -17/+203 | |
Update packets up to 2020-07-15 | |||||
2020-07-26 | Merge pull request #2652 from Emistry/mf_nopet | Haru | 9 | -7/+27 | |
Add NoPet mapflag | |||||
2020-07-26 | Merge pull request #2794 from Emistry/npc_sellist | Haru | 1 | -30/+33 | |
Update NPC OnSellitem Array List | |||||
2020-07-26 | Merge pull request #2791 from Kenpachi2k13/gettimetick | Haru | 1 | -1/+2 | |
Prevent overflow when using gettimetick(0) | |||||
2020-07-22 | Added Renewal formula which forces RG_SNATCHER to have a max of 20% when all ↵ | KeiKun | 1 | -5/+9 | |
both TF_STEAL and RG_SNATCHER itself are on max level. | |||||
2020-07-21 | Fix dnsbl vector cleanup on exit | Andrei Karas | 1 | -1/+1 | |
2020-07-19 | Update NPC OnSellitem Array List | Emistry Haoyan | 1 | -30/+33 | |
- missing random item option's param array. | |||||
2020-07-19 | Enable item atcommand to skip optional parameters | Emistry Haoyan | 1 | -6/+6 | |
- these parameters are optional for item creation, could just use default values. | |||||
2020-07-19 | Update item atcommands codes | Emistry Haoyan | 1 | -50/+51 | |
- update code format | |||||
2020-07-17 | Update shuffle packets and keys | Andrei Karas | 5 | -10/+17 | |
2020-07-17 | Update messages list | Andrei Karas | 3 | -4/+64 | |
2020-07-17 | Update packets table | Andrei Karas | 3 | -2/+121 | |
2020-07-07 | Reapply initial values in char_changecharsex() | Kenpachi Developer | 1 | -3/+3 | |
2020-07-06 | Apply code style to char_changecharsex() | Kenpachi Developer | 1 | -14/+11 | |
2020-07-06 | Apply code style to char_change_sex_sub() | Kenpachi Developer | 1 | -25/+27 | |
2020-07-06 | Adjust char_changecharsex() to use prepared statement | Kenpachi Developer | 1 | -10/+40 | |
2020-07-06 | Adjust char_change_sex_sub() to use prepared statements | Kenpachi Developer | 1 | -6/+34 | |
2020-07-06 | Remove unnecessary gender update SQL query from char_changecharsex() | Kenpachi Developer | 1 | -4/+0 | |
Gender gets updated in char_change_sex_sub() so we can safely skip it in char_changecharsex(). | |||||
2020-07-06 | Update SQL query in char_change_sex_sub() to update character's gender and ↵ | Kenpachi Developer | 1 | -2/+8 | |
robe view ID, too | |||||
2020-07-06 | Add NoPet mapflag | Emistry Haoyan | 9 | -7/+27 | |
- allow to set nopet mapflag at any maps. - mapflag to disable pet, and force return to egg. | |||||
2020-07-04 | Cast sstatus->def_ele to int | Kenpachi Developer | 1 | -24/+30 | |
2020-07-04 | Use sstatus->def_ele instead of status_get_element(src) | Kenpachi Developer | 1 | -10/+6 | |
2020-07-04 | Validate return value of status_get_element(src) before using it as array index | Kenpachi Developer | 1 | -20/+30 | |
2020-07-04 | Don't define separate structs for bSubDefEle and bMagicSubDefEle | Kenpachi Developer | 1 | -7/+3 | |
2020-07-03 | Prevent overflow when using gettimetick(0) | Kenpachi Developer | 1 | -1/+2 | |
2020-07-02 | Add bMagicSubDefEle item bonus | Kenpachi Developer | 4 | -1/+41 | |
2020-07-02 | Add bSubDefEle item bonus | Kenpachi Developer | 4 | -0/+42 | |
2020-06-28 | Merge pull request #2786 from Kenpachi2k13/sc_timer | Haru | 1 | -2/+25 | |
Pass timer data when re-applying status icons upon spawning character | |||||
2020-06-28 | Merge pull request #2782 from HerculesWS/npc-sell-fix | Haru | 1 | -45/+43 | |
Fix npc selling behavior if price is over INT_MAX. | |||||
2020-06-28 | Storage now closes when using teleport skill. | Jedzkie | 3 | -10/+17 | |
2020-06-28 | Merge pull request #2763 from 4144/updatepackets | Haru | 8 | -13/+42 | |
Update packets up to 2020-06-03 | |||||
2020-06-28 | Merge pull request #2784 from Kenpachi2k13/item_enabled_npc | Haru | 2 | -2/+2 | |
Enlarge field size of npc_item_flag in struct script_state according to possible values | |||||
2020-06-28 | Merge pull request #2778 from 4144/extendci | Haru | 7 | -10/+30 | |
Extend ci with more checks and add different fixes | |||||
2020-06-28 | Add detection of ARMv8 and improve detection of ARMv7 | Haru | 2 | -2/+11 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-28 | Fix the use of the first_time variable in clif_parse_loadEndAck | Haru | 1 | -1/+1 | |
This fixes my previous commit, 6865e6da70d8d44a9c92c2b922da4444a09f7ac3 Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-28 | Call clif_status_change() instead of clif_status_change2() to re-apply ↵ | Kenpachi Developer | 1 | -2/+25 | |
status changes in clif_spawn() | |||||
2020-06-28 | Code style changes in npc_selllist function | Jedzkie | 1 | -43/+41 | |
2020-06-28 | HPM Hooks Update | Hercules.ws | 4 | -0/+33 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-28 | Fix a missing variable in clif_parse_loadEndAck | Haru | 1 | -0/+3 | |
This partially reverts bc4d22f7e0148f6b32eb420aa2bbee9b464b0381 Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-28 | Merge pull request #2757 from Kenpachi2k13/server_messages | Haru | 8 | -107/+377 | |
Adjust server messages on login and map change | |||||
2020-06-28 | Merge pull request #2775 from Kenpachi2k13/megaphone | Haru | 10 | -83/+125 | |
Fix Megaphone behaviour | |||||
2020-06-28 | Set maximum value of item_enabled_npc battle flag to 3 | Kenpachi Developer | 1 | -1/+1 | |
2020-06-28 | Enlarge field size of npc_item_flag in struct script_state according to ↵ | Kenpachi Developer | 1 | -1/+1 | |
possible values |