summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)AuthorFilesLines
2019-02-11Change type for class variables from short to intAndrei Karas1-8/+8
2019-02-05Update packets table up to 2019-01-30Andrei Karas2-3/+4391
2019-01-14Update packets table up to 2019-01-09Andrei Karas48-112/+8884
2019-01-14Update HPMAndrei Karas1-0/+2
2019-01-14Add inventory expansion packets to main and re clients with version 20181219Andrei Karas1-2/+2
2019-01-13HPM Hooks UpdateHercules.ws2-2/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-12-17Fix HPM generation for old packet versions.Andrei Karas1-10/+0
From now HPM generated for 20031028 main packet version.
2018-12-17Revert "Fix compile errors with old packetvers"Andrei Karas1-2/+1
This reverts commit 18867f88bf23779a89dbe7d8b7dfcd2cf78744c3.
2018-12-17Fix compile errors with old packetversHaru1-1/+2
Signed-off-by: Haru <haru@dotalux.com>
2018-12-16Update HPM.Andrei Karas1-1/+1
2018-12-16Update HPM.Andrei Karas1-1/+2
2018-12-14Update HPM.Andrei Karas1-0/+1
2018-12-14Add inventory size field into db and using it in server.Andrei Karas1-1/+6
2018-12-14Add packt ZC_INVENTORY_EXPANSION_INFOAndrei Karas1-0/+11
2018-12-12Update HPMAndrei Karas1-0/+5
2018-12-12Update HPMAndrei Karas1-17/+24
2018-12-12Update packet AC_LOGIN_OTP.Andrei Karas1-0/+3
2018-12-12Update packet len table up to 2018-12-12Andrei Karas6-15/+320
2018-12-12Fix some visual studio warnings.Andrei Karas2-3/+3
2018-12-12Update HPM.Andrei Karas1-15/+15
2018-11-27Add incomplete packet CA_ACK_MOBILE_OTP.Andrei Karas1-0/+5
2018-11-15Update visual studio project files.Andrei Karas2-4/+4
2018-11-15Add packet validation for RFIFOSKIP.Andrei Karas1-0/+29
2018-11-15Add validation for WFIFOHEAD buffer allocations.Andrei Karas2-8/+23
2018-11-15Add packet versions for all server types into socket_datasync.Andrei Karas1-0/+5
2018-11-15Add packets from plugins into packets len table.Andrei Karas1-0/+5
2018-11-14Update HPM hooks.Andrei Karas1-1/+0
2018-11-14Add send packet validation for connections between server and clients.Andrei Karas2-9/+56
2018-11-14Add compile time validation for packet ZC_ITEM_PREVIEW.Andrei Karas1-0/+33
2018-11-14Update HPM hooks.Andrei Karas2-0/+12
2018-11-14Add interface for packets in common.Andrei Karas5-10/+126
For now supported only packet length fields.
2018-11-14Add packet len table headers.Andrei Karas48-3/+269972
2018-11-13Merge pull request #2319 from MishimaHaruna/remove-minicoreHaru5-89/+22
Remove minicore
2018-11-13HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-11-13Remove the unused minicore libraries and ifdefsHaru5-89/+22
Minicore was previously used by the tools in the src/tool directory, and is currently unused. Signed-off-by: Haru <haru@dotalux.com>
2018-10-22HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-22Merge pull request #2251 from Asheraf/pr3Haru1-1/+2
Add new type for mercenary class to setquestinfo()
2018-10-07HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-03Add new type for mercenary class to setquestinfo()Asheraf1-1/+2
2018-09-23HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-09-23HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-09-19Update HPM.Andrei Karas1-2/+4
2018-08-25Add const-safe wrappers for strchr(), strrchr() and strstr() using c11 genericsHaru1-0/+21
C99 compilers will still use the normal, const-unsafe, version Signed-off-by: Haru <haru@dotalux.com>
2018-08-25Change language specification to c11 in the autoconf buildsHaru1-6/+0
Fixes an issue with certain glibc versions using the emulated `_Static_assert` (allowing only one assertion per scope) despite the compiler having built-in support for the c11 version. Fixes builds in Debian stretch and other distributions. Signed-off-by: Haru <haru@dotalux.com>
2018-08-25Show packet version and type at server startup.Andrei Karas2-0/+7
2018-08-25Add support for build for AD clients.Andrei Karas1-1/+13
Add configure flag --enable-packetver-ad Add defines for AD into mmo.h Add messages list for AD clients.
2018-08-25Add support for build for SAK clients.Andrei Karas1-1/+13
Add configure flag --enable-packetver-sak Add defines for SAK into mmo.h Add messages list for SAK clients.
2018-08-24Update HPM.Andrei Karas1-0/+9
2018-07-28Update HPM.Andrei Karas1-0/+4
2018-07-28HPM Hooks UpdateHercules.ws2-0/+36
Signed-off-by: HerculesWSAPI <dev@herc.ws>