summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-10Change pc_autocast_clear() function to voidKenpachi Developer1-7/+5
2020-05-10Add pc_autocast_clear_current() callsKenpachi Developer1-15/+2
2020-05-10Add pc_autocast_clear_current() functionKenpachi Developer1-0/+20
2020-05-10Add pc_autocast_remove() functionKenpachi Developer1-0/+23
2020-05-10Use auto_cast_current instead of autocastKenpachi Developer1-7/+7
2020-05-10Add pc_autocast_set_current() functionKenpachi Developer1-0/+28
2020-05-10Introduce auto-cast vectorKenpachi Developer1-0/+3
2020-05-04Merge pull request #2710 from MishimaHaruna/fix-skill-idxIbrahem Zidan1-40/+40
2020-05-04Sanitize the use of the enum e_skill_flag values, especially SKILL_FLAG_REPLA...Haru1-17/+16
2020-05-04Refactor the Bard/Dancer Soul Link temporary skill granting codeHaru1-24/+25
2020-05-04Use enum spirit_charm_types for charm type fieldAndrei Karas1-2/+2
2020-05-03Merge pull request #2690 from Kenpachi2k13/operator_use_fixHaru1-2/+2
2020-04-11Fix usage of *= operatorKenpachi Developer1-2/+2
2020-04-08Use pc_(un)hide() in pc_setoption()Kenpachi Developer1-1/+7
2020-04-08Add pc_unhide() functionKenpachi Developer1-0/+37
2020-04-08Add pc_hide() functionKenpachi Developer1-0/+31
2020-04-05Apply code style to pc_dead() functionKenpachi Developer1-183/+224
2020-04-05Apply code style to pc_setpos() functionKenpachi Developer1-120/+165
2020-04-05Add value capping to pet_set_intimate() functionKenpachi Developer1-2/+0
2020-04-05Add enum for pet intimacy levels and use its constantsKenpachi Developer1-3/+3
2020-04-05Merge pull request #2657 from Kenpachi2k13/autocast_clean_upHaru1-16/+13
2020-04-05Merge pull request #2658 from Kenpachi2k13/new_status_changesHaru1-0/+4
2020-03-14Remove IT_DELAYCONSUME related auto-cast codeKenpachi Developer1-5/+0
2020-03-14Remove map_session_data->state.itemskill_* and use map_session_data->autocast...Kenpachi Developer1-4/+0
2020-03-14Remove itemskill_id and itemskill_lv helper variables, since they are not use...Kenpachi Developer1-2/+0
2020-03-14Remove map_session_data->state.abra_flag and use map_session_data->autocast.t...Kenpachi Developer1-3/+4
2020-03-14Add pc_autocast_clear() function callsKenpachi Developer1-3/+3
2020-03-14Rename function pc_itemskill_clear() to pc_autocast_clear()Kenpachi Developer1-3/+3
2020-03-14Add map_session_data->autocast.itemskill_* assignmentsKenpachi Developer1-0/+4
2020-03-14Add map_session_data->autocast.skill_id/_lv assignmentsKenpachi Developer1-0/+2
2020-03-14Add map_session_data->autocast.type assignmentsKenpachi Developer1-0/+1
2020-03-14Add SC_VITALIZE_POTION status changeKenpachi Developer1-0/+4
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru1-1/+1
2020-03-09Merge pull request #2642 from Kenpachi2k13/zone_disabled_items_fixHaru1-222/+258
2020-03-07Apply code style to pc_isequip() functionKenpachi Developer1-52/+66
2020-03-07Apply code style to pc_equipitem() functionKenpachi Developer1-97/+109
2020-03-07Apply code style to pc_unequipitem() functionKenpachi Developer1-68/+75
2020-03-07Change execution order in pc_isequip() functionKenpachi Developer1-17/+18
2020-03-06Rename itemskill_no_conditions to itemskill_check_conditionsKenpachi Developer1-1/+1
2020-02-23Remove unequip_restricted_equipment dependency from OnEquipScript zone valida...Kenpachi Developer1-4/+14
2020-02-23Remove unequip_restricted_equipment dependency from OnUnequipScript zone vali...Kenpachi Developer1-13/+5
2020-02-18Add new return values to pc_setpos() functionKenpachi Developer1-9/+17
2020-02-09Added pc_itemskill_clear() function.Kenpachi Developer1-0/+21
2020-02-09Moved the WZ_EARTHSPIKE check for TK_SPTIME skill from skill_check_condition_...Kenpachi Developer1-0/+14
2020-02-09Merge pull request #2624 from Kenpachi2k13/issue#1311Haru1-2/+5
2020-02-06Merge pre-RE/RE case SP_VARCASTRATE in pc_readparam() functionKenpachi Developer1-2/+5
2020-01-29Implement support for switching madogear typeAsheraf1-2/+10
2020-01-13Update copyright headers for year 2020Haru1-2/+2
2020-01-01Add support for auto exp insurance itemsAsheraf1-0/+17
2020-01-01Fix pc_have_item_chain should get the chain id from cacheAsheraf1-6/+6