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-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
2016-07-25
Added a missing entry into messages.conf and added some comments where missin...
epuncker
1
-32
/
+24
2016-07-19
Add skill atributes for allow moving while casting skill.
Andrei Karas
1
-1
/
+1
2016-07-14
Fixes warp facing direction.
KirieZ
1
-1
/
+2
2016-07-14
Simplify clif_skillcasting and rename to clif_useskill.
Andrei Karas
1
-2
/
+3
2016-07-12
Interface grfio.c
hemagx
1
-2
/
+3
2016-07-10
Use different interface members for start sc effects and show started effect ...
Andrei Karas
1
-2
/
+3
2016-07-08
Fixed a compilation error on packetvers older than 20071106
Haru
1
-29
/
+37
2016-07-02
Trivialities: indentation fixes
Haru
1
-2
/
+2
2016-07-02
Fix guild skill range check in clif_parse_UseSkillToId.
Andrei Karas
1
-1
/
+1
2016-06-30
Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.
Andrei Karas
1
-4
/
+4
2016-06-25
Added option to strip hard line-breaks from `mes` dialogs
Haru
1
-0
/
+14
2016-06-23
Interface clif_bl_type now it's clif->bl_type
hemagx
1
-6
/
+7
2016-06-23
Interface disguised function, now it's clif->isdisguised.
hemagx
1
-50
/
+59
2016-06-23
Fix Possible Crash on clif_bl_type now it checks if vd is null
hemagx
1
-12
/
+30
2016-05-14
Replaced 'unsigned int' with 'uint32' (guaranteed size) in all packed structs
Haru
1
-1
/
+1
2016-05-08
Fixed various issues pointed out by cppcheck
Haru
1
-1
/
+1
2016-04-30
Fixed a warning in VS2015
Haru
1
-6
/
+7
[next]