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-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
2020-03-09
Merge pull request #2642 from Kenpachi2k13/zone_disabled_items_fix
Haru
1
-0
/
+59
2020-03-08
Change the name of all functions which got their return-value meaning changed
skyleo
1
-4
/
+4
2020-03-08
Refactor code using directions to use enum unit_dir
skyleo
1
-9
/
+1
2020-03-07
Item with favorite flag can't sell to NPC.
Emistry Haoyan
1
-0
/
+3
2020-03-07
Add execution of unequip script when entering a zone where item is restricted
Kenpachi Developer
1
-0
/
+59
2020-02-23
Add workaround for fix Visual Studio bug (error C2233)
Andrei Karas
1
-4
/
+9
2020-02-21
Adjust clif_pcname_ack() function to always use PACKET_ZC_ACK_REQNAMEALL
Kenpachi Developer
1
-8
/
+1
2020-02-09
Converted packet ZC_AUTORUN_SKILL to structure.
Kenpachi Developer
1
-13
/
+14
2020-02-09
Added skill_is_item_skill() function.
Kenpachi Developer
1
-1
/
+1
2020-02-09
Added pc_itemskill_clear() function.
Kenpachi Developer
1
-0
/
+1
2020-02-09
Added a new option flag to itemskill() script command to be able to forcefull...
Kenpachi Developer
1
-1
/
+7
2020-02-09
Merge pull request #2590 from Kenpachi2k13/issue#2530
Haru
1
-2
/
+2
2020-02-09
Add a function to send PACKET_ZC_STATE_CHANGE to a single target
Asheraf
1
-0
/
+28
2020-02-09
Update PACKET_ZC_STATE_CHANGE to use struct format
Asheraf
1
-38
/
+18
2020-02-09
Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (no...
Kenpachi Developer
1
-2
/
+2
2020-02-09
Enable packet ZC_SE_CASHSHOP_OPEN for main and re clients
Andrei Karas
1
-1
/
+1
2020-02-09
Add expanded barter shop packets
Andrei Karas
1
-0
/
+107
2020-02-09
Add packet CZ_NPC_EXPANDED_BARTER_CLOSE
Andrei Karas
1
-0
/
+6
2020-01-13
Update copyright headers for year 2020
Haru
1
-2
/
+2
2020-01-13
Merge pull request #2266 from dastgirp/coverity/fix2
Haru
1
-1
/
+1
2020-01-12
Merge pull request #2606 from Ridley8819/pcblocknpc
Haru
1
-2
/
+4
2020-01-09
Use struct packet in clif_partytickack
Andrei Karas
1
-4
/
+7
[next]