index
:
evolved/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
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-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
2019-09-22
Implement new script fields for items triggered on rentral status changes
Ibrahim Zidan
1
-4
/
+15
2019-09-22
Merge pull request #2524 from MishimaHaruna/homunculus-fixes
Haru
1
-15
/
+14
2019-08-26
Update Siegfried Tokens support.
Emistry Haoyan
1
-0
/
+24
2019-08-26
Merge pull request #2522 from MishimaHaruna/remove-inter-roundtrips
Haru
1
-2
/
+52
2019-08-26
Prevent pets, homunculi etc. from being loaded if the character doesn't have ...
Mathy
1
-12
/
+11
2019-08-26
Fix an issue that prevents homunculus auto-vaporize on death or skill reset
Haru
1
-3
/
+3
2019-08-26
Remove round-trip to the inter-server for the broadcast messages
Haru
1
-2
/
+2
2019-08-26
Remove round-trip to the inter-server for the whisper-to-gm messages
Haru
1
-0
/
+50
2019-08-05
Fix equipment auto bonus
Emistry Haoyan
1
-1
/
+1
[next]