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
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
2016-03-19
Implemented new function clif_get_bl_name
Dastgir
1
-0
/
+17
2016-03-10
Add new logging types.
Andrei Karas
1
-3
/
+3
2016-02-24
Edited npc->selllist() to use the new struct itemlist
Haru
1
-5
/
+20
2016-02-24
Edited npc->buylist() to use the new struct itemlist
Haru
1
-5
/
+18
2016-02-24
Edited npc->market_buylist() to use the new struct itemlist
Haru
1
-21
/
+30
2016-02-24
Edited skill->changematerial() and skill->elementalanalysis() to use the new ...
Haru
1
-6
/
+14
2016-02-24
Edited npc->cashshop_buylist() to use the new struct itemlist
Haru
1
-5
/
+14
2016-02-24
Removed various redundant typecasts
Haru
1
-8
/
+8
2016-02-24
Removed several unnecessary explicit casts of the WFIFOP result
Haru
1
-52
/
+52
2016-02-24
Removed some now unnecessary explicit casts of the RBUFP result
Haru
1
-3
/
+3
2016-02-24
Removed unnecessary explicit casts of the value of WBUFP
Haru
1
-24
/
+24
2016-02-24
Added const qualifier to various variable/argument pointers
Haru
1
-38
/
+58
[next]