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-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
2020-02-09
Moved the WZ_EARTHSPIKE check for TK_SPTIME skill from skill_check_condition_...
Kenpachi Developer
1
-0
/
+14
2020-02-09
Merge pull request #2624 from Kenpachi2k13/issue#1311
Haru
1
-2
/
+5
2020-02-06
Merge pre-RE/RE case SP_VARCASTRATE in pc_readparam() function
Kenpachi Developer
1
-2
/
+5
2020-01-29
Implement support for switching madogear type
Asheraf
1
-2
/
+10
2020-01-13
Update copyright headers for year 2020
Haru
1
-2
/
+2
2020-01-01
Add support for auto exp insurance items
Asheraf
1
-0
/
+17
2020-01-01
Fix pc_have_item_chain should get the chain id from cache
Asheraf
1
-6
/
+6
2019-11-17
Merge pull request #2577 from Asheraf/dehardcodestatusicons
Haru
1
-13
/
+13
2019-11-06
Dehardcode Status Icons
Asheraf
1
-13
/
+13
2019-10-22
Fix Steal accidentally being able to steal cards from certain mobs
Haru
1
-2
/
+4
2019-10-20
Merge pull request #2547 from guilherme-gm/201910-dehardcode-db
Haru
1
-6
/
+3
2019-10-05
Dehardcodes db files base path so the db folder can be easily moved
Guilherme Menaldo
1
-6
/
+3
2019-10-02
Moved hardcoded messages from source to messages.conf
Dastgir
1
-5
/
+5
2019-09-22
Remove the hardcoded checks in pc_rental_expire and use OnRentalEndScript fie...
Ibrahim Zidan
1
-64
/
+0
[next]