summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-09-23HPM Hooks UpdateHercules.ws5-0/+67
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-09-23Merge pull request #2195 from Asheraf/md_commandHaru6-1/+85
Implement PACKET_CZ_MEMORIALDUNGEON_COMMAND
2018-09-23Constants Documentation SyncHercules.ws1-0/+66
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-09-23Merge pull request #2199 from 4144/updatepacketsHaru26-166/+836
Update packets up to 2018-09-19
2018-09-23Merge pull request #2203 from Asheraf/mapsHaru32-2/+101
Update Maps & NPC Consts Database
2018-09-23Merge pull request #2202 from xcorail/stableHaru1-0/+2
Add LGTM code quality badges
2018-09-22Fix versions usage for packet ZC_MVP_GETTING_SPECIAL_EXPAndrei Karas1-12/+6
It was never removed from kro (ragexe or ragexeRE), but for some reason was disabled.
2018-09-20Update inventory start packet for 2018-09-19 RE and zero packet versions.Andrei Karas2-37/+56
2018-09-19Add maximum possible packet version into .travis.yml for almost all renewal ↵Andrei Karas1-6/+6
builds.
2018-09-19Update HPM.Andrei Karas5-62/+295
2018-09-19Update cart packet for 2018-09-12 RE.Andrei Karas4-16/+39
2018-09-19Update inventory packet for 2018-09-12 RE.Andrei Karas7-24/+70
2018-09-19Update storage/guild storage packets for 2018-09-12 RE.Andrei Karas4-26/+60
2018-09-19Add -Wvla flag into configure.Andrei Karas2-1/+51
This flag prevent usage of variable length arrays.
2018-09-19Fix packet ZC_INVENTORY_MOVE_FAILED (fixes #2213)Andrei Karas1-2/+2
2018-09-19Update storage packet for 2018-08-29 RE.Andrei Karas5-31/+96
2018-09-19Add non shuffle packets for 2018-09-19.Andrei Karas1-0/+67
2018-09-19Update keys and shuffle packets to 2018-09-19.Andrei Karas5-10/+29
2018-09-19Update messages to 2018-09-19Andrei Karas3-3/+123
2018-09-18add missing `IF NOT EXISTS` clause to the `char_achievements` table creation ↵gumi1-1/+1
query
2018-09-12Update Hateffect Constants DatabaseAsheraf1-0/+32
2018-09-02Update Npc Constants DatabaseAsheraf2-1/+35
2018-08-31Update Maps DatabaseAsheraf30-1/+34
2018-08-30Add LGTM.com code quality badgesXavier RENE-CORAIL1-0/+2
2018-08-29release v2018.08.26+1v2018.08.26+1gumi1-0/+6
2018-08-29fix set_reg no longer being able to handle C_PARAMgumi1-1/+1
closes #2200
2018-08-28Implement PACKET_CZ_MEMORIALDUNGEON_COMMANDAsheraf6-1/+85
2018-08-27Release v2018.08.26v2018.08.26Haru1-1/+29
Signed-off-by: Haru <haru@dotalux.com>
2018-08-27HPM Hooks UpdateHercules.ws2-5/+5
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-08-27Fix a race condition in the storage saving codeHaru2-4/+5
Signed-off-by: Haru <haru@dotalux.com>
2018-08-27Fix some issues reported by gcc-8's address sanitizerHaru2-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2018-08-26Merge pull request #2164 from mekolat/addvariableHaru18-165/+255
always set the type to C_NAME when adding variables through script->add_str
2018-08-26Merge pull request #2191 from MishimaHaruna/fix-ci-centosHaru1-8/+6
Fix CentOS builds in gitlab-ci
2018-08-26HPM Hooks UpdateHercules.ws4-0/+33
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-08-26Merge pull request #2162 from mekolat/setzoneHaru6-18/+120
add atcommand_setzone, and fix #2133
2018-08-26Fix CentOS builds in gitlab-ciHaru1-8/+6
Signed-off-by: Haru <haru@dotalux.com>
2018-08-26Merge pull request #2190 from 4144/updatepacketsHaru2-1/+3
Packets updates/fixes
2018-08-26Merge pull request #2189 from MishimaHaruna/c11Haru6-11/+99
Change the language specification to C11 in the autoconf-based builds
2018-08-26Fix packet size in clif_parse_RouletteInfo.Andrei Karas1-1/+1
2018-08-26Add missing values for banking enums.Andrei Karas1-0/+2
2018-08-25Fix some const violations detected with the const-safe strchr() implementationHaru2-2/+2
Signed-off-by: Haru <haru@dotalux.com>
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 buildsHaru3-9/+76
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-25Merge pull request #2185 from 4144/clienttypesHaru8-8/+15752
Add support for sak/ad client messages and show packet version and client type at server startup
2018-08-24Merge pull request #2125 from Habilya/stableHaru1-2/+2
Adjust item_bonus.txt
2018-08-25Show packet version and type at server startup.Andrei Karas2-0/+7
2018-08-25Add support for build for AD clients.Andrei Karas6-8/+7398
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 Karas6-4/+8351
Add configure flag --enable-packetver-sak Add defines for SAK into mmo.h Add messages list for SAK clients.
2018-08-24Merge pull request #2146 from mekolat/debugmesHaru2-10/+23
bake sprintf into debugmes
2018-08-24Merge pull request #2176 from 4144/updatepacketsHaru22-98/+583
Update packets to 2018-08-08