summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-03Merge pull request #2693 from Kenpachi2k13/pet_ai_fixHaru1-3/+13
2020-05-03Merge pull request #2690 from Kenpachi2k13/operator_use_fixHaru5-11/+11
2020-05-03Constants Documentation SyncHercules.ws1-0/+77
2020-05-03MobDB SQL SyncHercules.ws2-0/+39
2020-05-03ItemDB SQL SyncHercules.ws1-2/+48
2020-05-03HPM Hooks UpdateHercules.ws4-0/+66
2020-05-03Merge pull request #2689 from Kenpachi2k13/pet_db_updateHaru9-282/+2627
2020-05-03Merge pull request #2687 from Kenpachi2k13/disguise_hide_fixHaru3-34/+81
2020-05-03Merge pull request #2686 from Kenpachi2k13/unknown_sc_fixHaru3-1/+8
2020-05-03add more unit tests for local functionsgumi1-0/+40
2020-05-03update the documentation for local functionsgumi1-33/+56
2020-05-03update HPM hooksgumi4-8/+42
2020-05-03document script_label_entrygumi1-0/+4
2020-05-03document npc_label_listgumi1-0/+5
2020-05-03add a config flag to allow to local functions to be event handlersgumi4-1/+11
2020-05-03add a config flag to allow local functions to be public by defaultgumi3-2/+14
2020-05-03allow local NPC functions to be public or privategumi5-159/+423
2020-05-03Merge branch 'master' into cell_noskillKenpachi2k131550-127448/+212634
2020-05-03Free dummy_sd in all code pathsKenpachi2k131-0/+2
2020-05-03Add timer data verificationKenpachi Developer1-64/+96
2020-05-02Add constant for maximum string variable value lengthKenpachi Developer1-1/+4
2020-05-02Unify size of columns holding string variable values to 255Kenpachi Developer3-3/+30
2020-05-02Update item scripts of Resist_* potions and Undead_Element_ScrollKenpachi Developer2-24/+10
2020-05-02Apply, remove and re-apply status icons shared by SC_RESIST_PROPERTY_* and SC...Kenpachi Developer1-20/+344
2020-05-02Implement SC_RESIST_PROPERTY_WIND logicKenpachi Developer1-0/+7
2020-05-02Implement SC_RESIST_PROPERTY_FIRE logicKenpachi Developer1-0/+7
2020-05-02Implement SC_RESIST_PROPERTY_GROUND logicKenpachi Developer1-0/+7
2020-05-02Implement SC_RESIST_PROPERTY_WATER logicKenpachi Developer1-0/+11
2020-05-02Implement status icon display for SC_ARMOR_RESISTKenpachi Developer1-0/+40
2020-04-22Add new documentation file for mob_skill_db.confZarbony1-0/+223
2020-04-18Fixed lost puppies questdanieldpl1-3/+3
2020-04-14Remove val1=battle_config.manner_system assignment for SC_NOCHATKenpachi Developer1-1/+0
2020-04-14Change pc_ismuted() macro to compare against battle_config.manner_systemKenpachi Developer1-1/+1
2020-04-14Apply code style to mob_skill_db_libconfig_sub_skill()Kenpachi Developer1-49/+75
2020-04-14Add Windows support for predefined identifier __func__Kenpachi Developer1-1/+1
2020-04-14Adjust return value of mob_skill_use() and mobskill_event() according to code...Kenpachi Developer2-12/+12
2020-04-14Apply code style to mob_skill_use()Kenpachi Developer1-174/+222
2020-04-14Apply code style to mob_getfriendstatus_sub()Kenpachi Developer1-18/+26
2020-04-14Apply code style to mob_getfriendstatus()Kenpachi Developer1-1/+12
2020-04-14Update mob skill DB file headers (entry structure)Kenpachi Developer3-12/+12
2020-04-14Remove unnecessary skill target check for ground skills from mob_skill_db_lib...Kenpachi Developer1-11/+3
2020-04-14Add proper defaulting and capping to mob_skill_db_libconfig_sub_skill()Kenpachi Developer1-24/+24
2020-04-14Add error message for unsupported global skill clearingKenpachi Developer1-1/+4
2020-04-14Add error message for exceeding MAX_MOBSKILL in global skill assignmentKenpachi Developer1-1/+4
2020-04-14Allow MSC_AFTERSKILL to trigger every skill if ConditionData is set to 0 (lik...Kenpachi Developer1-1/+2
2020-04-14Adjust mob_getfriendstatus() to consider characters as friends for summoned m...Kenpachi Developer4-26/+30
2020-04-14Apply code style to pet_ai_sub_foreachclient()Kenpachi Developer1-2/+12
2020-04-14Adjust conditions for calling pet_ai_sub_hard()Kenpachi Developer1-1/+1
2020-04-11Add missing constants for global skill assignmentKenpachi Developer2-0/+12
2020-04-11Fix usage of *= operatorKenpachi Developer5-11/+11