index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
pc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
Show rate modifier messages after configuration messages
Kenpachi Developer
1
-1
/
+0
2020-06-01
Merge pull request #2745 from Kenpachi2k13/unequip_on_login
Haru
1
-5
/
+0
2020-06-01
Merge pull request #2746 from Jedzkie/jedzkie-pr02
Haru
1
-1
/
+1
2020-06-01
Move equipment check from pc_setpos() to clif_parse_LoadEndAck()
Kenpachi Developer
1
-5
/
+0
2020-06-01
Merge pull request #2718 from Kenpachi2k13/prere_use_items_skills_in_npc
Haru
1
-1
/
+2
2020-05-28
Fix an issue regarding using items when the storage is open.
Jedzkie
1
-1
/
+1
2020-05-13
Extend item_enabled_npc battle flag with option for usable items
Kenpachi Developer
1
-1
/
+2
2020-05-10
Change pc_autocast_clear() function to void
Kenpachi Developer
1
-7
/
+5
2020-05-10
Add pc_autocast_clear_current() calls
Kenpachi Developer
1
-15
/
+2
2020-05-10
Add pc_autocast_clear_current() function
Kenpachi Developer
1
-0
/
+20
2020-05-10
Add pc_autocast_remove() function
Kenpachi Developer
1
-0
/
+23
2020-05-10
Use auto_cast_current instead of autocast
Kenpachi Developer
1
-7
/
+7
2020-05-10
Add pc_autocast_set_current() function
Kenpachi Developer
1
-0
/
+28
2020-05-10
Introduce auto-cast vector
Kenpachi Developer
1
-0
/
+3
2020-05-04
Merge pull request #2710 from MishimaHaruna/fix-skill-idx
Ibrahem Zidan
1
-40
/
+40
2020-05-04
Sanitize the use of the enum e_skill_flag values, especially SKILL_FLAG_REPLA...
Haru
1
-17
/
+16
2020-05-04
Refactor the Bard/Dancer Soul Link temporary skill granting code
Haru
1
-24
/
+25
2020-05-04
Use enum spirit_charm_types for charm type field
Andrei Karas
1
-2
/
+2
2020-05-03
Merge pull request #2690 from Kenpachi2k13/operator_use_fix
Haru
1
-2
/
+2
2020-04-11
Fix usage of *= operator
Kenpachi Developer
1
-2
/
+2
2020-04-08
Use pc_(un)hide() in pc_setoption()
Kenpachi Developer
1
-1
/
+7
2020-04-08
Add pc_unhide() function
Kenpachi Developer
1
-0
/
+37
2020-04-08
Add pc_hide() function
Kenpachi Developer
1
-0
/
+31
2020-04-05
Apply code style to pc_dead() function
Kenpachi Developer
1
-183
/
+224
2020-04-05
Apply code style to pc_setpos() function
Kenpachi Developer
1
-120
/
+165
2020-04-05
Add value capping to pet_set_intimate() function
Kenpachi Developer
1
-2
/
+0
2020-04-05
Add enum for pet intimacy levels and use its constants
Kenpachi Developer
1
-3
/
+3
2020-04-05
Merge pull request #2657 from Kenpachi2k13/autocast_clean_up
Haru
1
-16
/
+13
2020-04-05
Merge pull request #2658 from Kenpachi2k13/new_status_changes
Haru
1
-0
/
+4
2020-03-14
Remove IT_DELAYCONSUME related auto-cast code
Kenpachi Developer
1
-5
/
+0
2020-03-14
Remove map_session_data->state.itemskill_* and use map_session_data->autocast...
Kenpachi Developer
1
-4
/
+0
2020-03-14
Remove itemskill_id and itemskill_lv helper variables, since they are not use...
Kenpachi Developer
1
-2
/
+0
2020-03-14
Remove map_session_data->state.abra_flag and use map_session_data->autocast.t...
Kenpachi Developer
1
-3
/
+4
2020-03-14
Add pc_autocast_clear() function calls
Kenpachi Developer
1
-3
/
+3
2020-03-14
Rename function pc_itemskill_clear() to pc_autocast_clear()
Kenpachi Developer
1
-3
/
+3
2020-03-14
Add map_session_data->autocast.itemskill_* assignments
Kenpachi Developer
1
-0
/
+4
2020-03-14
Add map_session_data->autocast.skill_id/_lv assignments
Kenpachi Developer
1
-0
/
+2
2020-03-14
Add map_session_data->autocast.type assignments
Kenpachi Developer
1
-0
/
+1
2020-03-14
Add SC_VITALIZE_POTION status change
Kenpachi Developer
1
-0
/
+4
2020-03-09
Merge pull request #2648 from Kenpachi2k13/itemskill_fix
Haru
1
-1
/
+1
2020-03-09
Merge pull request #2642 from Kenpachi2k13/zone_disabled_items_fix
Haru
1
-222
/
+258
2020-03-07
Apply code style to pc_isequip() function
Kenpachi Developer
1
-52
/
+66
2020-03-07
Apply code style to pc_equipitem() function
Kenpachi Developer
1
-97
/
+109
2020-03-07
Apply code style to pc_unequipitem() function
Kenpachi Developer
1
-68
/
+75
2020-03-07
Change execution order in pc_isequip() function
Kenpachi Developer
1
-17
/
+18
2020-03-06
Rename itemskill_no_conditions to itemskill_check_conditions
Kenpachi Developer
1
-1
/
+1
2020-02-23
Remove unequip_restricted_equipment dependency from OnEquipScript zone valida...
Kenpachi Developer
1
-4
/
+14
2020-02-23
Remove unequip_restricted_equipment dependency from OnUnequipScript zone vali...
Kenpachi Developer
1
-13
/
+5
2020-02-18
Add new return values to pc_setpos() function
Kenpachi Developer
1
-9
/
+17
2020-02-09
Added pc_itemskill_clear() function.
Kenpachi Developer
1
-0
/
+21
[next]