Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-01 | Make Hit can be grouped by levels | Kenpachi Developer | 4 | -25/+71 | |
2020-06-01 | Remove unused variable nocast from struct s_skill_db | Kenpachi Developer | 1 | -1/+0 | |
2020-06-01 | Apply code style to several functions related to skill DB reading | Kenpachi Developer | 1 | -668/+655 | |
2020-06-01 | Cap SkillInstances to 25 (MAX_SKILLUNITGROUP) in (pre-)RE skill DB | Kenpachi Developer | 2 | -4/+4 | |
2020-06-01 | Remove FixedCastTime settings from pre-RE skill DB | Kenpachi Developer | 1 | -19/+0 | |
2020-06-01 | Change maximum skill level to 20 | Kenpachi Developer | 1 | -1/+1 | |
2020-06-01 | Change maximum length of skill descriptions to 50 | Kenpachi Developer | 1 | -1/+5 | |
2020-06-01 | Add defaults, bounds and validations when reading skill DB | Kenpachi Developer | 6 | -352/+1623 | |
2020-06-01 | Fix possible crash in mapif_guild_withdraw | Andrei Karas | 1 | -1/+1 | |
2020-06-01 | Fix wrong memory access in party_broken | Andrei Karas | 1 | -8/+9 | |
2020-06-01 | fix motd on load/unload npc. | Andrei Karas | 3 | -1/+7 | |
2020-06-01 | Dont call clif->clearunit_area if mob died on missing map | Andrei Karas | 1 | -1/+8 | |
2020-06-01 | Add mssing map checks into map.c | Andrei Karas | 1 | -7/+30 | |
2020-06-01 | Add map check in mob_dead | Andrei Karas | 1 | -0/+1 | |
2020-06-01 | Add more sanitize flags | Andrei Karas | 2 | -1/+394 | |
2020-06-01 | Add missing vd checks into status.c | Andrei Karas | 1 | -7/+18 | |
2020-06-01 | Add missing vd checks into clif.c | Andrei Karas | 1 | -0/+5 | |
2020-06-01 | Fix possible mail name in packet clif_rodex_checkname_result | Andrei Karas | 1 | -1/+1 | |
2020-06-01 | Fix crash in achievement progress update | Andrei Karas | 1 | -0/+4 | |
2020-06-01 | Fix crash in npcshopdelitem script command | Andrei Karas | 1 | -1/+8 | |
2020-06-01 | Use correct struct in delayed removing mobs | Andrei Karas | 1 | -6/+5 | |
2020-06-01 | Update keys and shuffle packets | Andrei Karas | 5 | -17810/+17626 | |
2020-06-01 | Update messages | Andrei Karas | 2 | -4/+52 | |
2020-06-01 | Update packets table | Andrei Karas | 2 | -0/+40 | |
2020-06-01 | Fix db2sql crash with mariadb client library | Andrei Karas | 1 | -9/+18 | |
2020-05-31 | Add loudhailer() script command to doc/script_commands.txt | Kenpachi Developer | 1 | -0/+10 | |
2020-05-31 | HPM Hooks Update | Hercules.ws | 4 | -0/+99 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-05-31 | Merge pull request #2699 from Kenpachi2k13/multi_itemskill | Haru | 10 | -137/+226 | |
Enable multiple itemskill() calls per item | |||||
2020-05-31 | Update script of Megaphone_ item to use loudhailer() script command | Kenpachi Developer | 2 | -2/+2 | |
2020-05-31 | Implement loudhailer() script command | Kenpachi Developer | 3 | -1/+50 | |
2020-05-30 | Removed unused variable sd from clif_maptypeproperty2() | Kenpachi Developer | 1 | -3/+0 | |
2020-05-30 | Make mineffect flag not being affected by sd->state.lesseffect in ↵ | Kenpachi Developer | 1 | -1/+1 | |
clif_maptypeproperty2() | |||||
2020-05-30 | Player always faces north when warped. | Jedzkie | 1 | -1/+1 | |
2020-05-30 | Move misplaced SC_ALL_RIDING check in status_check_skilluse() | Kenpachi Developer | 1 | -2/+1 | |
2020-05-28 | Novice donsn't have job level stat bonus | Jedzkie | 1 | -1/+1 | |
2020-05-28 | Fix an issue regarding using items when the storage is open. | Jedzkie | 1 | -1/+1 | |
2020-05-27 | Save a pet's rename flag when returning it to its egg | Kenpachi Developer | 1 | -0/+1 | |
2020-05-27 | MobDB SQL Sync | Hercules.ws | 1 | -2/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-05-27 | Merge pull request #2739 from Kenpachi2k13/drop_chances | Haru | 1 | -2/+2 | |
Update drop chances of Black and White Wing Suits | |||||
2020-05-27 | Merge pull request #2729 from 4144/authors | Haru | 3 | -0/+230 | |
Add nicks and emails from all commits into AUTHORS file | |||||
2020-05-27 | Merge pull request #2736 from Kenpachi2k13/ancient_bug_3504 | Haru | 9 | -74/+42 | |
Remove misleading debug code for nonexistent skill unit group when ending SC_DANCING | |||||
2020-05-27 | Constants Documentation Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-05-27 | Merge pull request #2733 from Kenpachi2k13/msc_magicattacked | Haru | 4 | -1/+6 | |
Add MSC_MAGICATTACKED cast condition for monster skills | |||||
2020-05-27 | Merge pull request #2721 from Kenpachi2k13/whisper_name_length | Haru | 1 | -13/+6 | |
Enable receiving not NULL terminated whisper names with a length of 24 characters | |||||
2020-05-27 | HPM Hooks Update | Hercules.ws | 4 | -66/+368 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-05-27 | Merge pull request #2720 from Kenpachi2k13/split_mapreg_table | Haru | 11 | -320/+676 | |
Split mapreg table and refactor mapreg code | |||||
2020-05-27 | Merge pull request #2714 from Kenpachi2k13/secure_gender_change | Haru | 1 | -0/+2 | |
Secure gender changing | |||||
2020-05-27 | Merge pull request #2698 from danieldpl/patch-1 | Haru | 1 | -3/+3 | |
Fixed lost puppies quest | |||||
2020-05-27 | Merge pull request #2142 from Helianthella/export2 | Haru | 12 | -199/+591 | |
allow local NPC functions to be public or private | |||||
2020-05-24 | Update drop chances of Black and White Wing Suits | Kenpachi Developer | 1 | -2/+2 | |