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-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
2016-02-24
Removed several unnecessary RFIFOP typecasts
Haru
1
-56
/
+55
2016-02-24
Changed RFIFOP and WFIFOP to return const void * and void * respectively
Haru
1
-1
/
+3
2016-02-24
Added const qualifier to several variable/argument pointers
Haru
1
-100
/
+129
2016-02-24
Added const qualifier to the {RFIFO,RBUF}{B,W,L,Q} families
Haru
1
-1
/
+3
2016-02-19
Fix all known warnings from compiler flags -Wformat*
Andrei Karas
1
-14
/
+14
2016-02-17
Removed unnecessary typedefs from libconfig
Haru
1
-8
/
+8
2016-02-17
Renamed config->read_file to config->load_file
Haru
1
-6
/
+2
2016-01-31
Move P2PTR Macro to socket header and split the macro into two macros for WFI...
hemagx
1
-9
/
+14
2016-01-29
Merge pull request #1108 from 4144/pcreconfigure
Haru
1
-2
/
+0
2016-01-25
Fix packet id being sent encrypted to Hercules Plugin Manager.
hemagx
1
-8
/
+8
2016-01-21
Remove unused PCRE_SUPPORT define.
Andrei Karas
1
-2
/
+0
[prev]
[next]