summaryrefslogtreecommitdiff
path: root/src/emap/clif.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-13update the call syntax of some internal functionsgumi1-2/+2
2020-04-25add full support for non-binary gendergumi1-0/+18
2019-05-15Fix warnings in clang 3.9s20190626Andrei Karas1-4/+8
2019-05-14Add legacy bl name packets for legacy clientsAndrei Karas1-0/+96
2019-04-08Update from herculesAndrei Karas1-10/+10
2019-01-08Drop support for client protocol version 19.s20190123Andrei Karas1-74/+28
2018-11-03Drop support for client version 18.s20181205Andrei Karas1-30/+2
2018-09-25Fix warning in some clang versions.Andrei Karas1-35/+37
2018-09-25Fix name response packets for manaplus with packet version 24 or older.Andrei Karas1-0/+276
2018-09-06Drop support for client version 17.Andrei Karas1-43/+4
2018-07-26Fix compilation after hercules update.Andrei Karas1-20/+8
2017-11-29Update from hercules.s20171226Andrei Karas1-4/+8
2017-09-18Fix plugin compilation after hercules update.Andrei Karas1-4/+4
2017-08-16Add evol packets id offset. For now offset is 0.Andrei Karas1-14/+14
2017-08-10Dont send rodex icon packet to old clients.Andrei Karas1-0/+14
2017-07-12Add player self flags packet (0xb25)Andrei Karas1-0/+1
2017-04-20Remove more unused functions.s20170529s20170510s20170424Andrei Karas1-35/+0
2017-04-20Remove unused functions.Andrei Karas1-55/+0
2017-04-20Prevent send packet 0x2dd and remove block for it from clif_send.Andrei Karas1-2/+5
2017-04-20Not allow send packet 0x84b (drop item packet).Andrei Karas1-1/+4
2017-04-20Remove blocking and sending old packets for spawn, move, idle.Andrei Karas1-14/+1
2017-04-20Drop support for client protocol version 15 (Oct 26 2015).Andrei Karas1-376/+12
2017-04-20Drop support for client protocol version 12 (Sep 28 2015).Andrei Karas1-11/+0
2017-04-20Drop support for client protocol version 11 (Aug 21 2015).Andrei Karas1-25/+4
2017-04-20Drop support for client protocol version 10 (Aug 16 2015).Andrei Karas1-24/+3
2017-04-20Drop support for client protocol version 8 (May 1 2015).Andrei Karas1-19/+4
2017-04-19Drop support for client protocol version 4 (Jan 5 2015).Andrei Karas1-12/+0
2017-04-19Drop support for client protocol version 3 (Nov 28 2014).Andrei Karas1-12/+0
2017-04-19Drop support for client protocol version 2 (Nov 10 2014).Andrei Karas1-12/+0
2017-04-04Update for latest hercules changes.Andrei Karas1-1/+6
2016-12-13Fix plugin after server update.Andrei Karas1-16/+16
2016-09-26add support for clients with version >= 20 for quests packets with extended i...Andrei Karas1-27/+74
2016-09-12Dont send packet 0x9cb to old clients.Andrei Karas1-0/+23
2016-09-01Add hack for avoid npc_str buffer size limitation.Andrei Karas1-0/+20
2016-08-20Send party settings packet after party info packet.s20160820Andrei Karas1-0/+9
2016-07-21Add fail move response packet.Andrei Karas1-1/+80
2016-07-19Send inf2 in skill info packet.Andrei Karas1-0/+43
2016-07-19Send inf2 in add skill packet.Andrei Karas1-0/+58
2016-07-19Add inf2 into skill block packet.0x10f.Andrei Karas1-0/+66
2016-07-19Send inf2 in use skill packet.Andrei Karas1-1/+2
2016-07-18In skill casting packet also send skill level.Andrei Karas1-4/+5
2016-07-18In skill casting packet send splash range and not skill range.Andrei Karas1-1/+1
2016-07-17Add support for new casting packet 0xb1e.Andrei Karas1-0/+83
2016-05-13Dont hide egg card fields in packets.Andrei Karas1-0/+26
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas1-74/+113
2016-05-02Add into all files where need #include "plugins/HPMHooking.h"Andrei Karas1-0/+2
2016-04-28Fix different warnings.Andrei Karas1-3/+3
2016-04-27Update plugin for support new hercules.Andrei Karas1-3/+4
2016-03-30Add missing checks.Andrei Karas1-279/+341
2016-03-06Show equipped slots weapon and shield always.Andrei Karas1-0/+26