summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Apply code style to several functions related to skill DB readingKenpachi Developer1-668/+655
2020-06-01Cap SkillInstances to 25 (MAX_SKILLUNITGROUP) in (pre-)RE skill DBKenpachi Developer2-4/+4
2020-06-01Remove FixedCastTime settings from pre-RE skill DBKenpachi Developer1-19/+0
2020-06-01Change maximum skill level to 20Kenpachi Developer1-1/+1
2020-06-01Change maximum length of skill descriptions to 50Kenpachi Developer1-1/+5
2020-06-01Add defaults, bounds and validations when reading skill DBKenpachi Developer6-352/+1623
2020-06-01Fix possible crash in mapif_guild_withdrawAndrei Karas1-1/+1
2020-06-01Fix wrong memory access in party_brokenAndrei Karas1-8/+9
2020-06-01fix motd on load/unload npc.Andrei Karas3-1/+7
2020-06-01Dont call clif->clearunit_area if mob died on missing mapAndrei Karas1-1/+8
2020-06-01Add mssing map checks into map.cAndrei Karas1-7/+30
2020-06-01Add map check in mob_deadAndrei Karas1-0/+1
2020-06-01Add more sanitize flagsAndrei Karas2-1/+394
2020-06-01Add missing vd checks into status.cAndrei Karas1-7/+18
2020-06-01Add missing vd checks into clif.cAndrei Karas1-0/+5
2020-06-01Fix possible mail name in packet clif_rodex_checkname_resultAndrei Karas1-1/+1
2020-06-01Fix crash in achievement progress updateAndrei Karas1-0/+4
2020-06-01Fix crash in npcshopdelitem script commandAndrei Karas1-1/+8
2020-06-01Use correct struct in delayed removing mobsAndrei Karas1-6/+5
2020-06-01Update keys and shuffle packetsAndrei Karas5-17810/+17626
2020-06-01Update messagesAndrei Karas2-4/+52
2020-06-01Update packets tableAndrei Karas2-0/+40
2020-06-01Fix db2sql crash with mariadb client libraryAndrei Karas1-9/+18
2020-05-31Add loudhailer() script command to doc/script_commands.txtKenpachi Developer1-0/+10
2020-05-31HPM Hooks UpdateHercules.ws4-0/+99
2020-05-31Merge pull request #2699 from Kenpachi2k13/multi_itemskillHaru10-137/+226
2020-05-31Update script of Megaphone_ item to use loudhailer() script commandKenpachi Developer2-2/+2
2020-05-31Implement loudhailer() script commandKenpachi Developer3-1/+50
2020-05-30Removed unused variable sd from clif_maptypeproperty2()Kenpachi Developer1-3/+0
2020-05-30Make mineffect flag not being affected by sd->state.lesseffect in clif_maptyp...Kenpachi Developer1-1/+1
2020-05-30Player always faces north when warped.Jedzkie1-1/+1
2020-05-30Move misplaced SC_ALL_RIDING check in status_check_skilluse()Kenpachi Developer1-2/+1
2020-05-28Novice donsn't have job level stat bonusJedzkie1-1/+1
2020-05-28Fix an issue regarding using items when the storage is open.Jedzkie1-1/+1
2020-05-27Save a pet's rename flag when returning it to its eggKenpachi Developer1-0/+1
2020-05-27MobDB SQL SyncHercules.ws1-2/+2
2020-05-27Merge pull request #2739 from Kenpachi2k13/drop_chancesHaru1-2/+2
2020-05-27Merge pull request #2729 from 4144/authorsHaru3-0/+230
2020-05-27Merge pull request #2736 from Kenpachi2k13/ancient_bug_3504Haru9-74/+42
2020-05-27Constants Documentation SyncHercules.ws1-0/+1
2020-05-27Merge pull request #2733 from Kenpachi2k13/msc_magicattackedHaru4-1/+6
2020-05-27Merge pull request #2721 from Kenpachi2k13/whisper_name_lengthHaru1-13/+6
2020-05-27HPM Hooks UpdateHercules.ws4-66/+368
2020-05-27Merge pull request #2720 from Kenpachi2k13/split_mapreg_tableHaru11-320/+676
2020-05-27Merge pull request #2714 from Kenpachi2k13/secure_gender_changeHaru1-0/+2
2020-05-27Merge pull request #2698 from danieldpl/patch-1Haru1-3/+3
2020-05-27Merge pull request #2142 from Helianthella/export2Haru12-199/+591
2020-05-24Update drop chances of Black and White Wing SuitsKenpachi Developer1-2/+2
2020-05-23Remove debug variables delunit_prevfile and delunit_prevline from struct map_...Kenpachi Developer1-4/+0
2020-05-23Remove superfluous parameters file, line and func from skill_delunitgroup()Kenpachi Developer7-36/+31