index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
clif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-01
Merge pull request #2745 from Kenpachi2k13/unequip_on_login
Haru
1
-0
/
+6
2020-06-01
Merge pull request #2758 from Kenpachi2k13/loudhailer
Haru
1
-1
/
+3
2020-06-01
Merge pull request #2754 from Kenpachi2k13/mineffect_flag
Haru
1
-4
/
+1
2020-06-01
Move equipment check from pc_setpos() to clif_parse_LoadEndAck()
Kenpachi Developer
1
-0
/
+6
2020-06-01
Merge pull request #2718 from Kenpachi2k13/prere_use_items_skills_in_npc
Haru
1
-8
/
+14
2020-06-01
Merge pull request #2713 from 4144/updatepackets
Haru
1
-8
/
+20
2020-06-01
Make AttackType can be grouped by levels
Kenpachi Developer
1
-3
/
+3
2020-06-01
fix motd on load/unload npc.
Andrei Karas
1
-0
/
+1
2020-06-01
Dont call clif->clearunit_area if mob died on missing map
Andrei Karas
1
-1
/
+8
2020-06-01
Add missing vd checks into clif.c
Andrei Karas
1
-0
/
+5
2020-06-01
Fix possible mail name in packet clif_rodex_checkname_result
Andrei Karas
1
-1
/
+1
2020-06-01
Use correct struct in delayed removing mobs
Andrei Karas
1
-6
/
+5
2020-05-31
Merge pull request #2699 from Kenpachi2k13/multi_itemskill
Haru
1
-13
/
+19
2020-05-31
Implement loudhailer() script command
Kenpachi Developer
1
-1
/
+3
2020-05-30
Removed unused variable sd from clif_maptypeproperty2()
Kenpachi Developer
1
-3
/
+0
2020-05-30
Make mineffect flag not being affected by sd->state.lesseffect in clif_maptyp...
Kenpachi Developer
1
-1
/
+1
2020-05-13
Enable receiving not NULL terminated whisper names with a length of 24 charac...
Kenpachi Developer
1
-13
/
+6
2020-05-13
Add skill_enabled_npc battle flag and implement usage
Kenpachi Developer
1
-6
/
+12
2020-05-13
Extend item_enabled_npc battle flag with option for usable items
Kenpachi Developer
1
-2
/
+2
2020-05-10
Don't abort auto-cast skills if sd->ud.skilltimer is not INVALID_TIMER
Kenpachi Developer
1
-2
/
+2
2020-05-10
Use auto_cast_current instead of autocast
Kenpachi Developer
1
-11
/
+11
2020-05-10
Add pc_autocast_set_current() calls
Kenpachi Developer
1
-0
/
+6
2020-05-10
Merge pull request #2705 from Kenpachi2k13/string_var_size
Haru
1
-1
/
+1
2020-05-09
Adjust size of fields holding a string variable's value to SCRIPT_STRING_VAR_...
Kenpachi Developer
1
-1
/
+1
2020-05-04
Add packet ZC_LAPINEUPGRADE_RESULT
Andrei Karas
1
-0
/
+18
2020-05-04
Add packet CZ_LAPINEUPGRADE_MAKE_ITEM (unimplimented)
Andrei Karas
1
-0
/
+9
2020-05-04
Add packet CZ_LAPINEUPGRADE_CLOSE
Andrei Karas
1
-0
/
+8
2020-05-04
Add packet ZC_LAPINEUPGRADE_OPEN
Andrei Karas
1
-0
/
+18
2020-05-04
Fix security check in lapin ack packet handler
Andrei Karas
1
-1
/
+4
2020-05-04
Add missing functions for name ack packets
Andrei Karas
1
-0
/
+19
2020-04-05
Merge pull request #2637 from Kenpachi2k13/fakename_fix
Haru
1
-81
/
+131
2020-04-05
Apply code style to clif_parse_pet_evolution() function
Kenpachi Developer
1
-35
/
+44
2020-04-05
Apply code style to clif_parse_LoadEndAck() function
Kenpachi Developer
1
-172
/
+202
2020-04-05
Add enum for pet intimacy levels and use its constants
Kenpachi Developer
1
-2
/
+2
2020-04-05
Add enum for pet hunger levels and use its constants
Kenpachi Developer
1
-1
/
+1
2020-04-05
Merge pull request #2657 from Kenpachi2k13/autocast_clean_up
Haru
1
-12
/
+36
2020-04-02
Add always triggered assert in clif_unknownname_ack
Andrei Karas
1
-0
/
+1
2020-04-02
Fix typo in packet PACKET_ZC_SE_CASHSHOP_OPEN (Fixes #2669)
Andrei Karas
1
-1
/
+1
2020-03-14
Remove skillitem and skillitemlv variables and use map_session_data->autocast...
Kenpachi Developer
1
-4
/
+4
2020-03-14
Use map_session_data->autocast.type instead of skillitem variable to check fo...
Kenpachi Developer
1
-4
/
+4
2020-03-14
Remove map_session_data->state.itemskill_* and use map_session_data->autocast...
Kenpachi Developer
1
-1
/
+1
2020-03-14
Remove skill_is_item_skill() function and use map_session_data->autocast.type...
Kenpachi Developer
1
-1
/
+1
2020-03-14
Add skill_validate_autocast_data() function calls
Kenpachi Developer
1
-0
/
+24
2020-03-14
Add pc_autocast_clear() function calls
Kenpachi Developer
1
-2
/
+2
2020-03-14
Rename function pc_itemskill_clear() to pc_autocast_clear()
Kenpachi Developer
1
-1
/
+1
2020-03-13
Apply code style to clif_charnameupdate() function
Kenpachi Developer
1
-24
/
+35
2020-03-13
Apply code style to clif_pcname_ack() function
Kenpachi Developer
1
-39
/
+46
2020-03-13
Implement display options in clif_charnameupdate() function
Kenpachi Developer
1
-9
/
+32
2020-03-13
Implement display options in clif_pcname_ack() function
Kenpachi Developer
1
-27
/
+43
2020-03-09
Merge pull request #2651 from Emistry/clif_selllist_favorite
Haru
1
-0
/
+3
[next]