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
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
2016-04-30
Corrected truncation of the last letter in whisper messages
Haru
1
-7
/
+7
2016-04-29
Fix compilation warnings with gcc 6.
Andrei Karas
1
-3
/
+0
2016-04-28
Corrected truncation of the last letter in party messages
Haru
1
-13
/
+15
2016-04-23
Corrected the type of the 'length' argument of other message-related functions
Haru
1
-5
/
+5
2016-04-23
Removed the 'len' argument from various message-related functions
Haru
1
-6
/
+10
2016-04-23
Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()
Haru
1
-10
/
+12
2016-04-23
Corrected the type of the 'length' argument of various broadcast-related func...
Haru
1
-5
/
+5
2016-04-23
Corrected the type for several variables through the code
Haru
1
-72
/
+94
2016-04-23
Changed map_session_data::chatID to int (and renamed to chat_id)
Haru
1
-14
/
+14
2016-04-23
Removed some code duplication in chat processing functions
Haru
1
-72
/
+5
2016-04-23
Refactored the chat message packet processing functions
Haru
1
-180
/
+238
2016-04-23
Split supernovice angel call message detection to its own function
Haru
1
-31
/
+1
2016-03-20
Dropped typedef from DBIterator
Haru
1
-2
/
+2
2016-03-19
Updated Entity Packets
Dastgir
1
-0
/
+3
2016-03-19
status_get_name returns NULL instead of Unknown, Changed all functions to use...
Dastgir
1
-2
/
+2
[next]