summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-02-09Merge pull request #1968 from 4144/fixclancrashHaru2-2/+5
Fix different clan issues.
2018-02-08Fix different clan issues.Andrei Karas2-2/+5
Add missing online check for clan members. Clean sd pointer after clan member went offline.
2018-02-06Merge pull request #1718 from Murilo-BiO/clan_systemHaru79-107/+5730
Implementation of Official Clan System
2018-02-03Merge pull request #1200 from 4144/hidefixHaru2-1/+8
Hide area packets from hidden players/gms.
2018-02-04Send out of sight packet before hiding player.Andrei Karas1-0/+1
2018-02-04Hide area packets from hidden players/gms.Andrei Karas1-1/+7
2018-01-28Merge pull request #1881 from AtlantisRO/Standardization-MalangdoCulvert.txtAsheraf1-612/+675
Applied standardization to MalangdoCulvert script
2018-01-28Merge pull request #1880 from AtlantisRO/Standardization-HazyForest.txtAsheraf1-572/+627
Applied standardization to HazyForest script
2018-01-28Merge pull request #1878 from AtlantisRO/Standardization-EclageInterior.txtAsheraf1-367/+371
Applied standardization to EclageInterior script
2018-01-28Merge pull request #1877 from AtlantisRO/Standardization-BuwayaCave.txtAsheraf1-230/+230
Applied standardization to BuwayaCave script
2018-01-28Merge pull request #1874 from AtlantisRO/Standardization-BakonawaLake.txtAsheraf1-302/+350
Applied standardization to BakonawaLake script
2018-01-26Merge pull request #1957 from 4144/fixpacketsHaru6-1943/+215
Add packets/keys for new clients. Fix duplicate shuffle packets for 20131223
2018-01-25HPM Hooks UpdateMurilo Pereti Tavares11-0/+1391
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares67-107/+3309
All official features work including the autokick for inactive members And the system is completely customizable.
2018-01-25Implementation of 'constants.inc' fileMurilo Pereti Tavares2-0/+1030
This file will help to make constants that are only accessible on src to be accessible on scripts too.
2018-01-25Add keys for clients from 20180117.Andrei Karas2-4/+19
2018-01-25Add new non shuffle packets from 20171213.Andrei Karas1-0/+58
2018-01-25Remove shuffle packets generation for client 2013-12-23aRagexeRE.Andrei Karas2-40/+138
This packets conflicting with other clients with same date. Also add shuffle packets for latest clients.
2018-01-20Remove unused packets_keys.hAndrei Karas1-1899/+0
2018-01-15release v2018.01.14v2018.01.14Haru1-2/+27
Signed-off-by: Haru <haru@dotalux.com>
2018-01-15Merge pull request #1952 from MishimaHaruna/i386-sanitize-fixHaru1-1/+1
Fix i386 CI builds
2018-01-15Fix i386 CI buildsHaru1-1/+1
The address sanitizer's leak detector isn't supported on i386, so it can't be forced to be enabled in the travis.sh script. Signed-off-by: Haru <haru@dotalux.com>
2018-01-14HPM Hooks UpdateHercules.ws5-0/+37
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-01-14Merge pull request #1951 from MishimaHaruna/readme-badgesHaru1-9/+9
Update links and badges in the README document
2018-01-14Merge pull request #1948 from 4144/packesupdateHaru8-1274/+5839
Update some party packets, map change packet, use autogenerated shuffle packets for all clients.
2018-01-14Update party member and party info packets.Andrei Karas2-59/+94
Also remove extra parts of party info packet.
2018-01-14Update links and badges in the README documentHaru1-9/+9
Removed Waffle, added Discord and GitHub Releases, Contributors, Open PRs Signed-off-by: Haru <haru@dotalux.com>
2018-01-14Send wrong bank status by bank check packet status in clif_parse_BankCheck.Andrei Karas1-8/+8
2018-01-14Add new map server change packet 0x0ac7.Andrei Karas1-8/+14
2018-01-14Split packets_shuffle.h into main and zero shuffle packets.Andrei Karas4-1194/+3652
Also add shuffle packets for all clients from where shuffle packets can be extracted.
2018-01-14Split packet_keys.h to main client keys and zero client keys.Andrei Karas4-6/+2072
2018-01-14Move custom keys definition from packets_keys.h into clif.cAndrei Karas2-4/+4
2018-01-14Merge pull request #1939 from Asheraf/zero_drop_packetHaru18-41/+89
Add support for new drop packet 0xadd for zero clients
2018-01-14Merge pull request #1929 from Asheraf/progressbarHaru5-1/+65
Add support for packet ZC_PROGRESS_ACTOR
2018-01-14Merge pull request #1871 from AtlantisRO/Standardization-NydhoggsNest.txtHaru1-1675/+1691
Applied standardization to NydhoggsNest script
2018-01-14Merge pull request #1949 from 4144/travisfixHaru1-0/+6
Disable leak detector on travis ci due mysql issue
2018-01-12Ignore memory leaks in travis ci due mysql memory leak.Andrei Karas1-0/+6
Gitlab ci look like unaffected.
2018-01-10Merge pull request #1943 from Asheraf/skill_reproduceHaru9-258/+712
Replace the use of skill_reproduce_db with AllowReproduce flag
2018-01-10Merge pull request #1945 from guilherme-gm/rodex-load-fixHaru2-14/+28
Fixed rodex loading mails when it requires multiple packets.
2018-01-09MobDB SQL SyncHercules.ws3-3/+3
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-01-09ItemDB SQL SyncHercules.ws3-3/+3
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-01-09HPM Hooks UpdateHercules.ws15-15/+15
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-01-09Merge pull request #1937 from 4144/assertsHaru1-7/+2
Enable always asserts and nullpo checks.
2018-01-06Enable always asserts and nullpo checks.Andrei Karas1-7/+2
Before this options was depend on debug configure flag. But this options is must because without server may crash in any exploits.
2017-12-28Added an extra checkGuilherme Guiguer Menaldo1-0/+5
2017-12-28Fixed rodex loading mails when it requires multiple packets.Guilherme Guiguer Menaldo2-14/+23
2017-12-28Merge pull request #1942 from Smokexyz/rodex-xcodesagunkho1-0/+12
Added RoDEX files to Hercules.xcodeproj
2017-12-23HPM Hooks UpdateAsheraf4-34/+0
2017-12-23Replace the use of skill_reproduce_db with AllowReproduce flagAsheraf5-224/+712
2017-12-23Show item drop effects only if monster dropping non looted items.Andrei Karas2-4/+10