index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
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
2017-05-22
Add storage_data reception, parsing and sending to/from the map-server.
Smokexyz
1
-18
/
+26
2017-04-26
Merge pull request #1673 from Smokexyz/IRO
Haru
1
-4
/
+4
2017-04-24
Followup 0aa15b4 with style fixes.
Smokexyz
1
-4
/
+4
2017-04-23
Added the correct PACKETVER Date for MSG_NPC_WORK_IN_PROGRESS message.
Jedzkie
1
-15
/
+25
2017-04-17
Fix wrong level check for MC_CHANGECART skill
Jedzkie
1
-16
/
+13
2017-04-16
Fix issue #1685
Smokexyz
1
-1
/
+1
2017-04-14
Fixes issue #1681
Smokexyz
1
-2
/
+2
2017-04-09
Merge pull request #1598 from Smokexyz/IRO
Haru
1
-46
/
+46
2017-04-04
Implementation of Item Options System.
Smokexyz
1
-46
/
+46
2017-04-04
Add missing non shuffle packets for 2014 - 2015 years.
Andrei Karas
1
-1
/
+1
2017-03-21
Fix map server auth packet for clients >= 20160330.
Andrei Karas
1
-1
/
+2
2017-03-20
Fix npc text input For 2015 clients (Fixes #1640).
Andrei Karas
1
-1
/
+6
2017-03-14
Fixed MVP exp message issue for clients 2013-12-23cRagexe and newer
Emistry Haoyan
1
-0
/
+8
2017-02-26
Added option to show classchange only to one player (#1587)
Guilherme G. M
1
-2
/
+6
2017-02-24
Merge pull request #1585 from guilherme-gm/disguise-fix
Ridley
1
-0
/
+12
2017-02-21
Fixes disguise position de-synchronization (Fixes #1078)
KirieZ
1
-0
/
+12
2017-02-06
Fixes named items having their names changed when near other players/name's o...
KirieZ
1
-2
/
+10
2017-01-27
remove hardcoded chat area size from clif.c, add chat_area_size to battleconf
gumi
1
-2
/
+2
2016-12-03
Remove the platform-dependent variables from struct status_data
Haru
1
-24
/
+28
2016-12-03
Add function to retrieve the appropriate fame list type for a job mapid
Haru
1
-10
/
+3
2016-12-03
Clarify some Job Class vs MapID confusion (2/2)
Haru
1
-3
/
+3
2016-12-03
Clarify some Job Class vs MapID confusion (1/2)
Haru
1
-13
/
+13
2016-11-03
Fix version for packet 0x08d6 ZC_CLEAR_DIALOG.
Andrei Karas
1
-2
/
+5
2016-11-03
Fix version for packet 0x08d2 ZC_FASTMOVE.
Andrei Karas
1
-1
/
+1
2016-11-03
Fix version for packet 0x08cf ZC_SPIRITS_ATTRIBUTE.
Andrei Karas
1
-2
/
+2
2016-11-03
Fix version for packet 0x08ca ZC_ACK_SCHEDULER_CASHITEM.
Andrei Karas
1
-1
/
+4
2016-11-03
Fix version for packet 0x08c0 ZC_ACK_SE_CASH_ITEM_LIST2.
Andrei Karas
1
-2
/
+7
2016-11-03
Fix version for packet 0x08b3 ZC_SHOWSCRIPT
Andrei Karas
1
-0
/
+2
2016-11-03
Fix version for packet 0x08e2 ZC_NAVIGATION_ACTIVE.
Andrei Karas
1
-3
/
+4
2016-11-03
Fix version for packet 0x097e ZC_UPDATE_RANKING_POINT.
Andrei Karas
1
-4
/
+6
2016-11-03
Add packet size 0x097d ZC_ACK_RANKING into packets.h
Andrei Karas
1
-2
/
+3
2016-11-03
Fix version for packet 0x0a28 ZC_ACK_OPENSTORE2
Andrei Karas
1
-3
/
+3
2016-10-22
Implemented SU_HIDE Skill.
Dastgir Pojee
1
-6
/
+6
2016-10-22
Implemented SU_BASIC_SKILL Skill of Summoner
Dastgir Pojee
1
-6
/
+6
2016-10-16
Dont send packets for known unsupported client versions.
Andrei Karas
1
-10
/
+38
2016-10-08
Fix packet id for clif_heal for packet version >= 20150513.
Andrei Karas
1
-1
/
+1
2016-10-07
Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra)
Haru
1
-4
/
+1
2016-09-30
Add different fixes for gcc 7 warnings.
Andrei Karas
1
-0
/
+1
2016-09-27
In clif_devotion dont read skill range if player not have this skill.
Andrei Karas
1
-2
/
+12
2016-09-12
Use fixed size for packet 0x25d, because it used size from other packet.
Andrei Karas
1
-2
/
+2
2016-09-12
Add missing packet version checks in clif.c
Andrei Karas
1
-0
/
+35
2016-09-12
Send correct homunculus rename flag to client. (Fixes #1424)
Andrei Karas
1
-1
/
+1
2016-09-12
Add packet id clif_bg_hp (0xa0e)
Andrei Karas
1
-10
/
+28
2016-09-12
Add script command navigateto. Add packet for this command.
Andrei Karas
1
-0
/
+42
2016-09-12
Add packet id clif_buyingstore_update_item (0x9e6 / ZC_UPDATE_ITEM_FROM_BUYIN...
Andrei Karas
1
-7
/
+20
2016-09-12
Add packet id clif_vendingreport (0x9e5 / ZC_DELETEITEM_FROM_MCSTORE2)
Andrei Karas
1
-8
/
+20
2016-09-12
Add packet id clif_hominfo (0x9f7 / ZC_PROPERTY_HOMUN_2)
Andrei Karas
1
-34
/
+53
2016-09-12
Add packet id clif_heal for 20150513 (0x0a27 / ZC_RECOVERY2)
Andrei Karas
1
-6
/
+17
2016-09-12
Add packet id clif_skill_nodamage for 20131223 (0x9c7 / ZC_USE_SKILL2)
Andrei Karas
1
-16
/
+29
2016-08-16
Corrected the showscript packet
Emistry Haoyan
1
-1
/
+1
[next]